comparison tests/test-check-code.t @ 31724:f1e0446e804c

unionrepo: avoid unnecessary node -> rev conversion
author Jun Wu <quark@fb.com>
date Wed, 29 Mar 2017 16:28:51 -0700
parents 2c4295773436
children bdb72dd3957e
comparison
equal deleted inserted replaced
31723:2c4295773436 31724:f1e0446e804c
38 use encoding.environ instead (py3) 38 use encoding.environ instead (py3)
39 mercurial/policy.py:49: 39 mercurial/policy.py:49:
40 > policy = os.environ.get('HGMODULEPOLICY', policy) 40 > policy = os.environ.get('HGMODULEPOLICY', policy)
41 use encoding.environ instead (py3) 41 use encoding.environ instead (py3)
42 Skipping mercurial/statprof.py it has no-che?k-code (glob) 42 Skipping mercurial/statprof.py it has no-che?k-code (glob)
43 mercurial/unionrepo.py:93:
44 > return mdiff.textdiff(self.revision(self.node(rev1)),
45 don't covert rev to node before passing to revision(nodeorrev)
46 mercurial/unionrepo.py:94:
47 > self.revision(self.node(rev2)))
48 don't covert rev to node before passing to revision(nodeorrev)
49 [1] 43 [1]
50 44
51 @commands in debugcommands.py should be in alphabetical order. 45 @commands in debugcommands.py should be in alphabetical order.
52 46
53 >>> import re 47 >>> import re