mercurial/helptext/config.txt
changeset 48242 4d2ab365699e
parent 48033 62f325f9b347
child 48244 b56858d85a7b
equal deleted inserted replaced
48241:7d1e60244561 48242:4d2ab365699e
   415     static-http and static-https respectively, as well.
   415     static-http and static-https respectively, as well.
   416     (default: https)
   416     (default: https)
   417 
   417 
   418 If no suitable authentication entry is found, the user is prompted
   418 If no suitable authentication entry is found, the user is prompted
   419 for credentials as usual if required by the remote.
   419 for credentials as usual if required by the remote.
   420 
       
   421 ``bookmarks``
       
   422 -------------
       
   423 
       
   424 Controls some aspect of bookmarks.
       
   425 
       
   426 ``mirror``
       
   427     When pulling, instead of merging local bookmarks and remote bookmarks,
       
   428     replace local bookmarks by remote bookmarks. This is useful to replicate
       
   429     a repository, or as an optimization. (default: False)
       
   430 
   420 
   431 ``cmdserver``
   421 ``cmdserver``
   432 -------------
   422 -------------
   433 
   423 
   434 Controls command server settings. (ADVANCED)
   424 Controls command server settings. (ADVANCED)
  1756    revision by default.
  1746    revision by default.
  1757 
  1747 
  1758    Revsets specifying bookmarks will not result in the bookmark being
  1748    Revsets specifying bookmarks will not result in the bookmark being
  1759    pushed.
  1749    pushed.
  1760 
  1750 
       
  1751 ``bookmarks.mode``
       
  1752   How bookmark will be dealt during the exchange. It support the following value
       
  1753 
       
  1754   - ``default``: the default behavior, local and remote bookmarks are "merged"
       
  1755     on push/pull.
       
  1756 
       
  1757   - ``mirror``: when pulling, replace local bookmarks by remote bookmarks. This
       
  1758     is useful to replicate a repository, or as an optimization.
       
  1759 
  1761 The following special named paths exist:
  1760 The following special named paths exist:
  1762 
  1761 
  1763 ``default``
  1762 ``default``
  1764    The URL or directory to use when no source or remote is specified.
  1763    The URL or directory to use when no source or remote is specified.
  1765 
  1764