[PATCH STABLE] hg-ssh: fix duplicate word in docstring

Andreas Freimuth andreas.freimuth at united-bits.de
Fri Apr 22 09:58:03 CDT 2011


# HG changeset patch
# User Andreas Freimuth <andreas.freimuth at united-bits.de>
# Date 1303483386 -7200
# Branch stable
# Node ID 98f0a9b762f5791dfce2b727d0103100af2a5b30
# Parent  5da07017a4ce81cb12004f3f4ecda5946c928bdd
hg-ssh: fix duplicate word in docstring

diff --git a/contrib/hg-ssh b/contrib/hg-ssh
--- a/contrib/hg-ssh
+++ b/contrib/hg-ssh
@@ -16,7 +16,7 @@ command="hg-ssh path/to/repo1 /path/to/r
 (probably together with these other useful options:
  no-port-forwarding,no-X11-forwarding,no-agent-forwarding)
 
-This allows pull/push over ssh to to the repositories given as arguments.
+This allows pull/push over ssh from/to the repositories given as arguments.
 
 If all your repositories are subdirectories of a common directory, you can
 allow shorter paths with:


More information about the Mercurial-devel mailing list