Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

ini: remove issue.regex and issue.link templates

The {1} conflicts with innosoft, again. The user will have to find these templates
in our manuals or wiki

Changeset 5161ae409f55

Parent bcc415792725

by Steve Borho

Changes to one file · Browse files at 5161ae409f55 Showing diff from parent bcc415792725 Diff from another changeset...

 
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
 
154
155
156
 
 
 
 
 
 
 
 
 
 
 
 
157
158
159
@@ -154,18 +154,6 @@
 ;cmd.araxis=C:\Program Files\Araxis\Araxis Merge v6.5\compare.exe  ;opts.araxis=/wait   -[tortoisehg] -; These templates will typically be applied to a repository's .hg/hgrc -; file. They are included them here for reference. -; -; Template for linking BitBucket style bug report IDs (#412) -;issue.regex = #(\d+)\b -;issue.link = http://bitbucket.org/<your project and repo>/issue/{1}/ -; -; Template for linking Mercurial style bug report IDs (issue1200) -;issue.regex = \bissue\d+\b -;issue.link = http://mercurial.selenic.com/bts/ -  ; The git extended diff format will properly store binary files,  ; file permission changes, and rename information that the normal  ; patch format cannot cover. However it is also not 100% compatible