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

doc: add hgsubversion and hg-git to the FAQ

Changeset 9d3c6f001a9b

Parent 8a21636b38ef

by Steve Borho

Changes to one file · Browse files at 9d3c6f001a9b Showing diff from parent 8a21636b38ef Diff from another changeset...

 
73
74
75
76
77
78
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79
80
81
 
73
74
75
 
76
 
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
@@ -73,9 +73,32 @@
    See `ssh <http://bitbucket.org/tortoisehg/stable/wiki/ssh>`_.   -*How can I use Qct with TortoiseHg?*   - In 0.9, we have dropped support for external commit tools. Sorry. +*How can I use the hg-git extension with TortoiseHg* + + TortoiseHg installers include the dulwich package, so all that is + necessary is to clone + `hg-git <http://bitbucket.org/durin42/hg-git/>`_ and enable both + the hg-git and bookmarks extensions:: + + [extensions] + hggit = C:\extensions\hg-git\hggit + bookmarks = + + Beware the 'incoming' command appears broken when speaking with git + repositories, and 'outgoing' does not show much useful info. So you are + restricted to simple push and pull commands (not uncommon for extensions + that speak with external revision control tools). + +*How can I use the hgsubversion extension with TortoiseHg* + + TortoiseHg installers include the svn Python bindings required by + hgsubversion, so all one has to do is clone + `hgsubversion <http://bitbucket.org/durin42/hgsubversion/>`_ and then + enable it:: + + [extensions] + hgsubversion = C:\extensions\hgsubversion\hgsubversion    *How can I use tool X as my visual diff tool?*