sapling/hgext/convert
Gregory Szorc 3aa1c73868 global: mass rewrite to use modern octal syntax
Python 2.6 introduced a new octal syntax: "0oXXX", replacing "0XXX". The
old syntax is not recognized in Python 3 and will result in a parse
error.

Mass rewrite all instances of the old octal syntax to the new syntax.

This patch was generated by `2to3 -f numliterals -w -n .` and the diff
was selectively recorded to exclude changes to "<N>l" syntax conversion,
which will be handled separately.
2015-06-23 22:30:33 -07:00
..
__init__.py convert: support incremental conversion with hg subrepos 2015-05-29 13:25:34 -04:00
bzr.py convert: optimize convert of files that are unmodified from p2 in merges 2015-03-19 17:40:19 +01:00
common.py convert: apply the appropriate phases to the destination (issue4165) 2015-06-14 13:08:11 -04:00
convcmd.py convert: optimize convert of files that are unmodified from p2 in merges 2015-03-19 17:40:19 +01:00
cvs.py convert: optimize convert of files that are unmodified from p2 in merges 2015-03-19 17:40:19 +01:00
cvsps.py cvsps: use a different tiebreaker to avoid flaky test 2015-03-13 14:20:13 -04:00
darcs.py global: mass rewrite to use modern octal syntax 2015-06-23 22:30:33 -07:00
filemap.py cleanup: use __builtins__.any instead of util.any 2015-05-16 14:30:07 -04:00
git.py convert: optimize convert of files that are unmodified from p2 in merges 2015-03-19 17:40:19 +01:00
gnuarch.py global: mass rewrite to use modern octal syntax 2015-06-23 22:30:33 -07:00
hg.py convert: update 'intermediate-source' in the destination's extras dictionary 2015-06-15 16:50:31 -04:00
monotone.py convert: optimize convert of files that are unmodified from p2 in merges 2015-03-19 17:40:19 +01:00
p4.py convert: optimize convert of files that are unmodified from p2 in merges 2015-03-19 17:40:19 +01:00
subversion.py convert: avoid traceback in subversion sink 2015-04-27 11:11:26 -05:00
transport.py spelling: dependent 2012-08-17 13:58:18 -07:00