mercurial/commands.py
changeset 24248 913347bcd59c
parent 24222 02d7b5cd373b
child 24251 a330660b3d71
--- 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::