comparison README @ 662:40854e956315 stable

merge
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Sat, 02 Feb 2013 12:20:10 +0100
parents 27c890b4f864
children 862b6b71a358
comparison
equal deleted inserted replaced
648:f727ebe6ffd5 662:40854e956315
9 issues it may raise. 9 issues it may raise.
10 10
11 It also: 11 It also:
12 12
13 - enables the "Changeset Obsolescence" feature of mercurial, 13 - enables the "Changeset Obsolescence" feature of mercurial,
14 - alters core commands and extensions that rewrite history to use 14 - issues several warning messages when troubles appear in your repository.
15 this feature,
16 - improves some aspect of the early implementation in 2.3
17 15
18 **These extensions are experimental and are not meant for production.** 16 **These extensions are experimental and are not meant for production.**
19 17
20 You can quicky enable it by adding the line below to the extensions 18 You can quicky enable it by adding the line below to the extensions
21 section of you hgrc:: 19 section of you hgrc::
43 Make sure to check lastest draft changeset before submitting new changeset. 41 Make sure to check lastest draft changeset before submitting new changeset.
44 42
45 43
46 Changelog 44 Changelog
47 ================== 45 ==================
46
47 3.0.0 --
48
49 - compatibility with 2.5
48 50
49 2.2.0 -- 51 2.2.0 --
50 52
51 - make evolve smarter at picking next troubled to solved without --any 53 - make evolve smarter at picking next troubled to solved without --any
52 54