hgext/histedit.py
changeset 27630 9358124b4a65
parent 27629 e7ff83b2bcfe
child 27673 d93d340dc6ee
equal deleted inserted replaced
27629:e7ff83b2bcfe 27630:9358124b4a65
   837 
   837 
   838     With --outgoing, this edits changesets not found in the
   838     With --outgoing, this edits changesets not found in the
   839     destination repository. If URL of the destination is omitted, the
   839     destination repository. If URL of the destination is omitted, the
   840     'default-push' (or 'default') path will be used.
   840     'default-push' (or 'default') path will be used.
   841 
   841 
   842     For safety, this command is also aborted if there are ambiguous
   842     .. container:: verbose
   843     outgoing revisions which may confuse users: for example, if there
   843 
   844     are multiple branches containing outgoing revisions.
   844        If you use --outgoing, this command will abort if there are ambiguous
   845 
   845        outgoing revisions. For example, if there are multiple branches
   846     Use "min(outgoing() and ::.)" or similar revset specification
   846        containing outgoing revisions.
   847     instead of --outgoing to specify edit target revision exactly in
   847 
   848     such ambiguous situation. See :hg:`help revsets` for detail about
   848        Use "min(outgoing() and ::.)" or similar revset specification
   849     selecting revisions.
   849        instead of --outgoing to specify edit target revision exactly in
       
   850        such ambiguous situation. See :hg:`help revsets` for detail about
       
   851        selecting revisions.
   850 
   852 
   851     .. container:: verbose
   853     .. container:: verbose
   852 
   854 
   853        Examples:
   855        Examples:
   854 
   856