comparison tests/test-url-rev.out @ 5236:cbe6e263357b

parseurl: also return the revision after the "#"; add a test
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Mon, 27 Aug 2007 01:44:35 -0300
parents
children fe55e3d6dc0b
comparison
equal deleted inserted replaced
5235:8ede77c2d008 5236:cbe6e263357b
1 marked working directory as branch foo
2 % clone repo#foo
3 requesting all changes
4 adding changesets
5 adding manifests
6 adding file changes
7 added 2 changesets with 2 changes to 1 files
8 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
9 changeset: 1:cd2a86ecc814
10 branch: foo
11 tag: tip
12 user: test
13 date: Thu Jan 01 00:00:00 1970 +0000
14 summary: change a
15
16 [paths]
17 default = #foo
18
19 % changing original repo
20 changeset: 3:4cd725637392
21 tag: tip
22 parent: 0:1f0dee641bb7
23 user: test
24 date: Thu Jan 01 00:00:00 1970 +0000
25 summary: add bar
26
27 changeset: 2:faba9097cad4
28 branch: foo
29 user: test
30 date: Thu Jan 01 00:00:00 1970 +0000
31 summary: new head of branch foo
32
33 changeset: 1:cd2a86ecc814
34 branch: foo
35 user: test
36 date: Thu Jan 01 00:00:00 1970 +0000
37 summary: change a
38
39 changeset: 0:1f0dee641bb7
40 user: test
41 date: Thu Jan 01 00:00:00 1970 +0000
42 summary: add a
43
44
45 % outgoing
46 2:faba9097cad4
47
48 % push
49 changeset: 2:faba9097cad4
50 branch: foo
51 tag: tip
52 user: test
53 date: Thu Jan 01 00:00:00 1970 +0000
54 summary: new head of branch foo
55
56
57 % rolling back
58 rolling back last transaction
59 % incoming
60 2:faba9097cad4
61 % pull
62 changeset: 2:faba9097cad4
63 branch: foo
64 tag: tip
65 user: test
66 date: Thu Jan 01 00:00:00 1970 +0000
67 summary: new head of branch foo
68
69