Mercurial > hg
changeset 1640:9a5b778f7e2d
Added hint to hg-ssh that you can use shell pattern matching.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Thu, 26 Jan 2006 16:37:31 +0100 |
parents | dbfc04a55607 |
children | 1ef060ae7966 |
files | contrib/hg-ssh |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/hg-ssh Thu Jan 26 15:07:46 2006 +0100 +++ b/contrib/hg-ssh Thu Jan 26 16:37:31 2006 +0100 @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2005 by Intevation GmbH <intevation@intevation.de> +# Copyright 2005, 2006 by Intevation GmbH <intevation@intevation.de> # Author(s): # Thomas Arendsen Hein <thomas@intevation.de> # @@ -20,6 +20,9 @@ If all your repositories are subdirectories of a common directory, you can allow shorter paths with: command="cd path/to/my/repositories && hg-ssh repo1 subdir/repo2" + +You can use pattern matching of your normal shell, e.g.: +command="cd repos && hg-ssh user/thomas/* projects/{mercurial,foo}" """ from mercurial import commands