Mercurial > hg-allpaths
diff README.txt @ 41:b8a7342fbf23
outgoingall and incomingall can't handle -g as it is already taken,
sticking to just --group
author | Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl> |
---|---|
date | Sat, 24 Sep 2016 23:06:23 +0200 |
parents | c27e23a3509c |
children | e710d5bec0b5 |
line wrap: on
line diff
--- a/README.txt Sat Sep 24 22:46:21 2016 +0200 +++ b/README.txt Sat Sep 24 23:06:23 2016 +0200 @@ -51,7 +51,11 @@ hg pushall -g publish pushes to all paths from the ``publish`` group (where ``publish`` is -symbolic name of your choosing). +symbolic name of your choosing). Or:: + + hg pullall -g shared + +pulls from all paths in ``shared`` group. There are two ways to define such a group: @@ -87,6 +91,12 @@ every repository (especially handy if you use `Path Pattern`_), and is more compact. +Groups are also handled for ``incomingall`` and ``outgoingall``, but +long ``--group`` option must be used (``-g`` is already taken by +standard Mercurial, means reporting in ``--git`` diff format):: + + hg outgoingall --group publish + Configuration =======================================================