comparison tests/test-subrepo.t @ 30732:d4ec69ff652a

tests: update globs for Windows The extra glob in test-command-template.t caused it to say no result was reported. It used to be (within the past year), that both this and the missing glob cases could be fixed simply by editing any output in the test, and re-running it in interactive mode. But that no longer works, and I had to diff *.t against *.t.err. I didn't dig into what changed.
author Matt Harbison <matt_harbison@yahoo.com>
date Sun, 08 Jan 2017 13:49:53 -0500
parents c059286a0f9c
children 2915cc1d3429
comparison
equal deleted inserted replaced
30731:b8a188a6f191 30732:d4ec69ff652a
56 Subrepopath which overlaps with filepath, does not change warnings in remove() 56 Subrepopath which overlaps with filepath, does not change warnings in remove()
57 57
58 $ mkdir snot 58 $ mkdir snot
59 $ touch snot/file 59 $ touch snot/file
60 $ hg remove -S snot/file 60 $ hg remove -S snot/file
61 not removing snot/file: file is untracked 61 not removing snot/file: file is untracked (glob)
62 [1] 62 [1]
63 $ hg cat snot/filenot 63 $ hg cat snot/filenot
64 snot/filenot: no such file in rev 7cf8cfea66e4 64 snot/filenot: no such file in rev 7cf8cfea66e4 (glob)
65 [1] 65 [1]
66 $ rm -r snot 66 $ rm -r snot
67 67
68 Revert subrepo and test subrepo fileset keyword: 68 Revert subrepo and test subrepo fileset keyword:
69 69