##// END OF EJS Templates
Added hint to hg-ssh that you can use shell pattern matching.
Thomas Arendsen Hein -
r1640:9a5b778f default
parent child Browse files
Show More
@@ -1,6 +1,6 b''
1 1 #!/usr/bin/env python
2 2 #
3 # Copyright 2005 by Intevation GmbH <intevation@intevation.de>
3 # Copyright 2005, 2006 by Intevation GmbH <intevation@intevation.de>
4 4 # Author(s):
5 5 # Thomas Arendsen Hein <thomas@intevation.de>
6 6 #
@@ -20,6 +20,9 b' This allows pull/push over ssh to to the'
20 20 If all your repositories are subdirectories of a common directory, you can
21 21 allow shorter paths with:
22 22 command="cd path/to/my/repositories && hg-ssh repo1 subdir/repo2"
23
24 You can use pattern matching of your normal shell, e.g.:
25 command="cd repos && hg-ssh user/thomas/* projects/{mercurial,foo}"
23 26 """
24 27
25 28 from mercurial import commands
General Comments 0
You need to be logged in to leave comments. Login now