comparison 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
comparison
equal deleted inserted replaced
5379:35e7c6f6d6dc 5380:60317988f5ae
7 topic (0.20.0) 7 topic (0.20.0)
8 8
9 * stack: support foo#stack relation revset (hg-5.4+ only) 9 * stack: support foo#stack relation revset (hg-5.4+ only)
10 * topic: hg push --topic does-not-exist now doesn't try to push unrelated 10 * topic: hg push --topic does-not-exist now doesn't try to push unrelated
11 changesets and aborts instead 11 changesets and aborts instead
12 * topic: hg outgoing/push --topic . will use current topic
12 13
13 10.0.0 -- 2020-05-09 14 10.0.0 -- 2020-05-09
14 -------------------- 15 --------------------
15 16
16 * compat: clean up old compatibility code 17 * compat: clean up old compatibility code