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: prune down FAQ, improve hg-git docs

Changeset 046952760f31

Parent d305543396dc

by Steve Borho

Changes to 2 files · Browse files at 046952760f31 Showing diff from parent d305543396dc Diff from another changeset...

 
14
15
16
17
18
 
 
 
 
19
20
21
 
26
27
28
29
 
30
31
32
 
58
59
60
61
62
63
64
65
66
67
 
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
105
106
107
108
109
 
110
111
112
113
114
 
115
116
117
 
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
 
14
15
16
 
 
17
18
19
20
21
22
23
 
28
29
30
 
31
32
33
34
 
60
61
62
 
 
 
 
63
64
65
 
72
73
74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
76
77
78
79
80
 
81
82
 
 
 
 
83
84
85
86
 
126
127
128
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
129
130
131
@@ -14,8 +14,10 @@
  `Mercurial <http://mercurial.selenic.com/wiki/>`_,   `kdiff3 <http://kdiff3.sourceforge.net/>`_,   `TortoisePlink <http://www.chiark.greenend.org.uk/%7Esgtatham/putty/>`_ - and five bonus extensions: hgfold, hgcr-gui, perfarce, hgeol, - mercurial-keyring. + five bonus extensions: hgfold, hgcr-gui, perfarce, hgeol, mercurial-keyring. + python-svn for hgsubversion and convert extensions + dulwich for hg-git use. + See :file:`extension-versions.txt` in installer root for more details    *Is Mercurial on Windows compatible with the index service and virus scanners?*   @@ -26,7 +28,7 @@
 *How can I get translations for the Explorer context menu?*     The available translations were stored by the installer under - :file:`C:\\Program Files\\TortoiseHg\\cmenu_i18n`. Select the + :file:`C:\\Program Files\\TortoiseHg\\i18n\\cmenu`. Select the   locale you would like to use, double-click on it, and confirm all   requests.   @@ -58,10 +60,6 @@
  Merges and updates are intended to be done from within the Changelog   tool (:guilabel:`Repository Explorer` menu option)   -*How do I fix* ``failed to import extension hgext.hgconfig...`` *warnings?* - - See `issue #135 <http://bitbucket.org/tortoisehg/stable/issue/135/>`_. -  *How do I use TortoiseHg's shelve extension from the hg command line?*     Enable the extension in your Mercurial.ini file:: @@ -74,44 +72,15 @@
  See `ssh <http://bitbucket.org/tortoisehg/stable/wiki/ssh>`_.     -*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?*     Since version 1.0, TortoiseHg should autodetect most popular visual   diff tools and make them available for selection from the   :guilabel:`Visual Diff Tool` item in the settings tool.   -*I'm a CLI user, how do I disable the shell extensions (overlay icons and context menus)?* +*I'm a CLI user, how do I disable the shell extension (overlay icons and context menus)?*   - You can disable overlays via the taskbar options menu. The only way - to disable the context menu is to rename :file:`ThgShell.dll` in - your install directory and then restart explorer (this completely - disables the shell extension). + Simply ask the installer to remove the shell extension entirely.    *How is TortoiseHg configured?*   @@ -157,28 +126,6 @@
  the :file:`gtk\\share\\themes` directory and then enable them in   :file:`gtk\\etc\\gtk-2.0\\gtkrc`.   -*After uninstalling, it left a bunch of DLL and PYD files behind.* - - Reboot, like the uninstaller told you to :-) The uninstaller marked - those files for removal at the next boot since most of them could - not be removed while your system was running. - -*How can I convert a subversion repository to Mercurial?* - - You must install svn-win32-1.6 command line tools, then add them to - your path. Then you must enable the - `convert <http://mercurial.selenic.com/wiki/ConvertExtension>`_ - extension. At this point, you should be able to use the - :command:`hg convert` command to do the conversion. Please direct - problems/questions about the convert extension to the Mercurial - mailing list or #mercurial on irc.freenode.net. - - Alternatively, you can use the hgsubversion extension. - - Refer to - `Converting Repositories <http://mercurial.selenic.com/wiki/RepositoryConversion>`_ - page for more details. -  *Where do TortoiseHg extensions look for external Python modules on Windows?*     TortoiseHg includes an entire Python distribution bundled up as
 
150
151
152
153
 
154
155
156
 
162
163
164
 
 
 
 
 
165
 
150
151
152
 
153
154
155
156
 
162
163
164
165
166
167
168
169
170
@@ -150,7 +150,7 @@
 dulwich) that hg-git requires, so one only needs to clone the  hg-git repository to your local computer::   - hg clone http://bitbucket.org/abderrahim/hg-git/ C:\hggit + hg clone http://bitbucket.org/durin42/hg-git/ C:\hggit    Then enable hggit and bookmarks in your Mercurial.ini file::   @@ -162,4 +162,9 @@
   See the hggit documentation for details of use.   +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). +  .. vim: noet ts=4