Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0, 2.0.1, and 2.0.2

stable doc: update whatsnew.txt

Changeset b4106b014fa1

Parent 46b4602af95b

by Steve Borho

Changes to one file · Browse files at b4106b014fa1 Showing diff from parent 46b4602af95b Diff from another changeset...

 
61
62
63
64
65
 
 
66
67
68
69
70
71
 
 
 
72
73
74
 
151
152
153
154
155
 
 
156
157
 
61
62
63
 
 
64
65
66
 
 
 
 
 
67
68
69
70
71
72
 
149
150
151
 
 
152
153
154
155
@@ -61,14 +61,12 @@
 dialog can be launched. This is true for merges, update commands that  require content merges, rebases, and backouts.   -Shelve dropped, MQ improved -~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Shelve Improved +~~~~~~~~~~~~~~~   -TortoiseHg 2.0 does not include a shelve tool as 1.0 did. Instead, we -have elevated MQ usability to cover the use cases where shelving was -necessary (still a work in progress). This approach avoids a number of -shelve issues, for instance its inability to shelve added or removed -files. +TortoiseHg 2.0 includes a new shelve tool which is capable of moving +changes between your working directory, a shelf file, or an unapplied MQ +patch.    Revision Sets  ~~~~~~~~~~~~~ @@ -151,7 +149,7 @@
 then load further revisions only when those revisions are required to be  displayed. You will notice scrolling through the graph is jerky, these  are bulk loads of revisions into the graph. To avoid this jerkiness you -can force TortoiseHg to load all revisions in the graph via the 'Load -All' toolbar button. +can force TortoiseHg to load all revisions in the graph via the +:guilabel:`Load All` option from the :guilabel:`View` menu.    .. vim: noet ts=4 syntax=rest