doc/hgrc.5.txt
changeset 2277 066d0055e430
parent 2266 3f7692b0ff13
child 2288 dfa17bd1d45e
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.