Comments
Patch
@@ -17,5 +17,10 @@
> echo
> fi
> done
+ Revision 4fc3340f1c7a does not comply with rules
+ ------------------------------------------------------
+ 28: adds double empty line
+ +
+
@@ -182,7 +182,7 @@
# different user, different group
not trusting file .hg/hgrc from untrusted user abc, group def
# suboptions, trusted and untrusted
-(None, {}) ('main', {'two': 'two', 'one': 'one'})
+(None, {}) ('main', {'one': 'one', 'two': 'two'})
# path, trusted and untrusted
None .hg/monty/python
# bool, trusted and untrusted
@@ -31,6 +31,9 @@
> policy = os.environ.get('HGMODULEPOLICY', policy)
use encoding.environ instead (py3)
Skipping mercurial/statprof.py it has no-che?k-code (glob)
+ tests/test-trusted.py:222:
+ > print(u.configsuboptions('foo', 'sub'), u.configsuboptions('foo', 'sub', untrusted=True))
+ line too long
[1]
@commands in debugcommands.py should be in alphabetical order.