comparison README @ 750:ddbea2fdee5e

evolve: allow updating to the successor if the parent is obsolete Although 'hg update' handles this as well, it will also update to tipmost descendent of the successor, if any.
author Dan Villiom Podlaski Christiansen <dan@cabo.dk>
date Tue, 22 Oct 2013 11:51:01 +0200
parents fa87604b359c
children a5474648a9d2
comparison
equal deleted inserted replaced
749:f728edc7fcd1 750:ddbea2fdee5e
47 - conform to the Mercurial custom of lowercase messages 47 - conform to the Mercurial custom of lowercase messages
48 - added a small extension to experiment with obsolescence marker push 48 - added a small extension to experiment with obsolescence marker push
49 - amend: drop the deprecated note option 49 - amend: drop the deprecated note option
50 - amend: use core mechanism for amend (fix multiple bugs) 50 - amend: use core mechanism for amend (fix multiple bugs)
51 - parents command: add "working directory parent is obsolete" message 51 - parents command: add "working directory parent is obsolete" message
52 - evolve command: allow updating to the successor if the parent is
53 obsolete
52 54
53 3.1.0 -- 2013-02-11 55 3.1.0 -- 2013-02-11
54 56
55 - amend: drop deprecated --change option for amend 57 - amend: drop deprecated --change option for amend
56 - alias: add a grab aliast to be used instead of graft -O 58 - alias: add a grab aliast to be used instead of graft -O