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 efc6537b930a

Parent 46b4602af95b

by Steve Borho

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

 
61
62
63
64
65
 
 
66
67
68
69
70
71
 
 
 
72
73
74
 
111
112
113
114
115
 
 
 
116
117
118
 
151
152
153
154
155
 
 
156
157
 
61
62
63
 
 
64
65
66
 
 
 
 
 
67
68
69
70
71
72
 
109
110
111
 
 
112
113
114
115
116
117
 
150
151
152
 
 
153
154
155
156
@@ -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  ~~~~~~~~~~~~~ @@ -111,8 +109,9 @@
 * edit commit messages with auto-completion of filenames and source symbols  * edit revision set strings with brace matching and auto-completion   -One can configure the Qscintilla2 tab stops and white space visibility -parameters using the settings tool. +One can configure the Qscintilla2 tab stops parameters using the +settings tool, while white space visibility and wrap are controlled by +context menus.      Polling of repository state and config @@ -151,7 +150,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