tests/test-subrepo-git.t
changeset 35239 feecfefeba25
parent 35175 4c04fd032af6
child 35400 4441705b7111
equal deleted inserted replaced
35238:61ff0d7d56fd 35239:feecfefeba25
   638 
   638 
   639 Test forgetting files, not implemented in git subrepo, used to
   639 Test forgetting files, not implemented in git subrepo, used to
   640 traceback
   640 traceback
   641 #if no-windows
   641 #if no-windows
   642   $ hg forget 'notafile*'
   642   $ hg forget 'notafile*'
   643   notafile*: No such file or directory
   643   notafile*: $ENOENT$
   644   [1]
   644   [1]
   645 #else
   645 #else
       
   646 error: The filename, directory name, or volume label syntax is incorrect
   646   $ hg forget 'notafile'
   647   $ hg forget 'notafile'
   647   notafile: * (glob)
   648   notafile: * (glob)
   648   [1]
   649   [1]
   649 #endif
   650 #endif
   650 
   651