equal
deleted
inserted
replaced
55 |
55 |
56 |
56 |
57 Changelog |
57 Changelog |
58 ========= |
58 ========= |
59 |
59 |
60 4.2.0 -- |
60 5.0.1 -- |
61 |
61 |
|
62 - amend: fix --logfile argument |
|
63 - evolve: preserve branch change when evolving |
|
64 |
|
65 5.0.0 -- 2014-10-22 |
|
66 |
|
67 - drop compat with Mercurial pre 3.2 |
62 - uncommit: add a --rev argument |
68 - uncommit: add a --rev argument |
63 - evolve: add a `working directory now at xxxxxxxxxx` message |
69 - evolve: add a `working directory now at xxxxxxxxxx` message |
64 - evolve: automatically translate obsolete hashes when evolving |
70 - evolve: automatically translate obsolete hashes when evolving |
65 - properly skip marker creating if patch apply cleanly |
71 - properly skip marker creating if patch apply cleanly |
66 - prune: work around a massive slowdown from lazy revset |
72 - prune: work around a massive slowdown from lazy revset |
67 - grab: "fix" the grab alias on window |
73 - grab: "fix" the grab alias on window |
|
74 |
|
75 - fix an issue where prune performance were quadratic with the number of |
|
76 changesets pruned. |
|
77 - pull: use discovery to pull less obsmarkers through bundle2 |
|
78 |
68 |
79 |
69 4.1.0 -- 2014-08-08 |
80 4.1.0 -- 2014-08-08 |
70 |
81 |
71 - amend: add -D/--current-date option |
82 - amend: add -D/--current-date option |
72 - amend: add -U/--current-user option |
83 - amend: add -U/--current-user option |