Mercurial > hg
annotate tests/test-debugbuilddag.t @ 16460:d9e2f09d5488 stable 2.2-rc
Makefile: be more careful when cleaning up pure/ components
The recent introduction of pure/__init__.py causes
mercurial/__init__.py to get clobbered by make clean.
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 18 Apr 2012 11:45:50 -0500 |
parents | 709924be3d04 |
children | 6047947afb6b |
rev | line source |
---|---|
11922
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
1 $ echo "[extensions]" >> $HGRCPATH |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
2 $ echo "graphlog=" >> $HGRCPATH |
11337
0f3c8a47960e
debugbuilddag: build a changelog dag from a concise description
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
diff
changeset
|
3 |
14163
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
4 plain |
11337
0f3c8a47960e
debugbuilddag: build a changelog dag from a concise description
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
diff
changeset
|
5 |
14278
59c820a6ca79
test-debugbuilddag: replace unneeded 'rm -rf' with 'rm -r'
Martin Geisler <mg@aragost.com>
parents:
14163
diff
changeset
|
6 $ hg init |
14279
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
7 $ hg debugbuilddag '+2:f +3:p2 @temp <f+4 @default /p2 +2' \ |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
8 > --config extensions.progress= --config progress.assume-tty=1 \ |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
9 > --config progress.delay=0 --config progress.refresh=0 \ |
16368
8614f8e0dd7a
tests: disable progress estimate in test-debugbuilddag.t
Julien Cristau <julien.cristau@logilab.fr>
parents:
16219
diff
changeset
|
10 > --config progress.format=topic,bar,number \ |
14279
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
11 > --config progress.width=60 2>&1 | \ |
16350
4f795f5fbb0b
tests: make tests work if directory contains special characters
Thomas Arendsen Hein <thomas@intevation.de>
parents:
16219
diff
changeset
|
12 > python "$TESTDIR/filtercr.py" |
14279
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
13 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
14 building [ ] 0/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
15 building [ ] 0/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
16 building [ ] 0/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
17 building [ ] 0/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
18 building [==> ] 1/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
19 building [==> ] 1/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
20 building [==> ] 1/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
21 building [==> ] 1/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
22 building [======> ] 2/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
23 building [======> ] 2/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
24 building [=========> ] 3/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
25 building [=========> ] 3/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
26 building [=============> ] 4/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
27 building [=============> ] 4/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
28 building [=============> ] 4/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
29 building [=============> ] 4/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
30 building [=============> ] 4/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
31 building [=============> ] 4/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
32 building [================> ] 5/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
33 building [================> ] 5/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
34 building [====================> ] 6/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
35 building [====================> ] 6/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
36 building [=======================> ] 7/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
37 building [=======================> ] 7/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
38 building [===========================> ] 8/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
39 building [===========================> ] 8/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
40 building [===========================> ] 8/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
41 building [===========================> ] 8/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
42 building [==============================> ] 9/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
43 building [==============================> ] 9/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
44 building [==================================> ] 10/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
45 building [==================================> ] 10/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
46 building [=====================================> ] 11/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
47 building [=====================================> ] 11/12 |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
48 \r (esc) |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
49 |
14163
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
50 tags |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
51 $ cat .hg/localtags |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
52 66f7d451a68b85ed82ff5fcc254daf50c74144bd f |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
53 bebd167eb94d257ace0e814aeb98e6972ed2970d p2 |
11922
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
54 dag |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
55 $ hg debugdag -t -b |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
56 +2:f |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
57 +3:p2 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
58 @temp*f+3 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
59 @default*/p2+2:tip |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
60 tip |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
61 $ hg id |
14163
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
62 000000000000 |
11922
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
63 glog |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
64 $ hg glog --template '{rev}: {desc} [{branches}] @ {date}\n' |
14163
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
65 o 11: r11 [] @ 11.00 |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
66 | |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
67 o 10: r10 [] @ 10.00 |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
68 | |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
69 o 9: r9 [] @ 9.00 |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
70 |\ |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
71 | o 8: r8 [temp] @ 8.00 |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
72 | | |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
73 | o 7: r7 [temp] @ 7.00 |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
74 | | |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
75 | o 6: r6 [temp] @ 6.00 |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
76 | | |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
77 | o 5: r5 [temp] @ 5.00 |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
78 | | |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
79 o | 4: r4 [] @ 4.00 |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
80 | | |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
81 o | 3: r3 [] @ 3.00 |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
82 | | |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
83 o | 2: r2 [] @ 2.00 |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
84 |/ |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
85 o 1: r1 [] @ 1.00 |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
86 | |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
87 o 0: r0 [] @ 0.00 |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
88 |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
89 |
16219
28c5648771d1
debugbuilddag: fix starting a dag on a non-default branch
Wagner Bruna <wbruna@softwareexpress.com.br>
parents:
14279
diff
changeset
|
90 overwritten files, starting on a non-default branch |
14163
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
91 |
14278
59c820a6ca79
test-debugbuilddag: replace unneeded 'rm -rf' with 'rm -r'
Martin Geisler <mg@aragost.com>
parents:
14163
diff
changeset
|
92 $ rm -r .hg |
59c820a6ca79
test-debugbuilddag: replace unneeded 'rm -rf' with 'rm -r'
Martin Geisler <mg@aragost.com>
parents:
14163
diff
changeset
|
93 $ hg init |
16219
28c5648771d1
debugbuilddag: fix starting a dag on a non-default branch
Wagner Bruna <wbruna@softwareexpress.com.br>
parents:
14279
diff
changeset
|
94 $ hg debugbuilddag '@start.@default.:f +3:p2 @temp <f+4 @default /p2 +2' -q -o |
14163
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
95 tags |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
96 $ cat .hg/localtags |
16219
28c5648771d1
debugbuilddag: fix starting a dag on a non-default branch
Wagner Bruna <wbruna@softwareexpress.com.br>
parents:
14279
diff
changeset
|
97 f778700ebd50fcf282b23a4446bd155da6453eb6 f |
28c5648771d1
debugbuilddag: fix starting a dag on a non-default branch
Wagner Bruna <wbruna@softwareexpress.com.br>
parents:
14279
diff
changeset
|
98 bbccf169769006e2490efd2a02f11c3d38d462bd p2 |
14163
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
99 dag |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
100 $ hg debugdag -t -b |
16219
28c5648771d1
debugbuilddag: fix starting a dag on a non-default branch
Wagner Bruna <wbruna@softwareexpress.com.br>
parents:
14279
diff
changeset
|
101 @start+1 |
28c5648771d1
debugbuilddag: fix starting a dag on a non-default branch
Wagner Bruna <wbruna@softwareexpress.com.br>
parents:
14279
diff
changeset
|
102 @default+1:f |
14163
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
103 +3:p2 |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
104 @temp*f+3 |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
105 @default*/p2+2:tip |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
106 tip |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
107 $ hg id |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
108 000000000000 |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
109 glog |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
110 $ hg glog --template '{rev}: {desc} [{branches}] @ {date}\n' |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
111 o 11: r11 [] @ 11.00 |
11922
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
112 | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
113 o 10: r10 [] @ 10.00 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
114 | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
115 o 9: r9 [] @ 9.00 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
116 |\ |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
117 | o 8: r8 [temp] @ 8.00 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
118 | | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
119 | o 7: r7 [temp] @ 7.00 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
120 | | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
121 | o 6: r6 [temp] @ 6.00 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
122 | | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
123 | o 5: r5 [temp] @ 5.00 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
124 | | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
125 o | 4: r4 [] @ 4.00 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
126 | | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
127 o | 3: r3 [] @ 3.00 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
128 | | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
129 o | 2: r2 [] @ 2.00 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
130 |/ |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
131 o 1: r1 [] @ 1.00 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
132 | |
16219
28c5648771d1
debugbuilddag: fix starting a dag on a non-default branch
Wagner Bruna <wbruna@softwareexpress.com.br>
parents:
14279
diff
changeset
|
133 o 0: r0 [start] @ 0.00 |
11922
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
134 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
135 glog of |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
136 $ hg glog --template '{rev}: {desc} [{branches}]\n' of |
14163
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
137 o 11: r11 [] |
11922
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
138 | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
139 o 10: r10 [] |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
140 | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
141 o 9: r9 [] |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
142 |\ |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
143 | o 8: r8 [temp] |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
144 | | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
145 | o 7: r7 [temp] |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
146 | | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
147 | o 6: r6 [temp] |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
148 | | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
149 | o 5: r5 [temp] |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
150 | | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
151 o | 4: r4 [] |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
152 | | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
153 o | 3: r3 [] |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
154 | | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
155 o | 2: r2 [] |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
156 |/ |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
157 o 1: r1 [] |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
158 | |
16219
28c5648771d1
debugbuilddag: fix starting a dag on a non-default branch
Wagner Bruna <wbruna@softwareexpress.com.br>
parents:
14279
diff
changeset
|
159 o 0: r0 [start] |
11922
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
160 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
161 tags |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
162 $ hg tags -v |
16219
28c5648771d1
debugbuilddag: fix starting a dag on a non-default branch
Wagner Bruna <wbruna@softwareexpress.com.br>
parents:
14279
diff
changeset
|
163 tip 11:9ffe238a67a2 |
28c5648771d1
debugbuilddag: fix starting a dag on a non-default branch
Wagner Bruna <wbruna@softwareexpress.com.br>
parents:
14279
diff
changeset
|
164 p2 4:bbccf1697690 local |
28c5648771d1
debugbuilddag: fix starting a dag on a non-default branch
Wagner Bruna <wbruna@softwareexpress.com.br>
parents:
14279
diff
changeset
|
165 f 1:f778700ebd50 local |
11922
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
166 cat of |
14163
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
167 $ hg cat of --rev tip |
11922
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
168 r11 |
11337
0f3c8a47960e
debugbuilddag: build a changelog dag from a concise description
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
diff
changeset
|
169 |
14163
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
170 |
11922
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
171 new and mergeable files |
11337
0f3c8a47960e
debugbuilddag: build a changelog dag from a concise description
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
diff
changeset
|
172 |
14278
59c820a6ca79
test-debugbuilddag: replace unneeded 'rm -rf' with 'rm -r'
Martin Geisler <mg@aragost.com>
parents:
14163
diff
changeset
|
173 $ rm -r .hg |
59c820a6ca79
test-debugbuilddag: replace unneeded 'rm -rf' with 'rm -r'
Martin Geisler <mg@aragost.com>
parents:
14163
diff
changeset
|
174 $ hg init |
11922
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
175 $ hg debugbuilddag '+2:f +3:p2 @temp <f+4 @default /p2 +2' -q -mn |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
176 dag |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
177 $ hg debugdag -t -b |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
178 +2:f |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
179 +3:p2 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
180 @temp*f+3 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
181 @default*/p2+2:tip |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
182 tip |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
183 $ hg id |
14163
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
184 000000000000 |
11922
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
185 glog |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
186 $ hg glog --template '{rev}: {desc} [{branches}] @ {date}\n' |
14163
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
187 o 11: r11 [] @ 11.00 |
11922
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
188 | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
189 o 10: r10 [] @ 10.00 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
190 | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
191 o 9: r9 [] @ 9.00 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
192 |\ |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
193 | o 8: r8 [temp] @ 8.00 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
194 | | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
195 | o 7: r7 [temp] @ 7.00 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
196 | | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
197 | o 6: r6 [temp] @ 6.00 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
198 | | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
199 | o 5: r5 [temp] @ 5.00 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
200 | | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
201 o | 4: r4 [] @ 4.00 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
202 | | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
203 o | 3: r3 [] @ 3.00 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
204 | | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
205 o | 2: r2 [] @ 2.00 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
206 |/ |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
207 o 1: r1 [] @ 1.00 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
208 | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
209 o 0: r0 [] @ 0.00 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
210 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
211 glog mf |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
212 $ hg glog --template '{rev}: {desc} [{branches}]\n' mf |
14163
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
213 o 11: r11 [] |
11922
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
214 | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
215 o 10: r10 [] |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
216 | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
217 o 9: r9 [] |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
218 |\ |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
219 | o 8: r8 [temp] |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
220 | | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
221 | o 7: r7 [temp] |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
222 | | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
223 | o 6: r6 [temp] |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
224 | | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
225 | o 5: r5 [temp] |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
226 | | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
227 o | 4: r4 [] |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
228 | | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
229 o | 3: r3 [] |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
230 | | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
231 o | 2: r2 [] |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
232 |/ |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
233 o 1: r1 [] |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
234 | |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
235 o 0: r0 [] |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
236 |
11337
0f3c8a47960e
debugbuilddag: build a changelog dag from a concise description
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
diff
changeset
|
237 |
11922
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
238 man r4 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
239 $ hg manifest -r4 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
240 mf |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
241 nf0 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
242 nf1 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
243 nf2 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
244 nf3 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
245 nf4 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
246 cat r4 mf |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
247 $ hg cat -r4 mf |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
248 0 r0 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
249 1 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
250 2 r1 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
251 3 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
252 4 r2 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
253 5 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
254 6 r3 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
255 7 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
256 8 r4 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
257 9 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
258 10 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
259 11 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
260 12 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
261 13 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
262 14 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
263 15 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
264 16 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
265 17 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
266 18 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
267 19 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
268 20 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
269 21 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
270 22 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
271 23 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
272 man r8 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
273 $ hg manifest -r8 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
274 mf |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
275 nf0 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
276 nf1 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
277 nf5 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
278 nf6 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
279 nf7 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
280 nf8 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
281 cat r8 mf |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
282 $ hg cat -r8 mf |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
283 0 r0 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
284 1 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
285 2 r1 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
286 3 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
287 4 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
288 5 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
289 6 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
290 7 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
291 8 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
292 9 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
293 10 r5 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
294 11 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
295 12 r6 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
296 13 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
297 14 r7 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
298 15 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
299 16 r8 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
300 17 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
301 18 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
302 19 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
303 20 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
304 21 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
305 22 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
306 23 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
307 man |
14163
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
308 $ hg manifest --rev tip |
11922
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
309 mf |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
310 nf0 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
311 nf1 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
312 nf10 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
313 nf11 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
314 nf2 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
315 nf3 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
316 nf4 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
317 nf5 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
318 nf6 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
319 nf7 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
320 nf8 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
321 nf9 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
322 cat mf |
14163
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
323 $ hg cat mf --rev tip |
11922
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
324 0 r0 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
325 1 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
326 2 r1 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
327 3 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
328 4 r2 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
329 5 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
330 6 r3 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
331 7 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
332 8 r4 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
333 9 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
334 10 r5 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
335 11 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
336 12 r6 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
337 13 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
338 14 r7 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
339 15 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
340 16 r8 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
341 17 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
342 18 r9 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
343 19 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
344 20 r10 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
345 21 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
346 22 r11 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
347 23 |
11337
0f3c8a47960e
debugbuilddag: build a changelog dag from a concise description
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
diff
changeset
|
348 |
0f3c8a47960e
debugbuilddag: build a changelog dag from a concise description
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
diff
changeset
|
349 |
14163
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
350 |