sapling/hgext
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
..
convert global: mass rewrite to use modern octal syntax 2015-06-23 22:30:33 -07:00
highlight hgweb: provide symrev (symbolic revision) property to the templates 2015-06-16 02:07:25 +08:00
largefiles global: mass rewrite to use modern octal syntax 2015-06-23 22:30:33 -07:00
zeroconf extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
__init__.py Re-add hgext/__init__.py 2005-09-29 12:49:01 -07:00
acl.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
blackbox.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
bugzilla.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
censor.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
children.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
churn.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
color.py templater: do not reevaluate rawstring as template (BC) 2015-06-10 21:44:43 +09:00
eol.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
extdiff.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
factotum.py factotum: use try/except/finally 2015-05-15 09:54:56 -05:00
fetch.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
gpg.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
graphlog.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
hgcia.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
hgk.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
histedit.py histedit: abort rather than edit a public changeset (issue4704) 2015-06-05 15:20:33 -04:00
keyword.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
mq.py mq: use the optional badfn argument when building a matcher 2015-06-05 19:35:32 -04:00
notify.py notify: drop import required by Python 2.4 2015-05-18 16:24:16 -05:00
pager.py pager: drop python 2.4 hack around subprocess 2015-05-18 16:20:12 -05:00
patchbomb.py patchbomb: stop explicit import required by Python 2.4 2015-05-18 16:22:15 -05:00
progress.py progress: deprecate the progress extension 2015-06-08 01:01:21 -07:00
purge.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
rebase.py phases: rewrite "immutable changeset" to "public changeset" 2015-06-01 18:05:38 +00:00
record.py record: make hg record always use the non curses interface 2015-05-13 20:30:12 -07:00
relink.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
schemes.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
share.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
shelve.py selve: make 'shelve --interactive' not experimental 2015-05-21 14:57:30 -07:00
strip.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
transplant.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
win32mbcs.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
win32text.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00