README
changeset 753 c3ba8a965a7a
parent 752 bfdfdf731f8a
child 760 bbb3a0e1dfea
equal deleted inserted replaced
752:bfdfdf731f8a 753:c3ba8a965a7a
    40 
    40 
    41 
    41 
    42 Changelog
    42 Changelog
    43 =========
    43 =========
    44 
    44 
    45 3.2.0 --
    45 3.2.0 -- 2013-11-15
    46 
    46 
    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
    52 - evolve command: allow updating to the successor if the parent is
    53   obsolete
    53   obsolete
    54 - gdown and gup commands: add next and previous alias, respectively
    54 - gdown and gup commands: add next and previous alias, respectively
    55 - make grab aliases compatible with Mercurial 2.8
    55 - make grab aliases compatible with Mercurial 2.8
       
    56 - Tested with 2.6, 2.7 and 2.8
    56 
    57 
    57 3.1.0 -- 2013-02-11
    58 3.1.0 -- 2013-02-11
    58 
    59 
    59 - amend: drop deprecated --change option for amend
    60 - amend: drop deprecated --change option for amend
    60 - alias: add a grab aliast to be used instead of graft -O
    61 - alias: add a grab aliast to be used instead of graft -O