Mercurial > hg
comparison tests/test-wireproto.py @ 49211:675594a0a71a
revlog: use %d to format int instead of %lu (issue6565)
The issue says gcc warns that the data types don't match. I couldn't reproduce
the warning locally for some reason, but this patch shouldn't break things.
Maybe %lu was simply a copy-paste error from 6b1eae313b2f
(https://phab.mercurial-scm.org/D10625).
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Tue, 17 May 2022 21:49:36 +0400 |
parents | 642e31cb55f0 |
children |
comparison
equal
deleted
inserted
replaced
49207:8960d8eb747b | 49211:675594a0a71a |
---|