Show More
@@ -1,6 +1,6 b'' | |||||
1 | #!/usr/bin/env python |
|
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 | # Author(s): |
|
4 | # Author(s): | |
5 | # Thomas Arendsen Hein <thomas@intevation.de> |
|
5 | # Thomas Arendsen Hein <thomas@intevation.de> | |
6 | # |
|
6 | # | |
@@ -20,6 +20,9 b' This allows pull/push over ssh to to the' | |||||
20 | If all your repositories are subdirectories of a common directory, you can |
|
20 | If all your repositories are subdirectories of a common directory, you can | |
21 | allow shorter paths with: |
|
21 | allow shorter paths with: | |
22 | command="cd path/to/my/repositories && hg-ssh repo1 subdir/repo2" |
|
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 | from mercurial import commands |
|
28 | from mercurial import commands |
General Comments 0
You need to be logged in to leave comments.
Login now