# HG changeset patch # User Yuya Nishihara # Date 1424951645 -32400 # Node ID 913347bcd59c33110f029d83203b3b4c2ecd91a8 # Parent 6e19516094a39aa6e825ef54e89cccd5432a770b 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. diff -r 6e19516094a3 -r 913347bcd59c 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::