Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.1, 0.8.2, and 0.8.3

doc: changelog cleanup

Changeset 376ade0ac537

Parent abc42c355018

by Steve Borho

Changes to one file · Browse files at 376ade0ac537 Showing diff from parent abc42c355018 Diff from another changeset...

 
61
62
63
64
 
 
65
66
67
 
102
103
104
105
 
 
106
107
 
 
108
109
110
 
112
113
114
115
116
 
 
117
118
119
 
129
130
131
132
133
 
 
134
135
136
 
151
152
153
154
155
 
 
156
157
158
 
169
170
171
172
173
 
 
174
175
176
177
178
 
 
179
180
181
 
61
62
63
 
64
65
66
67
68
 
103
104
105
 
106
107
108
 
109
110
111
112
113
 
115
116
117
 
 
118
119
120
121
122
 
132
133
134
 
 
135
136
137
138
139
 
154
155
156
 
 
157
158
159
160
161
 
172
173
174
 
 
175
176
177
178
179
180
 
181
182
183
184
185
@@ -61,7 +61,8 @@
 :guilabel:`display change`   open this changeset in the changeset browser (more below)  :guilabel:`diff to local` - display changes (visual diff) between this revision and your current working directory + display changes (visual diff) between this revision and your current + working directory  :guilabel:`update`   update your working directory to this revision [1]  :guilabel:`merge with` @@ -102,9 +103,11 @@
 1) Opens the TortoiseHg update/checkout dialog with this revision selected.  2) Opens the TortoiseHg merge dialog with this revision selected.  3) Opens the TortoiseHg email dialog with this revision selected. -4) The strip command will store the stripped revisions in a bundle file that can later be reapplied. See also_ +4) The strip command will store the stripped revisions in a bundle file + that can later be reapplied. See also_  5) :menuselection:`Settings --> Global --> TortoiseHg --> Visual Diff Command` -6) Only sensitive if the selected revision is your current working directory parent +6) Only sensitive if the selected revision is your current working + directory parent    .. _also: http://www.selenic.com/mercurial/wiki/index.cgi/EditingHistory   @@ -112,8 +115,8 @@
 File List Context Menus  -----------------------   -Right-clicking on filenames in the file list (bottom left) pane will bring up a context menu for -the selected file: +Right-clicking on filenames in the file list (bottom left) pane will +bring up a context menu for the selected file:    :guilabel:`visual diff`   Open this revision of the file in your visual editor[1] @@ -129,8 +132,8 @@
  Checkout this specific revision of this file [3]    1) :menuselection:`Settings --> Global --> TortoiseHg --> Visual Editor` -2) Does not show revisions where a file was deleted, as this is only a manifest change, - it does not modify the file's history. +2) Does not show revisions where a file was deleted, as this is only a + manifest change, it does not modify the file's history.  3) The new contents will appear as local changes and must be committed.     @@ -151,8 +154,8 @@
 changes into a repository, so this must be done on the command line with  the :command:`hg import` command.   -This changeset browser also supports the :kbd:`CTRL-C` keyboard accelerator to copy -hightlighted diff hunks to the clipboard. +This changeset browser also supports the :kbd:`CTRL-C` keyboard +accelerator to copy hightlighted diff hunks to the clipboard.    Configurables  ------------- @@ -169,13 +172,14 @@
 :guilabel:`Copy Hash`   Copy a revision's changeset id hash to the clipboard when selected   -The exact colors given to particular users can be configured by adding lines like these to -your :file:`Mercurial.ini` file: :: +The exact colors given to particular users can be configured by adding +lines like these to your :file:`Mercurial.ini` file: ::     [tortoisehg]   authorcolor.USERNAME = color   -The changelog browser also respects the following settings on the TortoiseHg tab: +The changelog browser also respects the following settings on the +TortoiseHg tab:    :guilabel:`Tab Width`   Number of spaces to expand tabs in diffs