Mercurial > public > mercurial-scm > hg
diff relnotes/next @ 42932:e4803231f538
amend: add option to update to the current user
This is also from the evolve extension's version of amend. A side effect of
this refactoring is for uncommit to support `rewrite.update-timestamp`.
Differential Revision: https://phab.mercurial-scm.org/D6853
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sat, 14 Sep 2019 15:13:16 -0400 |
parents | 96b22e58dc67 |
children | 09d46b90f6f9 |
line wrap: on
line diff
--- a/relnotes/next Wed Sep 11 15:03:08 2019 -0700 +++ b/relnotes/next Sat Sep 14 15:13:16 2019 -0400 @@ -1,5 +1,8 @@ == New Features == + * The amend extension supports the `--currentuser` argument. + + * The uncommit extension supports the `rewrite.update-timestamp` config option. == New Experimental Features ==