test-remove: fix \ vs. / issues on Windows
This part of the test failed with
$ hg rm --after d1
- removing d1/a
+ removing d1\a
on Windows.
--- a/tests/test-remove.t Wed Oct 24 09:27:47 2012 -0700
+++ b/tests/test-remove.t Wed Oct 24 11:38:31 2012 +0200
@@ -275,7 +275,7 @@
$ hg add d1/a
$ rm d1/a
$ hg rm --after d1
- removing d1/a
+ removing d1/a (glob)
$ hg rm --after nosuch
nosuch: No such file or directory
[1]