Skip to content
Snippets Groups Projects
Commit e83c482c authored by Adrian Buehlmann's avatar Adrian Buehlmann
Browse files

test-mq-qrefresh: adapt for Windows after 39b7052b217b

Fixes

  @@ -208,7 +208,7 @@
     $ echo 'orphan' > orphanchild
     $ hg add orphanchild
     $ hg qrefresh nonexistentfilename # clear patch
  -  nonexistentfilename: No such file or directory
  +  nonexistentfilename: The system cannot find the file specified
     $ hg qrefresh --short 1/base
     $ hg qrefresh --short 2/base

on Windows
parent fac6d36d
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,7 @@
$ echo 'orphan' > orphanchild
$ hg add orphanchild
$ hg qrefresh nonexistentfilename # clear patch
nonexistentfilename: No such file or directory
nonexistentfilename: * (glob)
$ hg qrefresh --short 1/base
$ hg qrefresh --short 2/base
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment