Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9.1, 0.9.1.1, and 0.9.2

stable doc: document hgshelve extension workaround

Changeset edb5230ce461

Parent 0a9017811b55

by Steve Borho

Changes to 2 files · Browse files at edb5230ce461 Showing diff from parent 0a9017811b55 Diff from another changeset...

 
34
35
36
 
 
 
 
 
 
 
37
38
39
 
34
35
36
37
38
39
40
41
42
43
44
45
46
@@ -34,6 +34,13 @@
  there are further complications on Vista. 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:: + + [extensions] + tortoisehg.util.hgshelve= +  *Why can't I connect to an ssh server (TortoisePlink.exe* ``...cannot execute specified...`` *error message)?*     Release 0.7.2 and later include a version of TortoisePlink that does
 
134
135
136
 
 
 
137
138
139
 
174
175
176
 
 
 
 
 
 
 
 
 
177
 
134
135
136
137
138
139
140
141
142
 
177
178
179
180
181
182
183
184
185
186
187
188
189
@@ -134,6 +134,9 @@
  6) Open the shelve tool and press :guilabel:`Unshelve`   7) Refresh top patch (repeat step 4)   +You cannot shelve added, removed, or renamed files, but MQ can handle +this just fine. +  How is this different from attic?  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^   @@ -174,4 +177,13 @@
    use "hgtk -v help shelve" to show global options   +To use TortoiseHg's shelve functionality from the Mercurial command +line, you must enable the extension with lines like these in your +Mercurial.ini file:: + + [extensions] + tortoisehg.util.hgshelve= + +This adds commands named :command:`shelve` and :command:`unshelve` to hg. +  .. vim: noet ts=4