Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

stable doc: fix hg-git install instructions

Changeset 256b376cbd0c

Parent 24197f82f6e8

by Steve Borho

Changes to one file · Browse files at 256b376cbd0c Showing diff from parent 24197f82f6e8 Diff from another changeset...

 
150
151
152
153
 
154
155
156
157
158
159
 
160
161
162
 
150
151
152
 
153
154
155
156
157
158
 
159
160
161
162
@@ -150,13 +150,13 @@
 dulwich) that hg-git requires, so one only needs to clone the  hg-git repository to your local computer::   - hg clone http://bitbucket.org/durin42/hg-git/ C:\hggit + hg clone http://bitbucket.org/durin42/hg-git/ C:\hg-git    Then enable hggit and bookmarks in your Mercurial.ini file::     [extensions]   bookmarks = - hggit = C:\hggit + hggit = C:\hg-git\hggit    You can verify that worked by typing :command:`hg help hggit`