comparison evolve-session @ 29:ef6b19e38ecd

Change "hg evolve --all" to just "hg evolve" (TODO: patch evolve to behave this way)
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Tue, 11 Mar 2014 16:06:24 -0400
parents 6d26dce723a4
children 3df93a421f8d
comparison
equal deleted inserted replaced
28:6d26dce723a4 29:ef6b19e38ecd
39 cat README 39 cat README
40 hg amend 40 hg amend
41 41
42 # What's this about unstable csets? 42 # What's this about unstable csets?
43 hg log -G 43 hg log -G
44 hg evolve --all 44 hg evolve
45 hg log -G 45 hg log -G
46 46
47 # What if we try to drop an old commit? 47 # What if we try to drop an old commit?
48 hg prune -r upstream 48 hg prune -r upstream
49 49
66 66
67 # Return 67 # Return
68 cd ../coc 68 cd ../coc
69 hg pull ../coc-other 69 hg pull ../coc-other
70 hg log -G 70 hg log -G
71 hg evolve --all 71 hg evolve
72 hg log -G 72 hg log -G
73 73
74 !RET 74 !RET