tests/test-check-code.t
changeset 31990 3e03a4b9ec8c
parent 31825 6c7a58d3ca5d
child 32001 c85f19c66e8d
--- a/tests/test-check-code.t	Thu Apr 13 16:28:15 2017 +0200
+++ b/tests/test-check-code.t	Fri Apr 14 12:34:26 2017 -0700
@@ -13,7 +13,7 @@
    >             r.revision(r.node(x))
    don't convert rev to node before passing to revision(nodeorrev)
   Skipping i18n/polib.py it has no-che?k-code (glob)
-  mercurial/demandimport.py:312:
+  mercurial/demandimport.py:313:
    >     if os.environ.get('HGDEMANDIMPORT') != 'disable':
    use encoding.environ instead (py3)
   mercurial/encoding.py:54: