Mercurial > evolve
diff CHANGELOG @ 5380:60317988f5ae
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 | bed4fc158fc9 |
children | 698a37759e31 |
line wrap: on
line diff
--- a/CHANGELOG Thu Jun 11 23:38:55 2020 +0800 +++ b/CHANGELOG Fri Jun 12 15:42:43 2020 +0800 @@ -9,6 +9,7 @@ * stack: support foo#stack relation revset (hg-5.4+ only) * 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 --------------------