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

commit: reorder change lists to be newest first

Changeset 3e02505a60d3

Parent 71850fa4e3ad

by Steve Borho

Changes to one file · Browse files at 3e02505a60d3 Showing diff from parent 71850fa4e3ad Diff from another changeset...

 
263
264
265
266
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
267
268
269
 
275
276
277
278
279
280
281
 
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
 
 
328
329
330
 
263
264
265
 
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
 
300
301
302
 
303
304
305
 
324
325
326
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
327
328
329
330
 
@@ -263,7 +263,32 @@
  Toggles diff pane from left to below file list  :menuselection:`TortoiseHg --> Max Diff Size`   Configures the diff size limit - + +Changes from 0.7 to 0.8 +----------------------- + +* 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 + currently selected file is shown. +* Added support for closing a named branch +* The commit tool is now launchable from the merge dialog +* The message pane context menu now has options for inserting selected + filenames, and configuring/applying a layout format. +* :guilabel:`Ctrl-O` keyboard accelerator for triggering commit has been replaced with + :guilabel:`CTRL-Enter` accelerator which is common to many THG dialogs +* Support for two-parent state (merging) has been improved, especially + the file context menus. +* There is now a limit on the size of files that will be diffed by the commit + and changelog tools. Files above this size will simply show a message + indicating why the file was not diffed. This limit (default: 1MB) is + configurable (per-repository if necessary) via the settings dialog + :menuselection:`TortoiseHg --> Max Diff Size`. +* You can specify the commiter and date via the command line: see + :command:`hgtk commit -h` for details +* The :file:`qct.py` extension file is no longer bundled. It must be + downloaded separately if you wish to use Qct. + +  Changes from 0.6 to 0.7  -----------------------   @@ -275,7 +300,6 @@
   .. _FAQ: http://bitbucket.org/tortoisehg/stable/wiki/FAQ#tortoisehg-faq   -  The default layout of the native commit tool is different than Qct. The  file list is on the left side of the diff panel. This layout is actually  configurable if you prefer the Qct layout, simply set the @@ -300,31 +324,7 @@
 command. Qct was already doing both of these things, so this  will come as no surprise to Qct users.   - -Changes from 0.7 to 0.8 ------------------------ - -* 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 - currently selected file is shown. -* Added support for closing a named branch -* The commit tool is now launchable from the merge dialog -* The message pane context menu now has options for inserting selected - filenames, and configuring/applying a layout format. -* :guilabel:`Ctrl-O` keyboard accelerator for triggering commit has been replaced with - :guilabel:`CTRL-Enter` accelerator which is common to many THG dialogs -* Support for two-parent state (merging) has been improved, especially - the file context menus. -* There is now a limit on the size of files that will be diffed by the commit - and changelog tools. Files above this size will simply show a message - indicating why the file was not diffed. This limit (default: 1MB) is - configurable (per-repository if necessary) via the settings dialog - :menuselection:`TortoiseHg --> Max Diff Size`. -* You can specify the commiter and date via the command line: see - :command:`hgtk commit -h` for details -* The :file:`qct.py` extension file is no longer bundled. It must be - downloaded separately if you wish to use Qct. - +Deprecated +----------    External tool configuration is deprecated and will be removed in 0.9 -