tests/test-git-export
changeset 4679 826659bd8053
parent 4096 49237d6ae97d
child 5260 0fc16031bb45
equal deleted inserted replaced
4678:a814a5b11fff 4679:826659bd8053
   138 hg cp brand-new2 brand-new3
   138 hg cp brand-new2 brand-new3
   139 hg mv brand-new2 brand-new3-2
   139 hg mv brand-new2 brand-new3-2
   140 hg ci -m 'multiple renames/copies'
   140 hg ci -m 'multiple renames/copies'
   141 hg diff --git -r -2 -r -1
   141 hg diff --git -r -2 -r -1
   142 
   142 
       
   143 echo '% there should be a trailing TAB if there are spaces in the file name'
       
   144 echo foo > 'with spaces'
       
   145 hg add 'with spaces'
       
   146 hg diff --git
       
   147 hg ci -m 'add filename with spaces'
       
   148