##// END OF EJS Templates
incoming: hide help about use of --bundle option by default...
Yuya Nishihara -
r24248:913347bc default
parent child Browse files
Show More
@@ -4244,13 +4244,13 b' def incoming(ui, repo, source="default",'
4244 4244 pull location. These are the changesets that would have been pulled
4245 4245 if a pull at the time you issued this command.
4246 4246
4247 For remote repository, using --bundle avoids downloading the
4248 changesets twice if the incoming is followed by a pull.
4249
4250 4247 See pull for valid source format details.
4251 4248
4252 4249 .. container:: verbose
4253 4250
4251 For remote repository, using --bundle avoids downloading the
4252 changesets twice if the incoming is followed by a pull.
4253
4254 4254 Examples:
4255 4255
4256 4256 - show incoming changes with patches and full description::
General Comments 0
You need to be logged in to leave comments. Login now