treemanifest: fix test globs

Accidentally committed hard coded paths. Let's fix them with globs.
This commit is contained in:
Durham Goode 2017-01-12 16:13:43 -08:00
parent 2f853a6c50
commit 525bc2a277

View File

@ -52,7 +52,7 @@
> EOF
$ hg pull -q
read flat manifest
File "/data/users/durham/fb-hgext/fastmanifest/implementation.py", line *, in loadflat (glob)
File "*fastmanifest/implementation.py", line *, in loadflat (glob)
data = self._revlog.revision(self._node)
@ -61,12 +61,12 @@
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ echo d > d && hg ci -Aqm 'added d'
read flat manifest
File "/data/users/durham/fb-hgext/fastmanifest/implementation.py", line *, in add (glob)
File "*fastmanifest/implementation.py", line *, in add (glob)
p1text = origself.revision(p1)
$ hg debugcachemanifest -r .
read flat manifest
File "/data/users/durham/fb-hgext/fastmanifest/implementation.py", line *, in loadflat (glob)
File "*fastmanifest/implementation.py", line *, in loadflat (glob)
data = self._revlog.revision(self._node)
$ hg diff -r tip -r 1 --stat