tests/test-update-branches.t
changeset 35711 35a0f6f31eef
parent 35518 02fdb8c018aa
child 37920 ea63a2004d09
equal deleted inserted replaced
35710:5cd60b0587a8 35711:35a0f6f31eef
   519 Test that 4 is detected as the no-argument destination from 3 and also moves
   519 Test that 4 is detected as the no-argument destination from 3 and also moves
   520 the bookmark with it
   520 the bookmark with it
   521   $ hg up --quiet 0          # we should be able to update to 3 directly
   521   $ hg up --quiet 0          # we should be able to update to 3 directly
   522   $ hg up --quiet --hidden 3 # but not implemented yet.
   522   $ hg up --quiet --hidden 3 # but not implemented yet.
   523   updating to a hidden changeset 6efa171f091b
   523   updating to a hidden changeset 6efa171f091b
       
   524   (hidden revision '6efa171f091b' was rewritten as: d047485b3896)
   524   $ hg book -f bm
   525   $ hg book -f bm
   525   $ hg up
   526   $ hg up
   526   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
   527   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
   527   updating bookmark bm
   528   updating bookmark bm
   528   $ hg book
   529   $ hg book
   530 
   531 
   531 Test that 5 is detected as a valid destination from 1
   532 Test that 5 is detected as a valid destination from 1
   532   $ hg up --quiet 0          # we should be able to update to 3 directly
   533   $ hg up --quiet 0          # we should be able to update to 3 directly
   533   $ hg up --quiet --hidden 3 # but not implemented yet.
   534   $ hg up --quiet --hidden 3 # but not implemented yet.
   534   updating to a hidden changeset 6efa171f091b
   535   updating to a hidden changeset 6efa171f091b
       
   536   (hidden revision '6efa171f091b' was rewritten as: d047485b3896)
   535   $ hg up 5
   537   $ hg up 5
   536   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
   538   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
   537 
   539 
   538 Test that 5 is not detected as a valid destination from 2
   540 Test that 5 is not detected as a valid destination from 2
   539   $ hg up --quiet 0
   541   $ hg up --quiet 0