diff .hgrc @ 53:ade76bc406d7

Fix a path entry.
author Augie Fackler <durin42@gmail.com>
date Thu, 19 Feb 2009 15:33:30 -0600
parents bc63fd9e6d64
children e4aa44f30f2c
line wrap: on
line diff
--- a/.hgrc
+++ b/.hgrc
@@ -51,7 +51,7 @@ status.ignored = magenta bold
 [paths]
 hgcrew = http://hg.intevation.org/mercurial/crew
 hgsubv = ssh://hg@bitbucket.org/durin42/hgsubversion/
-hggit = ssh://hg@bitbucket.org/durin42/hggit//
+hggit = ssh://hg@bitbucket.org/durin42/hggit/
 
 [hooks]
 # Prevent "hg pull" if MQ patches are applied.