tests/test-bookmarks-pushpull.t
changeset 29376 113d0b23321a
parent 29354 af849596752c
child 29681 be1d3770c2c2
equal deleted inserted replaced
29375:fcaf20175b1b 29376:113d0b23321a
   250      Y                         0:4e3505fd9583
   250      Y                         0:4e3505fd9583
   251      Z                         1:0d2164f0ce0d
   251      Z                         1:0d2164f0ce0d
   252 
   252 
   253 explicit pull should overwrite the local version (issue4439)
   253 explicit pull should overwrite the local version (issue4439)
   254 
   254 
   255   $ hg pull --config paths.foo=../a foo -B X
   255   $ hg update -r X
       
   256   0 files updated, 0 files merged, 0 files removed, 0 files unresolved
       
   257   (activating bookmark X)
       
   258   $ hg pull --config paths.foo=../a foo -B .
   256   pulling from $TESTTMP/a (glob)
   259   pulling from $TESTTMP/a (glob)
   257   no changes found
   260   no changes found
   258   divergent bookmark @ stored as @foo
   261   divergent bookmark @ stored as @foo
   259   importing bookmark X
   262   importing bookmark X
   260 
   263 
   364   $ hg -R $TESTTMP/pull-race book
   367   $ hg -R $TESTTMP/pull-race book
   365      @                         1:0d2164f0ce0d
   368      @                         1:0d2164f0ce0d
   366      X                         1:0d2164f0ce0d
   369      X                         1:0d2164f0ce0d
   367    * Y                         5:35d1ef0a8d1b
   370    * Y                         5:35d1ef0a8d1b
   368      Z                         1:0d2164f0ce0d
   371      Z                         1:0d2164f0ce0d
   369   $ hg pull -B Y
   372   $ hg update -r Y
       
   373   1 files updated, 0 files merged, 1 files removed, 0 files unresolved
       
   374   (activating bookmark Y)
       
   375   $ hg pull -B .
   370   pulling from http://localhost:$HGPORT/
   376   pulling from http://localhost:$HGPORT/
   371   searching for changes
   377   searching for changes
   372   adding changesets
   378   adding changesets
   373   adding manifests
   379   adding manifests
   374   adding file changes
   380   adding file changes
   375   added 1 changesets with 1 changes to 1 files
   381   added 1 changesets with 1 changes to 1 files
   376   updating bookmark Y
   382   updating bookmark Y
   377   (run 'hg update' to get a working copy)
   383   (run 'hg update' to get a working copy)
   378   $ hg book
   384   $ hg book
   379    * @                         1:0d2164f0ce0d
   385      @                         1:0d2164f0ce0d
   380      X                         1:0d2164f0ce0d
   386      X                         1:0d2164f0ce0d
   381      Y                         5:35d1ef0a8d1b
   387    * Y                         5:35d1ef0a8d1b
   382      Z                         1:0d2164f0ce0d
   388      Z                         1:0d2164f0ce0d
   383 
   389 
   384 (done with this section of the test)
   390 (done with this section of the test)
   385 
   391 
   386   $ killdaemons.py
   392   $ killdaemons.py