Mercurial > evolve
comparison 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 |
comparison
equal
deleted
inserted
replaced
5453:7f80558c9b8d | 5454:e31e7618cad4 |
---|---|
14 | 14 |
15 * compatibility with Mercurial 5.5 | 15 * compatibility with Mercurial 5.5 |
16 | 16 |
17 * topic: hg push --topic does-not-exist now doesn't try to push unrelated | 17 * topic: hg push --topic does-not-exist now doesn't try to push unrelated |
18 changesets and aborts instead | 18 changesets and aborts instead |
19 * topic: hg outgoing/push --topic . will use current topic | |
19 | 20 |
20 10.0.0 -- 2020-05-09 | 21 10.0.0 -- 2020-05-09 |
21 -------------------- | 22 -------------------- |
22 | 23 |
23 * compat: clean up old compatibility code | 24 * compat: clean up old compatibility code |