tests/test-update-names.t
branchstable
changeset 30230 46a0203dfb89
parent 30172 90a6c18a7c1d
child 31563 79d98e1b21a7
equal deleted inserted replaced
30229:69ffbbe73dd0 30230:46a0203dfb89
    71   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
    71   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
    72   $ cd ..
    72   $ cd ..
    73 
    73 
    74 #endif
    74 #endif
    75 
    75 
       
    76 #if rmcwd
       
    77 
    76 Test that warning is printed if cwd is deleted during update
    78 Test that warning is printed if cwd is deleted during update
    77   $ hg init r4 && cd r4
    79   $ hg init r4 && cd r4
    78   $ mkdir dir
    80   $ mkdir dir
    79   $ cd dir
    81   $ cd dir
    80   $ echo a > a
    82   $ echo a > a
    82   $ hg add a b
    84   $ hg add a b
    83   $ hg ci -m "file and dir"
    85   $ hg ci -m "file and dir"
    84   $ hg up -q null
    86   $ hg up -q null
    85   current directory was removed
    87   current directory was removed
    86   (consider changing to repo root: $TESTTMP/r1/r4)
    88   (consider changing to repo root: $TESTTMP/r1/r4)
       
    89 
       
    90 #endif