author | Greg Ward <greg@gerg.ca> |
Tue, 27 Sep 2011 22:38:47 -0400 | |
changeset 15164 | 7bddec632821 |
parent 14279 | b039b667515d |
child 16219 | 28c5648771d1 |
permissions | -rw-r--r-- |
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 \ |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
10 |
> --config progress.width=60 2>&1 | \ |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
11 |
> python $TESTDIR/filtercr.py |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
12 |
|
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
13 |
building [ ] 0/12 |
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 [==> ] 1/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 [======> ] 2/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 [=========> ] 3/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 [=============> ] 4/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 [================> ] 5/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 [====================> ] 6/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 [=======================> ] 7/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 [===========================> ] 8/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 [==============================> ] 9/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 [==================================> ] 10/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 [=====================================> ] 11/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 |
\r (esc) |
b039b667515d
debugbuilddag: output progress information
Martin Geisler <mg@aragost.com>
parents:
14278
diff
changeset
|
48 |
|
14163
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
49 |
tags |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
50 |
$ cat .hg/localtags |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
51 |
66f7d451a68b85ed82ff5fcc254daf50c74144bd f |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
52 |
bebd167eb94d257ace0e814aeb98e6972ed2970d p2 |
11922
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
53 |
dag |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
54 |
$ hg debugdag -t -b |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
55 |
+2:f |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
56 |
+3:p2 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
57 |
@temp*f+3 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
58 |
@default*/p2+2:tip |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
59 |
tip |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
60 |
$ hg id |
14163
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
61 |
000000000000 |
11922
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
62 |
glog |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
63 |
$ 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
|
64 |
o 11: r11 [] @ 11.00 |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
65 |
| |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
66 |
o 10: r10 [] @ 10.00 |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
67 |
| |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
68 |
o 9: r9 [] @ 9.00 |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
69 |
|\ |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
70 |
| o 8: r8 [temp] @ 8.00 |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
71 |
| | |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
72 |
| o 7: r7 [temp] @ 7.00 |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
73 |
| | |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
74 |
| o 6: r6 [temp] @ 6.00 |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
75 |
| | |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
76 |
| o 5: r5 [temp] @ 5.00 |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
77 |
| | |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
78 |
o | 4: r4 [] @ 4.00 |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
79 |
| | |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
80 |
o | 3: r3 [] @ 3.00 |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
81 |
| | |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
82 |
o | 2: r2 [] @ 2.00 |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
83 |
|/ |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
84 |
o 1: r1 [] @ 1.00 |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
85 |
| |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
86 |
o 0: r0 [] @ 0.00 |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
87 |
|
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 |
overwritten files |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
90 |
|
14278
59c820a6ca79
test-debugbuilddag: replace unneeded 'rm -rf' with 'rm -r'
Martin Geisler <mg@aragost.com>
parents:
14163
diff
changeset
|
91 |
$ rm -r .hg |
59c820a6ca79
test-debugbuilddag: replace unneeded 'rm -rf' with 'rm -r'
Martin Geisler <mg@aragost.com>
parents:
14163
diff
changeset
|
92 |
$ hg init |
14163
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
93 |
$ hg debugbuilddag '+2:f +3:p2 @temp <f+4 @default /p2 +2' -q -o |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
94 |
tags |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
95 |
$ cat .hg/localtags |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
96 |
2a8ed67d317e370eac733dccc501b12d7b9c441a f |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
97 |
4226a30965b7af58f94d0cda7e6c2c9c63e6bf90 p2 |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
98 |
dag |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
99 |
$ hg debugdag -t -b |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
100 |
+2:f |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
101 |
+3:p2 |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
102 |
@temp*f+3 |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
103 |
@default*/p2+2:tip |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
104 |
tip |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
105 |
$ hg id |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
106 |
000000000000 |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
107 |
glog |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
108 |
$ hg glog --template '{rev}: {desc} [{branches}] @ {date}\n' |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
109 |
o 11: r11 [] @ 11.00 |
11922
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
110 |
| |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
111 |
o 10: r10 [] @ 10.00 |
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 9: r9 [] @ 9.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 8: r8 [temp] @ 8.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 7: r7 [temp] @ 7.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 6: r6 [temp] @ 6.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 5: r5 [temp] @ 5.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 | 4: r4 [] @ 4.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 | 3: r3 [] @ 3.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 | 2: r2 [] @ 2.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 1: r1 [] @ 1.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 0: r0 [] @ 0.00 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
132 |
|
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
133 |
glog of |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
134 |
$ 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
|
135 |
o 11: r11 [] |
11922
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
136 |
| |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
137 |
o 10: r10 [] |
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 9: r9 [] |
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 8: r8 [temp] |
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 7: r7 [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 6: r6 [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 5: r5 [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 | 4: r4 [] |
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 | 3: r3 [] |
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 | 2: r2 [] |
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 1: r1 [] |
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 0: r0 [] |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
158 |
|
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
159 |
tags |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
160 |
$ hg tags -v |
14163
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
161 |
tip 11:58a51e5eb988 |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
162 |
p2 4:4226a30965b7 local |
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
163 |
f 1:2a8ed67d317e local |
11922
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
164 |
cat of |
14163
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
165 |
$ hg cat of --rev tip |
11922
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
166 |
r11 |
11337
0f3c8a47960e
debugbuilddag: build a changelog dag from a concise description
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
diff
changeset
|
167 |
|
14163
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
168 |
|
11922
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
169 |
new and mergeable files |
11337
0f3c8a47960e
debugbuilddag: build a changelog dag from a concise description
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
diff
changeset
|
170 |
|
14278
59c820a6ca79
test-debugbuilddag: replace unneeded 'rm -rf' with 'rm -r'
Martin Geisler <mg@aragost.com>
parents:
14163
diff
changeset
|
171 |
$ rm -r .hg |
59c820a6ca79
test-debugbuilddag: replace unneeded 'rm -rf' with 'rm -r'
Martin Geisler <mg@aragost.com>
parents:
14163
diff
changeset
|
172 |
$ hg init |
11922
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
173 |
$ 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
|
174 |
dag |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
175 |
$ hg debugdag -t -b |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
176 |
+2:f |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
177 |
+3:p2 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
178 |
@temp*f+3 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
179 |
@default*/p2+2:tip |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
180 |
tip |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
181 |
$ hg id |
14163
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
182 |
000000000000 |
11922
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
183 |
glog |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
184 |
$ 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
|
185 |
o 11: r11 [] @ 11.00 |
11922
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
186 |
| |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
187 |
o 10: r10 [] @ 10.00 |
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 9: r9 [] @ 9.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 8: r8 [temp] @ 8.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 7: r7 [temp] @ 7.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 6: r6 [temp] @ 6.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 5: r5 [temp] @ 5.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 | 4: r4 [] @ 4.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 | 3: r3 [] @ 3.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 | 2: r2 [] @ 2.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 1: r1 [] @ 1.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 0: r0 [] @ 0.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 |
glog mf |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
210 |
$ 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
|
211 |
o 11: r11 [] |
11922
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
212 |
| |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
213 |
o 10: r10 [] |
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 9: r9 [] |
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 8: r8 [temp] |
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 7: r7 [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 6: r6 [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 5: r5 [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 | 4: r4 [] |
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 | 3: r3 [] |
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 | 2: r2 [] |
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 1: r1 [] |
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 0: r0 [] |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
234 |
|
11337
0f3c8a47960e
debugbuilddag: build a changelog dag from a concise description
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
diff
changeset
|
235 |
|
11922
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
236 |
man r4 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
237 |
$ hg manifest -r4 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
238 |
mf |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
239 |
nf0 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
240 |
nf1 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
241 |
nf2 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
242 |
nf3 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
243 |
nf4 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
244 |
cat r4 mf |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
245 |
$ hg cat -r4 mf |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
246 |
0 r0 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
247 |
1 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
248 |
2 r1 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
249 |
3 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
250 |
4 r2 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
251 |
5 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
252 |
6 r3 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
253 |
7 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
254 |
8 r4 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
255 |
9 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
256 |
10 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
257 |
11 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
258 |
12 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
259 |
13 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
260 |
14 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
261 |
15 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
262 |
16 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
263 |
17 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
264 |
18 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
265 |
19 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
266 |
20 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
267 |
21 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
268 |
22 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
269 |
23 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
270 |
man r8 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
271 |
$ hg manifest -r8 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
272 |
mf |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
273 |
nf0 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
274 |
nf1 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
275 |
nf5 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
276 |
nf6 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
277 |
nf7 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
278 |
nf8 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
279 |
cat r8 mf |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
280 |
$ hg cat -r8 mf |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
281 |
0 r0 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
282 |
1 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
283 |
2 r1 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
284 |
3 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
285 |
4 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
286 |
5 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
287 |
6 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
288 |
7 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
289 |
8 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
290 |
9 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
291 |
10 r5 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
292 |
11 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
293 |
12 r6 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
294 |
13 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
295 |
14 r7 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
296 |
15 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
297 |
16 r8 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
298 |
17 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
299 |
18 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
300 |
19 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
301 |
20 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
302 |
21 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
303 |
22 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
304 |
23 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
305 |
man |
14163
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
306 |
$ hg manifest --rev tip |
11922
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
307 |
mf |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
308 |
nf0 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
309 |
nf1 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
310 |
nf10 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
311 |
nf11 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
312 |
nf2 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
313 |
nf3 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
314 |
nf4 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
315 |
nf5 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
316 |
nf6 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
317 |
nf7 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
318 |
nf8 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
319 |
nf9 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
320 |
cat mf |
14163
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
321 |
$ hg cat mf --rev tip |
11922
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
322 |
0 r0 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
323 |
1 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
324 |
2 r1 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
325 |
3 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
326 |
4 r2 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
327 |
5 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
328 |
6 r3 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
329 |
7 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
330 |
8 r4 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
331 |
9 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
332 |
10 r5 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
333 |
11 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
334 |
12 r6 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
335 |
13 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
336 |
14 r7 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
337 |
15 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
338 |
16 r8 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
339 |
17 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
340 |
18 r9 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
341 |
19 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
342 |
20 r10 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
343 |
21 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
344 |
22 r11 |
3e59059b2785
tests: unify test-debugbuilddag
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
11686
diff
changeset
|
345 |
23 |
11337
0f3c8a47960e
debugbuilddag: build a changelog dag from a concise description
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
diff
changeset
|
346 |
|
0f3c8a47960e
debugbuilddag: build a changelog dag from a concise description
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
diff
changeset
|
347 |
|
14163
38184a72d793
debugbuilddag: use memctx for speed
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
14042
diff
changeset
|
348 |