comparison doc/hgrc.5.txt @ 2003:62647394e368

Implementation of per-user .hgignore. Reference: http://www.selenic.com/mercurial/bts/issue166 If the [ui] section of .hgrc contains keys like "ignore" or "ignore.something", the values corresponding to these keys are treated as per-user hgignore files. These hgignore files apply to all repositories used by that user.
author mcmillen@cs.cmu.edu
date Fri, 24 Mar 2006 20:18:02 +0100
parents c577689006fa
children ff255b41b4aa
comparison
equal deleted inserted replaced
2002:4aab906517c6 2003:62647394e368
234 User interface controls. 234 User interface controls.
235 debug;; 235 debug;;
236 Print debugging information. True or False. Default is False. 236 Print debugging information. True or False. Default is False.
237 editor;; 237 editor;;
238 The editor to use during a commit. Default is $EDITOR or "vi". 238 The editor to use during a commit. Default is $EDITOR or "vi".
239 ignore;;
240 A file to read per-user ignore patterns from. This file should be in
241 the same format as a repository-wide .hgignore file. This option
242 supports hook syntax, so if you want to specify multiple ignore
243 files, you can do so by setting something like
244 "ignore.other = ~/.hgignore2".
239 interactive;; 245 interactive;;
240 Allow to prompt the user. True or False. Default is True. 246 Allow to prompt the user. True or False. Default is True.
241 logtemplate;; 247 logtemplate;;
242 Template string for commands that print changesets. 248 Template string for commands that print changesets.
243 style;; 249 style;;