From 525bc2a27708e0508e8e6a3b2db21a5d6bf52b21 Mon Sep 17 00:00:00 2001 From: Durham Goode Date: Thu, 12 Jan 2017 16:13:43 -0800 Subject: [PATCH] treemanifest: fix test globs Accidentally committed hard coded paths. Let's fix them with globs. --- tests/test-treemanifest-fastmanifest.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test-treemanifest-fastmanifest.t b/tests/test-treemanifest-fastmanifest.t index 4e5b4ff553..090eedc88f 100644 --- a/tests/test-treemanifest-fastmanifest.t +++ b/tests/test-treemanifest-fastmanifest.t @@ -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