sapling/hgext
Pulkit Goyal 5f52c722cf py3: conditionalize cPickle import by adding in util
The cPickle is renamed to _pickle in python3 and this C extension is available
 in pickle which was not included in earlier versions. So imports are conditionalized
 to import cPickle in py2 and pickle in py3. Moreover the use of pickle in py2 is
 switched to cPickle as the C extension is faster. The hack is added in util.py and
the modules import util.pickle
2016-06-04 14:38:00 +05:30
..
convert py3: conditionalize cPickle import by adding in util 2016-06-04 14:38:00 +05:30
fsmonitor py3: move up symbol imports to enforce import-checker rules 2016-05-14 14:03:12 +09:00
highlight py3: convert to next() function 2016-05-16 21:30:53 +00:00
largefiles largefiles: rename match_ to matchmod import in lfutil 2016-05-20 01:42:04 +02:00
zeroconf zeroconf: remove leftover camelcase identifier 2016-03-11 15:40:58 -08:00
__init__.py hgext: officially turn 'hgext' into a namespace package 2016-02-27 12:56:26 +01:00
acl.py pycompat: switch to util.urlreq/util.urlerr for py3 compat 2016-04-06 23:22:12 +00:00
automv.py py3: move up symbol imports to enforce import-checker rules 2016-05-14 14:03:12 +09:00
blackbox.py blackbox: do not assume self._bb{vfs,repo,fp} are set in blackboxui.__init__ 2016-03-15 10:36:02 +00:00
bugzilla.py bugzilla: do not load style file if template is specified (BC) 2016-04-04 22:48:34 +09:00
censor.py censor: make censor acquire locks before processing 2015-12-09 08:28:53 +09:00
chgserver.py chgserver: add [alias] to confighash 2016-05-07 14:51:32 +01:00
children.py children: use double quotes for arguments 2016-01-06 17:18:18 +00:00
churn.py templater: do not abuse SyntaxError to report errors in template map file 2016-03-26 18:01:04 +09:00
clonebundles.py clonebundles: improve BUNDLESPEC documentation 2016-01-14 22:50:55 -08:00
color.py py3: move up symbol imports to enforce import-checker rules 2016-05-14 14:03:12 +09:00
eol.py py3: make eol use absolute_import 2016-04-17 02:10:55 +05:30
extdiff.py py3: make extdiff use absolute_import 2016-04-17 02:15:05 +05:30
factotum.py py3: make factotum use absolute_import 2016-04-17 02:29:33 +05:30
fetch.py py3: make hgext/fetch.py use absolute_import 2016-05-06 21:44:41 +05:30
gpg.py gpg: make a message translatable 2016-05-26 01:57:34 +09:00
graphlog.py py3: make hgext/graphlog.py use absolute_import 2016-05-06 21:48:17 +05:30
hgk.py py3: move up symbol imports to enforce import-checker rules 2016-05-14 14:03:12 +09:00
histedit.py py3: conditionalize cPickle import by adding in util 2016-06-04 14:38:00 +05:30
keyword.py py3: move up symbol imports to enforce import-checker rules 2016-05-14 14:03:12 +09:00
logtoprocess.py logtoprocess: new experimental extension 2016-04-05 17:39:59 +01:00
mq.py py3: make hgext/mq.py use absolute_import 2016-05-06 21:54:31 +05:30
notify.py notify: make a message translatable 2016-05-26 01:57:34 +09:00
pager.py py3: move up symbol imports to enforce import-checker rules 2016-05-14 14:03:12 +09:00
patchbomb.py mail: unsupport smtp.verifycert (BC) 2016-06-04 11:13:28 -07:00
purge.py purge: use opts.get() 2016-05-16 14:21:39 -07:00
rebase.py py3: move up symbol imports to enforce import-checker rules 2016-05-14 14:03:12 +09:00
record.py py3: move up symbol imports to enforce import-checker rules 2016-05-14 14:03:12 +09:00
relink.py py3: move up symbol imports to enforce import-checker rules 2016-05-14 14:03:12 +09:00
schemes.py py3: move up symbol imports to enforce import-checker rules 2016-05-14 14:03:12 +09:00
share.py share: pass named arguments 2015-12-12 22:07:40 -05:00
shelve.py shelve: use backup functions instead of manually copying dirstate 2016-05-24 13:29:53 -07:00
strip.py py3: move up symbol imports to enforce import-checker rules 2016-05-14 14:03:12 +09:00
transplant.py hgext: use templatekeyword to mark a function as template keyword 2016-03-13 05:17:06 +09:00
win32mbcs.py py3: move up symbol imports to enforce import-checker rules 2016-05-14 14:03:12 +09:00
win32text.py urls: bulk-change primary website URLs 2015-09-30 15:43:49 -05:00