mercurial/commands.py
changeset 40113 910eefeead82
parent 40112 288fdded64dd
child 40114 5cde774f7244
equal deleted inserted replaced
40112:288fdded64dd 40113:910eefeead82
  4097        :hg:`incoming`) and outbound (e.g. :hg:`outgoing`, :hg:`email`
  4097        :hg:`incoming`) and outbound (e.g. :hg:`outgoing`, :hg:`email`
  4098        and :hg:`bundle`) operations.
  4098        and :hg:`bundle`) operations.
  4099 
  4099 
  4100     See :hg:`help urls` for more information.
  4100     See :hg:`help urls` for more information.
  4101 
  4101 
       
  4102     .. container:: verbose
       
  4103 
       
  4104       Template:
       
  4105 
       
  4106       The following keywords are supported. See also :hg:`help templates`.
       
  4107 
       
  4108       :name:    String. Symbolic name of the path alias.
       
  4109       :pushurl: String. URL for push operations.
       
  4110       :url:     String. URL or directory path for the other operations.
       
  4111 
  4102     Returns 0 on success.
  4112     Returns 0 on success.
  4103     """
  4113     """
  4104 
  4114 
  4105     opts = pycompat.byteskwargs(opts)
  4115     opts = pycompat.byteskwargs(opts)
  4106     ui.pager('paths')
  4116     ui.pager('paths')