Mercurial > hg-stable
view tests/sitecustomize.py @ 24467:bfb754050ccd
treemanifest: drop 22nd byte for consistency with manifestdict
When assigning a 22-byte hash to a nodeid in a manifest, manifestdict
drops the 22nd byte, while treemanifest keeps it. Let's make
treemanifest drop the 22nd byte as well.
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Thu, 26 Mar 2015 09:42:21 -0700 |
parents | 0b21ae0a2366 |
children | 031947baf4d0 |
line wrap: on
line source
try: import coverage getattr(coverage, 'process_startup', lambda: None)() except ImportError: pass