Mercurial > evolve
comparison CHANGELOG @ 3649:4fcf815916f5
evolve: do not exit 1 when there are no troubled changesets (issue5823)
There are possibly other cases we also do not wish to exit non-zero for in this
function, but I did not analyze them closely and am just looking at resolving
issue5823.
author | Kyle Lippincott <spectral@google.com> |
---|---|
date | Thu, 29 Mar 2018 13:01:05 -0700 |
parents | ca9fd36b4528 |
children | 35ffd7a4b339 |
comparison
equal
deleted
inserted
replaced
3648:ca9fd36b4528 | 3649:4fcf815916f5 |
---|---|
4 8.0.0 - in progress | 4 8.0.0 - in progress |
5 ------------------- | 5 ------------------- |
6 | 6 |
7 * drop support for Mercurial 4.1 | 7 * drop support for Mercurial 4.1 |
8 * `--obsolete` and `--old-obsolete` flags for `hg graft` are dropped | 8 * `--obsolete` and `--old-obsolete` flags for `hg graft` are dropped |
9 * `hg evolve` now return 0 if there is nothing to evolve | |
9 | 10 |
10 * fixed some memory leak issue | 11 * fixed some memory leak issue |
11 | 12 |
12 7.3.0 -- 2018-03-21 | 13 7.3.0 -- 2018-03-21 |
13 --------------------- | 14 --------------------- |