comparison README @ 930:cac35bef8aee stable

import: --obsolete flag for automatic obsolescence marker creation A new `--obsolete` flag is added to import. When present, the new node will be marked as a successors of the one specified in the `Node` field of the imported patch. No marker are created when revision have the node expected in the patch. This improves email based work flow where implicit rebase are likely to happen and extra information are lost, changing the hash. This new behavior requires a flags, otherwise the `hg export x | hg import -` idiom would change, turning the source obsolete. (Changing from `hg graft x` to `hg rebase --dest . --rev x`) This change only takes effect when using Mercurial 3.0 and above
author Pierre-Yves David <pierre-yves.david@fb.com>
date Fri, 09 May 2014 03:06:36 -0700
parents 306f67906a6c
children 32915143d448
comparison
equal deleted inserted replaced
929:306f67906a6c 930:cac35bef8aee
49 49
50 3.3.2 -- 50 3.3.2 --
51 51
52 - fix a bug where evolve were creating changeset with 2 parents on windows 52 - fix a bug where evolve were creating changeset with 2 parents on windows
53 (fix issues #16, #35 and #42) 53 (fix issues #16, #35 and #42)
54 - adds a --obsolete flag to import (requieres Mercurial 3.0)
54 55
55 3.3.1 -- 2014-04-23 56 3.3.1 -- 2014-04-23
56 57
57 - various language fix 58 - various language fix
58 - active bookmark now move when using prev/next (#37) 59 - active bookmark now move when using prev/next (#37)