histedit: hide --outgoing warnings
authortimeless <timeless@mozdev.org>
Tue, 22 Dec 2015 23:25:17 +0000
changeset 27630 9358124b4a65
parent 27629 e7ff83b2bcfe
child 27631 c18292a6ff54
histedit: hide --outgoing warnings
hgext/histedit.py
--- a/hgext/histedit.py	Wed Dec 23 08:57:04 2015 +0000
+++ b/hgext/histedit.py	Tue Dec 22 23:25:17 2015 +0000
@@ -839,14 +839,16 @@
     destination repository. If URL of the destination is omitted, the
     'default-push' (or 'default') path will be used.
 
-    For safety, this command is also aborted if there are ambiguous
-    outgoing revisions which may confuse users: for example, if there
-    are multiple branches containing outgoing revisions.
+    .. container:: verbose
 
-    Use "min(outgoing() and ::.)" or similar revset specification
-    instead of --outgoing to specify edit target revision exactly in
-    such ambiguous situation. See :hg:`help revsets` for detail about
-    selecting revisions.
+       If you use --outgoing, this command will abort if there are ambiguous
+       outgoing revisions. For example, if there are multiple branches
+       containing outgoing revisions.
+
+       Use "min(outgoing() and ::.)" or similar revset specification
+       instead of --outgoing to specify edit target revision exactly in
+       such ambiguous situation. See :hg:`help revsets` for detail about
+       selecting revisions.
 
     .. container:: verbose