equal
deleted
inserted
replaced
501 adding manifests |
501 adding manifests |
502 adding file changes |
502 adding file changes |
503 added 2 changesets with 0 changes to 2 files (+1 heads) |
503 added 2 changesets with 0 changes to 2 files (+1 heads) |
504 (2 other changesets obsolete on arrival) |
504 (2 other changesets obsolete on arrival) |
505 (run 'hg heads' to see heads) |
505 (run 'hg heads' to see heads) |
|
506 |
|
507 With --update |
|
508 |
|
509 $ hg rollback |
|
510 repository tip rolled back to revision 4 (undo pull) |
|
511 $ hg pull ../repo-Bob --rev 956063ac4557 --update |
|
512 pulling from ../repo-Bob |
|
513 searching for changes |
|
514 adding changesets |
|
515 adding manifests |
|
516 adding file changes |
|
517 added 2 changesets with 0 changes to 2 files (+1 heads) |
|
518 (2 other changesets obsolete on arrival) |
|
519 abort: cannot update to target: filtered revision '6'! |
|
520 [255] |
506 |
521 |
507 $ cd .. |
522 $ cd .. |
508 |
523 |
509 Test pull report consistency |
524 Test pull report consistency |
510 ============================ |
525 ============================ |