incoming: hide help about use of --bundle option by default
authorYuya Nishihara <yuya@tcha.org>
Thu, 26 Feb 2015 20:54:05 +0900
changeset 24248 913347bcd59c
parent 24247 6e19516094a3
child 24249 5058e6962fcc
incoming: hide help about use of --bundle option by default Pulling from incoming bundle can cause trouble such as missing phase movement, bookmarks and largefiles transfer. Average user won't need this option.
mercurial/commands.py
--- a/mercurial/commands.py	Fri Mar 06 22:24:49 2015 -0800
+++ b/mercurial/commands.py	Thu Feb 26 20:54:05 2015 +0900
@@ -4244,13 +4244,13 @@
     pull location. These are the changesets that would have been pulled
     if a pull at the time you issued this command.
 
-    For remote repository, using --bundle avoids downloading the
-    changesets twice if the incoming is followed by a pull.
-
     See pull for valid source format details.
 
     .. container:: verbose
 
+      For remote repository, using --bundle avoids downloading the
+      changesets twice if the incoming is followed by a pull.
+
       Examples:
 
       - show incoming changes with patches and full description::