##// END OF EJS Templates
contrib: don't mention obsolete graphlog extension in mercurial.ini
Martin Geisler -
r20145:a5354990 stable
parent child Browse files
Show More
@@ -1,99 +1,98
1 1 ; System-wide Mercurial config file.
2 2 ;
3 3 ; !!! Do Not Edit This File !!!
4 4 ;
5 5 ; This file will be replaced by the installer on every upgrade.
6 6 ; Editing this file can cause strange side effects on Vista.
7 7 ;
8 8 ; http://bitbucket.org/tortoisehg/stable/issue/135
9 9 ;
10 10 ; To change settings you see in this file, override (or enable) them in
11 11 ; your user Mercurial.ini file, where USERNAME is your Windows user name:
12 12 ;
13 13 ; XP or older - C:\Documents and Settings\USERNAME\Mercurial.ini
14 14 ; Vista or later - C:\Users\USERNAME\Mercurial.ini
15 15
16 16
17 17 [ui]
18 18 ; editor used to enter commit logs, etc. Most text editors will work.
19 19 editor = notepad
20 20 ; show changed files and be a bit more verbose if True
21 21 ; verbose = True
22 22
23 23 ; username data to appear in commits
24 24 ; it usually takes the form: Joe User <joe.user@host.com>
25 25 ; username = Joe User <j.user@example.com>
26 26
27 27 ; In order to push/pull over ssh you must specify an ssh tool
28 28 ;ssh = "C:\Progra~1\TortoiseSVN\bin\TortoisePlink.exe" -ssh -2
29 29 ;ssh = C:\cygwin\bin\ssh
30 30
31 31 ;
32 32 ; For more information about mercurial extensions, start here
33 33 ; http://www.selenic.com/mercurial/wiki/index.cgi/UsingExtensions
34 34 ;
35 35 ; Extensions shipped with Mercurial
36 36 ;
37 37 [extensions]
38 38 ;acl =
39 39 ;blackbox =
40 40 ;bugzilla =
41 41 ;children =
42 42 ;churn =
43 43 ;color =
44 44 ;convert =
45 45 ;eol =
46 46 ;extdiff =
47 47 ;fetch =
48 48 ;gpg =
49 ;graphlog =
50 49 ;hgcia =
51 50 ;hgk =
52 51 ;highlight =
53 52 ;histedit =
54 53 ;interhg =
55 54 ;largefiles =
56 55 ;keyword =
57 56 ;mq =
58 57 ;notify =
59 58 ;pager =
60 59 ;patchbomb =
61 60 ;progress =
62 61 ;purge =
63 62 ;rebase =
64 63 ;record =
65 64 ;relink =
66 65 ;schemes =
67 66 ;share =
68 67 ;shelve =
69 68 ;transplant =
70 69 ;win32mbcs =
71 70 ;zeroconf =
72 71
73 72 ;
74 73 ; Define external diff commands
75 74 ;
76 75 [extdiff]
77 76 ;cmd.bc3diff = C:\Program Files\Beyond Compare 3\BCompare.exe
78 77 ;cmd.vdiff = C:\Progra~1\TortoiseSVN\bin\TortoiseMerge.exe
79 78 ;cmd.vimdiff = gvim.exe
80 79 ;opts.vimdiff = -f "+next" "+execute 'DirDiff' fnameescape(argv(0)) fnameescape(argv(1))"
81 80
82 81
83 82 [hgk]
84 83 ; Replace the following with your path to hgk, uncomment it and
85 84 ; install ActiveTcl (or another win32 port like tclkit)
86 85 ; path="C:\Program Files\Mercurial\Contrib\hgk.tcl"
87 86 ; vdiff=vdiff
88 87
89 88
90 89 ;
91 90 ; The git extended diff format can represent binary files, file
92 91 ; permission changes, and rename information that the normal patch format
93 92 ; cannot describe. However it is also not compatible with tools which
94 93 ; expect normal patches. so enable git patches at your own risk.
95 94 ;
96 95 [diff]
97 96 ;git = false
98 97 ;nodates = false
99 98
General Comments 0
You need to be logged in to leave comments. Login now