Mercurial > evolve
diff CHANGELOG @ 5454:e31e7618cad4 stable
topic: substitute current topic when `--topic .` is used for outgoing/push
This special case is similar to `hg outgoing/push -B .`, where currently active
bookmark is used instead of `.`.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Fri, 12 Jun 2020 15:42:43 +0800 |
parents | 7f80558c9b8d |
children | fb543438704b |
line wrap: on
line diff
--- a/CHANGELOG Thu Jun 11 18:50:29 2020 +0800 +++ b/CHANGELOG Fri Jun 12 15:42:43 2020 +0800 @@ -16,6 +16,7 @@ * topic: hg push --topic does-not-exist now doesn't try to push unrelated changesets and aborts instead + * topic: hg outgoing/push --topic . will use current topic 10.0.0 -- 2020-05-09 --------------------