tests/test-eolfilename.t
changeset 26420 2fc86d92c4a9
parent 23172 e955549cd045
child 32457 2def402bd16d
equal deleted inserted replaced
26415:46af0adb5c37 26420:2fc86d92c4a9
     1 #require eol-in-paths
     1 #require eol-in-paths
     2 
     2 
     3 http://mercurial.selenic.com/bts/issue352
     3 https://bz.mercurial-scm.org/352
     4 
     4 
     5 test issue352
     5 test issue352
     6 
     6 
     7   $ hg init foo
     7   $ hg init foo
     8   $ cd foo
     8   $ cd foo
    49   [255]
    49   [255]
    50   $ hg mv quickfox "$A"
    50   $ hg mv quickfox "$A"
    51   abort: '\n' and '\r' disallowed in filenames: 'quick\rfox'
    51   abort: '\n' and '\r' disallowed in filenames: 'quick\rfox'
    52   [255]
    52   [255]
    53 
    53 
    54 http://mercurial.selenic.com/bts/issue2036
    54 https://bz.mercurial-scm.org/2036
    55 
    55 
    56   $ cd ..
    56   $ cd ..
    57 
    57 
    58 test issue2039
    58 test issue2039
    59 
    59