comparison evolve-session @ 30:3df93a421f8d

Add missing -m option to fold (TODO: patch evolve)
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Tue, 11 Mar 2014 16:55:28 -0400
parents ef6b19e38ecd
children
comparison
equal deleted inserted replaced
29:ef6b19e38ecd 30:3df93a421f8d
58 cd ../coc-other 58 cd ../coc-other
59 hg log -G --hidden 59 hg log -G --hidden
60 hg update jordi 60 hg update jordi
61 61
62 # Fold both commits into one 62 # Fold both commits into one
63 hg fold jordi jordi^ "Rename the Python CoC to the Cobra CoC" 63 hg fold jordi jordi^ -m "Rename the Python CoC to the Cobra CoC"
64 hg log -G 64 hg log -G
65 hg log -pvr jordi 65 hg log -pvr jordi
66 66
67 # Return 67 # Return
68 cd ../coc 68 cd ../coc