# HG changeset patch # User Steve Losh # Date 1261771741 18000 # Node ID b369be70f9f8c9eb499457d9551d22e34cf1da43 # Parent 674546022c152843fe5c152928f32530d4ec18c3 Fix the hg-git extension line in .hgrc. diff -r 674546022c15 -r b369be70f9f8 .hgrc --- a/.hgrc Mon Dec 14 17:57:48 2009 -0500 +++ b/.hgrc Fri Dec 25 15:09:01 2009 -0500 @@ -20,7 +20,7 @@ paste = ~/src/hg-paste/paste.py prompt = ~/src/hg-prompt/prompt.py histedit = ~/lib/hg/histedit -hg-git = ~/lib/hg/hg-git +hggit = ~/lib/hg/hg-git/hggit collapse = ~/lib/hg/hgcollapse/hgext/collapse.py diffstat = ~/lib/hg/hgdiffstat/hgext/diffstat.py compass = ~/lib/hg/hg-compass/compass.py