D5689: tests: remove some over-globbing in test-dispatch.t
durin42 (Augie Fackler)
phabricator at mercurial-scm.org
Fri Jan 25 10:44:16 UTC 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rHG93a7539a546e: tests: remove some over-globbing in test-dispatch.t (authored by durin42, committed by ).
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D5689?vs=13431&id=13442
REVISION DETAIL
https://phab.mercurial-scm.org/D5689
AFFECTED FILES
tests/test-dispatch.t
CHANGE DETAILS
diff --git a/tests/test-dispatch.t b/tests/test-dispatch.t
--- a/tests/test-dispatch.t
+++ b/tests/test-dispatch.t
@@ -188,7 +188,7 @@
specified" should include filename even when it is empty
$ hg -R a archive ''
- abort: *: '' (glob)
+ abort: $ENOENT$: ''
[255]
#if no-outer-repo
To: durin42, #hg-reviewers
Cc: mercurial-devel
More information about the Mercurial-devel
mailing list