# HG changeset patch # User Vadim Gelfer # Date 1147586446 25200 # Node ID 51bfa0fd3a33c240e235bbdcab7e353b0c64f94a # Parent 3711e23ab10a44d6b694920ece190f4c5e3eae7c# Parent 066d0055e43008118037f7c352f0f6cfd5ce58bd merge with crew. diff -r 3711e23ab10a -r 51bfa0fd3a33 doc/hgrc.5.txt --- a/doc/hgrc.5.txt Sat May 13 23:00:05 2006 -0700 +++ b/doc/hgrc.5.txt Sat May 13 23:00:46 2006 -0700 @@ -289,7 +289,15 @@ paths:: Assigns symbolic names to repositories. The left side is the symbolic name, and the right gives the directory or URL that is the - location of the repository. + location of the repository. Default paths can be declared by + setting the following entries. + default;; + Directory or URL to use when pulling if no source is specified. + Default is set to repository from which the current repository + was cloned. + default-push;; + Optional. Directory or URL to use when pushing if no destination + is specified. ui:: User interface controls.