# HG changeset patch # User Thomas Arendsen Hein # Date 1138289851 -3600 # Node ID 9a5b778f7e2d9c72d80a61779d59e49f9b7fe7e0 # Parent dbfc04a55607a281a6b57b0ed7f15a31c1c65270 Added hint to hg-ssh that you can use shell pattern matching. diff -r dbfc04a55607 -r 9a5b778f7e2d contrib/hg-ssh --- 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 +# Copyright 2005, 2006 by Intevation GmbH # Author(s): # Thomas Arendsen Hein # @@ -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