comparison README @ 763:966e2659e989

import: warn about new unstable changesets 'hg import' can add new unstable changesets, for example when invoked with '--hidden' or '--exact', or when the working directory parent already is unstable.
author Dan Villiom Podlaski Christiansen <dan@cabo.dk>
date Thu, 24 Oct 2013 10:42:50 +0200
parents 942aabaa8a8e
children 2137f1c153d6 f49d4774b999 be39695cbfda
comparison
equal deleted inserted replaced
762:942aabaa8a8e 763:966e2659e989
47 - add verbose hint about how to handle corner case by hand. 47 - add verbose hint about how to handle corner case by hand.
48 This should help people until evolve is able to to it itself. 48 This should help people until evolve is able to to it itself.
49 - removed the qsync extension. The only user I knew about (logilab) is not 49 - removed the qsync extension. The only user I knew about (logilab) is not
50 using it anymore. It not compatible with coming Mercurial version 2.9. 50 using it anymore. It not compatible with coming Mercurial version 2.9.
51 - add progress indicator for long evolve command 51 - add progress indicator for long evolve command
52 - report troubles creation from `hg import`
52 53
53 3.2.0 -- 2013-11-15 54 3.2.0 -- 2013-11-15
54 55
55 - conform to the Mercurial custom of lowercase messages 56 - conform to the Mercurial custom of lowercase messages
56 - added a small extension to experiment with obsolescence marker push 57 - added a small extension to experiment with obsolescence marker push