tests/test-issue1502.t
changeset 35393 4441705b7111
parent 34661 eb586ed5d8ce
equal deleted inserted replaced
35392:5feb782c7a95 35393:4441705b7111
    11   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
    11   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
    12 
    12 
    13   $ echo "bar" > foo1/a && hg -R foo1 commit -m "edit a in foo1"
    13   $ echo "bar" > foo1/a && hg -R foo1 commit -m "edit a in foo1"
    14   $ echo "hi" > foo/a && hg -R foo commit -m "edited a foo"
    14   $ echo "hi" > foo/a && hg -R foo commit -m "edited a foo"
    15   $ hg -R foo1 pull
    15   $ hg -R foo1 pull
    16   pulling from $TESTTMP/foo (glob)
    16   pulling from $TESTTMP/foo
    17   searching for changes
    17   searching for changes
    18   adding changesets
    18   adding changesets
    19   adding manifests
    19   adding manifests
    20   adding file changes
    20   adding file changes
    21   added 1 changesets with 1 changes to 1 files (+1 heads)
    21   added 1 changesets with 1 changes to 1 files (+1 heads)
    28 
    28 
    29 Pull. Bookmark should not jump to new head.
    29 Pull. Bookmark should not jump to new head.
    30 
    30 
    31   $ echo "there" >> foo/a && hg -R foo commit -m "edited a again"
    31   $ echo "there" >> foo/a && hg -R foo commit -m "edited a again"
    32   $ hg -R foo1 pull
    32   $ hg -R foo1 pull
    33   pulling from $TESTTMP/foo (glob)
    33   pulling from $TESTTMP/foo
    34   searching for changes
    34   searching for changes
    35   adding changesets
    35   adding changesets
    36   adding manifests
    36   adding manifests
    37   adding file changes
    37   adding file changes
    38   added 1 changesets with 1 changes to 1 files
    38   added 1 changesets with 1 changes to 1 files