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: consistent naming of 'changes since...'

Changeset 310496a1c64e

Parent e3ee019205ae

by Steve Borho

Changes to 3 files · Browse files at 310496a1c64e Showing diff from parent e3ee019205ae Diff from another changeset...

 
260
261
262
263
264
 
 
265
266
267
 
285
286
287
288
289
 
 
290
291
292
 
260
261
262
 
 
263
264
265
266
267
 
285
286
287
 
 
288
289
290
291
292
@@ -260,8 +260,8 @@
   External tool configuration is deprecated and will be removed in 0.9   -Changes from 0.7 to 0.8 ------------------------ +Changes since 0.7 +-----------------    * The :guilabel:`Show Diff` button has been removed. Diffs are always shown.  * The commit tool no longer shows all diffs at startup. Only the first @@ -285,8 +285,8 @@
  downloaded separately if you wish to use Qct.     -Changes from 0.6 to 0.7 ------------------------ +Changes since 0.6 +-----------------    Large changes were made to the commit tool in the 0.7 release. The  previous default tool, Qct, was unbundled and TortoiseHg's native commit
 
46
47
48
49
50
 
 
51
52
 
46
47
48
 
 
49
50
51
52
@@ -46,7 +46,7 @@
 future release of TortoiseHg, we hope to make this launchable from the  shell context menu.   -Changes in 0.8 --------------- +Changes since 0.7 +-----------------  * Improved error handling  * i18n fixes
 
109
110
111
 
 
 
 
 
 
 
 
 
 
 
109
110
111
112
113
114
115
116
117
118
119
120
121
@@ -109,3 +109,13 @@
   Please consult the Mercurial documentation for the differences between  plain patches, HG patches, Git patches, and bundles. + +Changes since 0.7 +----------------- + +* Path drop-down list no longer includes most-recently-used paths. It + only includes configured repository paths. +* Email dialog now has buttons for configuring in-reply-to tags and the + attachment types. +* Email dialog now sends an intro message only when one has been + entered, regardless of patch count.