changeset 53:ade76bc406d7

Fix a path entry.
author Augie Fackler <durin42@gmail.com>
date Thu, 19 Feb 2009 15:33:30 -0600
parents d6ea7c108453
children 7755c3adb60d
files .hgrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.