equal
deleted
inserted
replaced
64 - evolve: add a --tool option |
64 - evolve: add a --tool option |
65 - mark "commit -o", "graft -o" and "graft -O" as deprecated since they are |
65 - mark "commit -o", "graft -o" and "graft -O" as deprecated since they are |
66 unlikely to eventually make it into core. |
66 unlikely to eventually make it into core. |
67 - push obsmarkers and phases in the same transaction than changesets |
67 - push obsmarkers and phases in the same transaction than changesets |
68 (when using hg >= 3.1 and bundle2-exp is enabled) |
68 (when using hg >= 3.1 and bundle2-exp is enabled) |
|
69 - hide message about the obsolescence marker exchange behind a |
|
70 `experimental.verbose-obsolescence-exchange` variable (default to False). |
69 |
71 |
70 4.0.1 -- 2014-08-08 |
72 4.0.1 -- 2014-08-08 |
71 |
73 |
72 - createmarkers() accept an iterable (for compat with other extension) |
74 - createmarkers() accept an iterable (for compat with other extension) |
73 |
75 |