D5038: py3: more globing of things to make output compatible between py2 and py3

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Sat Oct 13 01:05:51 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGf4893b59230f: py3: more globing of things to make output compatible between py2 and py3 (authored by pulkit, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5038?vs=11972&id=11993

REVISION DETAIL
  https://phab.mercurial-scm.org/D5038

AFFECTED FILES
  contrib/python3-whitelist
  tests/test-ssh-repoerror.t

CHANGE DETAILS

diff --git a/tests/test-ssh-repoerror.t b/tests/test-ssh-repoerror.t
--- a/tests/test-ssh-repoerror.t
+++ b/tests/test-ssh-repoerror.t
@@ -16,7 +16,7 @@
   $ chmod a-rx no-read
 
   $ hg id ssh://user@dummy/no-read
-  remote: abort: Permission denied: '$TESTTMP/no-read/.hg'
+  remote: abort: Permission denied: *$TESTTMP/no-read/.hg* (glob)
   abort: no suitable response from remote hg!
   [255]
 
@@ -50,7 +50,7 @@
   $ chmod a-rx deep
 
   $ hg id ssh://user@dummy/deep/nested
-  remote: abort: Permission denied: '$TESTTMP/deep/nested/.hg'
+  remote: abort: Permission denied: *$TESTTMP/deep/nested/.hg* (glob)
   abort: no suitable response from remote hg!
   [255]
 
diff --git a/contrib/python3-whitelist b/contrib/python3-whitelist
--- a/contrib/python3-whitelist
+++ b/contrib/python3-whitelist
@@ -533,6 +533,7 @@
 test-ssh-clone-r.t
 test-ssh-proto-unbundle.t
 test-ssh-proto.t
+test-ssh-repoerror.t
 test-ssh.t
 test-sshserver.py
 test-stack.t



To: pulkit, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list