Mercurial > evolve
diff README @ 2982:fef934b7ed86
topic: add a --topic option to "push" command
This is symmetrical with --bookmark or --branch; it selects changesets in
specified topic as revisions to push.
author | Denis Laxalde <denis.laxalde@logilab.fr> |
---|---|
date | Fri, 22 Sep 2017 13:43:38 +0200 |
parents | 0a77b4e7d8a4 |
children | 7cc79fc0e637 |
line wrap: on
line diff
--- a/README Fri Sep 22 12:48:57 2017 +0200 +++ b/README Fri Sep 22 13:43:38 2017 +0200 @@ -137,6 +137,7 @@ * topic: add a new 'debugconvertbookmark' commands. It helps migrating from bookmark feature branch to topic feature branch. * topic: small clarification and cleanup on various output + * push: add a --topic option to mirror --bookmark and --branch. 6.6.0 -- 2017-07-25 -------------------