##// END OF EJS Templates
py3: fix test-update-atomic.t...
py3: fix test-update-atomic.t The .replace('o', '') hack on oct() return value is required because: % python -c 'print(oct(10))' 012 % python3 -c 'print(oct(10))' 0o12 Differential Revision: https://phab.mercurial-scm.org/D5684
Augie Fackler -
r41383:40787a96 default
Show More
Name Size Modified Last Commit Author
/ contrib / perf-utils
perf-revlog-write-plot.py Loading ...