Mercurial > evolve
diff 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 |
line wrap: on
line diff
--- a/CHANGELOG Fri Apr 06 17:54:58 2018 +0200 +++ b/CHANGELOG Thu Mar 29 13:01:05 2018 -0700 @@ -6,6 +6,7 @@ * drop support for Mercurial 4.1 * `--obsolete` and `--old-obsolete` flags for `hg graft` are dropped + * `hg evolve` now return 0 if there is nothing to evolve * fixed some memory leak issue