Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.3rc1, 0.3, and 0.4rc1

installer: update example tortoisehg.rc

Changeset 7efa38677567

Parent 0fd0fcc15287

by Steve Borho

Changes to one file · Browse files at 7efa38677567 Showing diff from parent 0fd0fcc15287 Diff from another changeset...

 
5
6
7
8
 
9
10
11
 
12
13
14
15
16
17
18
 
 
19
20
21
 
 
 
 
 
 
 
 
 
 
5
6
7
 
8
9
10
 
11
12
13
14
15
16
 
 
17
18
19
 
 
20
21
22
23
24
25
26
27
28
@@ -5,17 +5,24 @@
   [tortoisehg]  ; -; Favorite commit tool. Options 'qct', 'gcommit', 'internal' +; Favorite commit tool. Options 'qct', 'internal'  commit = qct  ; -; Favorite history browser. Options 'hgk', 'hgview', 'glog', 'internal' +; Favorite history browser. Options 'hgk', 'hgview'  view = hgk  ;  ; Visual diff command. Requires extdiff extension to be configured  vdiff = vdiff  ; -; Working directory status tool. Options 'gstatus', 'internal' -status = gstatus +; Visual editor launched by TortoiseHg to view files +;editor = notepad++  ; -; Flag which declares you have hg-config installed, enables options menu -hgconfig = 1 +; Color changeset rows in history viewer by author name +authorcolor = False +; +; Specify color for particular person (can be regexp) +; authorcolor.person = color +; +; Number of revisions to parse in a batch. The graphing algorithms in +; the history viewer operate on batches of changesets at a time. +graphlimit = 500