sapling/hgext
Yuya Nishihara bfbe03d5c2 commandserver: backport handling of forking server from chgserver
This is common between chg and vanilla forking server, so move it to
commandserver and unify handle().

It would be debatable whether we really need gc.collect() or not, but that
is beyond the scope of this series. Maybe we can remove gc.collect() once
all resource deallocations are switched to context manager.
2016-05-21 15:23:21 +09:00
..
convert py3: conditionalize cPickle import by adding in util 2016-06-04 14:38:00 +05:30
fsmonitor cleanup: replace uses of util.(md5|sha1|sha256|sha512) with hashlib.\1 2016-06-10 00:12:33 -04:00
highlight py3: make files use absolute_import and print_function 2016-07-03 22:28:24 +05:30
largefiles largefiles: remove additional blank lines 2016-06-27 10:33:33 +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 py3: conditionalize xmlrpclib import 2016-06-27 16:37:37 +05:30
censor.py censor: make censor acquire locks before processing 2015-12-09 08:28:53 +09:00
chgserver.py commandserver: backport handling of forking server from chgserver 2016-05-21 15:23:21 +09: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 url: extract password database from password manager 2016-06-05 23:36:23 +02:00
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 check-code: detect "missing _() in ui message" more exactly 2016-06-21 00:50:39 +09:00
histedit.py histedit: move autoverb rule to the commit it matches 2016-06-21 14:58:49 -07:00
journal.py journal: add share extension support 2016-07-11 14:45:41 +01:00
keyword.py check-code: detect "missing _() in ui message" more exactly 2016-06-21 00:50:39 +09:00
logtoprocess.py logtoprocess: do not leak the ui object in uisetup 2016-06-30 15:26:11 +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 rebase: move handling of obsolete commits to be a separate RR class method 2016-07-01 14:09:53 +02: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: don't recreate the source repo each time 2016-07-11 13:40:02 -07: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 check-code: detect "missing _() in ui message" more exactly 2016-06-21 00:50:39 +09:00
win32text.py py3: make files use absolute_import and print_function 2016-07-03 22:28:24 +05:30