##// END OF EJS Templates
tests: don't hardcode errno==2 for ENOENT...
Julien Cristau -
r18028:5dbefa84 stable
parent child Browse files
Show More
@@ -889,7 +889,7 b' file specified by acl.config does not ex'
889 added 3 changesets with 3 changes to 3 files
889 added 3 changesets with 3 changes to 3 files
890 calling hook pretxnchangegroup.acl: hgext.acl.hook
890 calling hook pretxnchangegroup.acl: hgext.acl.hook
891 acl: checking access for user "barney"
891 acl: checking access for user "barney"
892 error: pretxnchangegroup.acl hook raised an exception: [Errno 2] *: '../acl.config' (glob)
892 error: pretxnchangegroup.acl hook raised an exception: [Errno *] *: '../acl.config' (glob)
893 transaction abort!
893 transaction abort!
894 rollback completed
894 rollback completed
895 abort: *: ../acl.config (glob)
895 abort: *: ../acl.config (glob)
@@ -110,7 +110,7 b' help (bad mq)'
110
110
111 $ echo "mq=nonexistent" >> $HGRCPATH
111 $ echo "mq=nonexistent" >> $HGRCPATH
112 $ hg help qrecord
112 $ hg help qrecord
113 *** failed to import extension mq from nonexistent: [Errno 2] * (glob)
113 *** failed to import extension mq from nonexistent: [Errno *] * (glob)
114 hg qrecord [OPTION]... PATCH [FILE]...
114 hg qrecord [OPTION]... PATCH [FILE]...
115
115
116 interactively record a new patch
116 interactively record a new patch
General Comments 0
You need to be logged in to leave comments. Login now