54 5.2.0 -- |
54 5.2.0 -- |
55 |
55 |
56 - evolve: gain a --rev option to control what revisions to evolve (issue4391) |
56 - evolve: gain a --rev option to control what revisions to evolve (issue4391) |
57 - evolve: revision are processed in the order they stack on destination |
57 - evolve: revision are processed in the order they stack on destination |
58 - evolve: properly skip unstable revision with non-evolved unstable parent |
58 - evolve: properly skip unstable revision with non-evolved unstable parent |
59 |
|
60 |
59 |
61 5.1.5 -- |
60 5.1.5 -- |
62 |
61 |
63 - minor documentation cleanup |
62 - minor documentation cleanup |
64 - support -i option for `hg amend` if commit supports it (3.4) |
63 - support -i option for `hg amend` if commit supports it (3.4) |
65 - fix the `debugrecordpruneparents` utility |
64 - fix the `debugrecordpruneparents` utility |
66 - fix some possible crash during command abort (release non-existant transaction) |
65 - fix some possible crash during command abort (release non-existant transaction) |
67 - fix simple4server bug tracker URL |
66 - fix simple4server bug tracker URL |
68 - compatibility with bookmark API change in future Mercurial 3.5 |
67 - compatibility with bookmark API change in future Mercurial 3.5 |
69 - prune no longer move the active bookmark for no reason (issue4559) |
68 - prune no longer move the active bookmark for no reason (issue4559) |
|
69 - evolve: stop reporting divergence base as missing when we actually have it |
|
70 - significant performance improvement for all revsets. |
70 |
71 |
71 5.1.4 -- 2015-04-23 |
72 5.1.4 -- 2015-04-23 |
72 |
73 |
73 - significant documentation update |
74 - significant documentation update |
74 - fix issue4616: pulling with bundle2 would crash if common marker when |
75 - fix issue4616: pulling with bundle2 would crash if common marker when |