4295 Show new changesets found in the specified path/URL or the default |
4295 Show new changesets found in the specified path/URL or the default |
4296 pull location. These are the changesets that would have been pulled |
4296 pull location. These are the changesets that would have been pulled |
4297 if a pull at the time you issued this command. |
4297 if a pull at the time you issued this command. |
4298 |
4298 |
4299 See pull for valid source format details. |
4299 See pull for valid source format details. |
|
4300 |
|
4301 .. container:: verbose |
|
4302 |
|
4303 With -B/--bookmarks, the result of bookmark comparison between |
|
4304 local and remote repositories is displayed. With -v/--verbose, |
|
4305 status is also displayed for each bookmark like below:: |
|
4306 |
|
4307 BM1 01234567890a added |
|
4308 BM2 1234567890ab advanced |
|
4309 BM3 234567890abc diverged |
|
4310 BM4 34567890abcd changed |
|
4311 |
|
4312 The action taken locally when pulling depends on the |
|
4313 status of each bookmark: |
|
4314 |
|
4315 :``added``: pull will create it |
|
4316 :``advanced``: pull will update it |
|
4317 :``diverged``: pull will create a divergent bookmark |
|
4318 :``changed``: result depends on remote changesets |
|
4319 |
|
4320 From the point of view of pulling behavior, bookmark |
|
4321 existing only in the remote repository are treated as ``added``, |
|
4322 even if it is in fact locally deleted. |
4300 |
4323 |
4301 .. container:: verbose |
4324 .. container:: verbose |
4302 |
4325 |
4303 For remote repository, using --bundle avoids downloading the |
4326 For remote repository, using --bundle avoids downloading the |
4304 changesets twice if the incoming is followed by a pull. |
4327 changesets twice if the incoming is followed by a pull. |