comparison doc/hgrc.5.txt @ 2277:066d0055e430

Add more specific documentation about defaults for the [paths] section of the hgrc(5) document.
author Daniel <byteshack@gmail.com>
date Sat, 13 May 2006 20:41:53 +0200
parents 3f7692b0ff13
children dfa17bd1d45e
comparison
equal deleted inserted replaced
2276:766c3c852786 2277:066d0055e430
287 Default: none. 287 Default: none.
288 288
289 paths:: 289 paths::
290 Assigns symbolic names to repositories. The left side is the 290 Assigns symbolic names to repositories. The left side is the
291 symbolic name, and the right gives the directory or URL that is the 291 symbolic name, and the right gives the directory or URL that is the
292 location of the repository. 292 location of the repository. Default paths can be declared by
293 setting the following entries.
294 default;;
295 Directory or URL to use when pulling if no source is specified.
296 Default is set to repository from which the current repository
297 was cloned.
298 default-push;;
299 Optional. Directory or URL to use when pushing if no destination
300 is specified.
293 301
294 ui:: 302 ui::
295 User interface controls. 303 User interface controls.
296 debug;; 304 debug;;
297 Print debugging information. True or False. Default is False. 305 Print debugging information. True or False. Default is False.