# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1394409218 14400 # Node ID e5212a1551409b7e4e7c3ce7e8aa4ea61e70f1e3 # Parent ba454c7497f6ad95a1d5039d19f3d08c5dc0ea36 Add second evolve session diff -r ba454c7497f6 -r e5212a155140 evolve-session --- a/evolve-session Sun Mar 09 19:52:49 2014 -0400 +++ b/evolve-session Sun Mar 09 19:53:38 2014 -0400 @@ -49,4 +49,29 @@ !RET -!RET \ No newline at end of file +# Clone repo again... +hg clone http://hg.python.org/coc/ ../coc-other +hg push -B jordi -B upstream ../coc-other + +# Let's see here... +hg log -G --hidden +cd ../coc-other +hg log -G --hidden +hg update jordi + +# Fold both commits into one +hg fold jordi jordi^ "Rename the Python CoC to the Cobra CoC" +hg log -G +hg book jordi ## sorry, this is a bug, Evolve is still evolving ;-) +hg log -G + +hg log -pvr jordi + +# Return +cd ../coc +hg pull ../coc-other +hg log -G +hg evolve --all +hg log -G + +!RET