tests/test-simple-update.t
branchstable
changeset 41020 fbd5e2f0bba7
parent 39707 5abc47d4ca6b
child 42521 64a873ca7135
equal deleted inserted replaced
41019:7542466b94e2 41020:fbd5e2f0bba7
    55 
    55 
    56   $ hg upd -d foo 0
    56   $ hg upd -d foo 0
    57   abort: you can't specify a revision and a date
    57   abort: you can't specify a revision and a date
    58   [255]
    58   [255]
    59 
    59 
       
    60 update to default destination (with empty revspec)
       
    61 
       
    62   $ hg update -q null
       
    63   $ hg update
       
    64   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
       
    65   $ hg id
       
    66   30aff43faee1 tip
       
    67 
       
    68   $ hg update -q null
       
    69   $ hg update -r ''
       
    70   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
       
    71   $ hg id
       
    72   30aff43faee1 tip
       
    73 
       
    74   $ hg update -q null
       
    75   $ hg update ''
       
    76   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
       
    77   $ hg id
       
    78   30aff43faee1 tip
       
    79 
    60   $ cd ..
    80   $ cd ..
    61 
    81 
    62 update with worker processes
    82 update with worker processes
    63 
    83 
    64 #if no-windows
    84 #if no-windows