tests/test-casefolding.t
branchstable
changeset 19160 0848be1f1aad
parent 17888 39b7052b217b
child 19161 24877c50aada
equal deleted inserted replaced
19159:1b329f8c7b24 19160:0848be1f1aad
   104   A: untracked file differs
   104   A: untracked file differs
   105   abort: untracked files in working directory differ from files in requested revision
   105   abort: untracked files in working directory differ from files in requested revision
   106   [255]
   106   [255]
   107   $ cat a
   107   $ cat a
   108   gold
   108   gold
       
   109   $ rm a
       
   110 
       
   111 test that normal file in different case on target context is not
       
   112 unlinked by largefiles extension.
       
   113 
       
   114   $ cat >> .hg/hgrc <<EOF
       
   115   > [extensions]
       
   116   > largefiles=
       
   117   > EOF
       
   118   $ hg update -q -C 1
       
   119   $ hg status -A
       
   120   $ echo 'A as largefiles' > A
       
   121   $ hg add --large A
       
   122   $ hg commit -m '#3'
       
   123   created new head
       
   124   $ hg manifest -r 3
       
   125   .hglf/A
       
   126   $ hg manifest -r 0
       
   127   a
       
   128   $ hg update -q -C 0
       
   129   $ hg status -A
       
   130   C a
   109 
   131 
   110   $ cd ..
   132   $ cd ..
   111 
   133 
   112 issue 3342: file in nested directory causes unexpected abort
   134 issue 3342: file in nested directory causes unexpected abort
   113 
   135