The following commit has been merged in the master branch:
commit 22dff11a01e036b944583c943d87f0799489d97d
Author: Christoph Berg <[email protected]>
Date:   Sun Apr 11 08:55:11 2010 +0200

    Fix comment on my last change. Thanks Adam for spotting.

diff --git a/scripts/debcheckout.pl b/scripts/debcheckout.pl
index f38e2f2..0216b66 100755
--- a/scripts/debcheckout.pl
+++ b/scripts/debcheckout.pl
@@ -411,7 +411,7 @@ sub set_auth($$$$) {
                $url =~ 
s|^\w+://(git\.debian\.org)/(?:git/)?(.*)|git+ssh://$user$1/git/$2|;
            }
        }
-       # "hg ssh://" needs an extra slash so paths are based in the user's 
$HOME
+       # "hg ssh://" needs an extra slash so paths are not based in the user's 
$HOME
        case "hg" { $url =~ s|^\w+://(hg\.debian\.org/)|ssh://$user$1/|; }
        case "svn" {
            $url =~ s|^\w+://(svn\.debian\.org)/(.*)|svn+ssh://$user$1/svn/$2|;

-- 
Git repository for devscripts


-- 
To unsubscribe, send mail to [email protected].

Reply via email to