.. |
cext
|
lazymanifest: do not read uninitialized memory
|
2018-04-13 21:51:01 -07:00 |
cffi
|
codemod: use pycompat.isdarwin
|
2017-10-12 23:34:34 -07:00 |
default.d
|
|
|
help
|
hgsubversion: move its help text to mercurial/help
|
2018-04-13 21:51:02 -07:00 |
hgweb
|
merge with stable
|
2017-12-19 16:27:24 -05:00 |
httpclient
|
httpclient: update to 54868ef054d2 of httpplus
|
2016-06-27 11:53:50 -04:00 |
pure
|
codemod: use pycompat.iswindows
|
2017-10-12 23:30:46 -07:00 |
templates
|
hgweb: stop using HTML comments in <script>
|
2017-12-15 12:15:58 +08:00 |
thirdparty
|
thirdparty: move selectors2 module to where it should be
|
2017-11-30 22:43:03 +09:00 |
__init__.py
|
thirdparty: move selectors2 module to where it should be
|
2017-11-30 22:43:03 +09:00 |
ancestor.py
|
py3: add __bool__ to every class defining __nonzero__
|
2017-03-13 12:40:14 -07:00 |
archival.py
|
py3: handle keyword arguments correctly in archival.py
|
2017-12-10 04:43:41 +05:30 |
bdiff.c
|
bdiff: remove trailing newlines
|
2017-10-04 10:51:39 -04:00 |
bdiff.h
|
bdiff: include compat.h in header to define ssize_t
|
2017-10-13 22:38:24 +09:00 |
bitmanipulation.h
|
bitmanipulation: reformat with clang-format
|
2017-10-04 10:52:50 -04:00 |
bookmarks.py
|
bookmark: add methods to binary encode and decode bookmark values
|
2017-10-15 14:59:55 +02:00 |
branchmap.py
|
branchmap: remove superfluous pass statements
|
2017-09-30 07:42:59 -04:00 |
bundle2.py
|
bundle2: add a 'modes' dictionary to the bundle operation
|
2017-10-17 15:39:34 +02:00 |
bundlerepo.py
|
bundlerepo: always copy bundle parts before processing
|
2018-01-03 05:35:56 -08:00 |
byterange.py
|
cleanup: use urllibcompat for renamed methods on urllib request objects
|
2017-10-01 12:14:21 -04:00 |
changegroup.py
|
changegroup: do not delta lfs revisions
|
2018-04-13 21:51:05 -07:00 |
changelog.py
|
transaction: build changes['revs'] as range instead of a set
|
2017-12-08 01:23:34 +01:00 |
chgserver.py
|
chgserver: import sys module
|
2018-01-03 05:35:56 -08:00 |
cmdutil.py
|
perftweaks: move commit head detection removal logic to core
|
2018-04-13 21:50:52 -07:00 |
color.py
|
py3: handle keyword arguments correctly in color.py
|
2017-12-10 04:45:27 +05:30 |
commands.py
|
hg: fastverify: unify and fold into core
|
2018-04-13 21:51:03 -07:00 |
commandserver.py
|
commandserver: unblock SIGCHLD
|
2018-01-03 05:35:56 -08:00 |
compat.h
|
encoding: add function to test if a str consists of ASCII characters
|
2017-04-23 12:59:42 +09:00 |
config.py
|
config: allow remapping the default section
|
2017-10-14 17:41:41 +09:00 |
configitems.py
|
config: change default debugger to ipdb
|
2018-04-13 21:51:04 -07:00 |
context.py
|
filelog: allow trading file history correctness for performance
|
2018-04-13 21:51:06 -07:00 |
copies.py
|
copies: group wdir-handling in one place
|
2017-12-14 00:25:03 -08:00 |
crecord.py
|
hg: remove version check from crecord
|
2018-04-13 21:50:59 -07:00 |
dagop.py
|
dagop: add smartset interface to filectxancestors()
|
2017-10-22 18:57:42 +09:00 |
dagparser.py
|
py3: iterate bytes as a byte string in dagparser.py
|
2017-09-03 15:32:45 +09:00 |
dagutil.py
|
setdiscover: allow to ignore part of the local graph
|
2017-12-06 22:44:51 +01:00 |
debugcommands.py
|
debugfilerevision: add a new debug command
|
2018-04-13 21:51:05 -07:00 |
destutil.py
|
show: implement "stack" view
|
2017-07-01 22:38:42 -07:00 |
dirstate.py
|
hg: improve perf interactions with treedirstate
|
2018-04-13 21:50:58 -07:00 |
dirstateguard.py
|
dirstate: update backup functions to take full backup filename
|
2017-07-12 15:24:07 -07:00 |
discovery.py
|
push: restrict common discovery to the pushed set
|
2017-12-06 23:33:01 +01:00 |
dispatch.py
|
hg: make sure blocked times logged during atexit handlers are logged
|
2018-04-13 21:51:06 -07:00 |
drawdag.py
|
test-lfs-bundle: new test testing lfs bundle exchanging behavior
|
2018-04-13 21:51:05 -07:00 |
dummycert.pem
|
|
|
encoding.py
|
py3: use 'surrogatepass' error handler to process U+DCxx transparently
|
2017-09-16 22:55:48 +09:00 |
error.py
|
extensions: forbid "foo=" from importing foreign mercurial modules
|
2018-01-09 17:06:09 -08:00 |
exchange.py
|
phase: backout "generate a push-race detection part on push"
|
2018-01-03 05:35:56 -08:00 |
exewrapper.c
|
exewrapper: format with clang-format
|
2017-10-04 11:04:18 -04:00 |
extensions.py
|
hg: fix extensions-default
|
2018-04-13 21:50:57 -07:00 |
fancyopts.py
|
fancyopts: add early-options parser compatible with getopt()
|
2017-11-23 22:04:53 +09:00 |
filelog.py
|
python3: replace sorted(<dict>.iterkeys()) with sorted(<dict>)
|
2017-08-22 20:06:58 -04:00 |
filemerge.py
|
filemerge: fix backing up an in-memory file to a custom location
|
2018-01-16 17:23:40 -08:00 |
fileset.py
|
hg: fix check execute
|
2018-04-13 21:50:57 -07:00 |
formatter.py
|
templater: load aliases from [templatealias] section in map file
|
2017-10-14 18:06:42 +09:00 |
graphmod.py
|
log: add a "graphwidth" template variable
|
2017-08-15 10:15:31 -07:00 |
hbisect.py
|
hbisect: use a defaultdict to avoid large allocations for a large changelogs
|
2017-11-23 14:13:14 -08:00 |
help.py
|
help: don't crash when trying to display help for disabled commands
|
2018-04-13 21:51:06 -07:00 |
hg.py
|
share: fix hg unshare
|
2018-04-13 21:50:53 -07:00 |
hook.py
|
py3: handle keyword arguments correctly in hook.py
|
2017-12-10 04:46:50 +05:30 |
httpconnection.py
|
py3: handle keyword arguments correctly in httpconnection.py
|
2017-12-10 04:47:04 +05:30 |
httppeer.py
|
py3: handle keyword arguments correctly in httppeer.py
|
2017-12-10 04:47:21 +05:30 |
i18n.py
|
i18n: cache translated messages per encoding
|
2017-10-13 21:36:10 +09:00 |
interpreter.py
|
buck: add mercurial.interpreter emulating python interpreter
|
2018-04-13 21:51:02 -07:00 |
keepalive.py
|
py3: handle keyword arguments correctly in keepalive.py
|
2017-12-10 04:47:34 +05:30 |
localrepo.py
|
perftweaks: fold isgooddelta tweak into core
|
2018-04-13 21:50:53 -07:00 |
lock.py
|
lock: allow to configure when the lock messages are displayed
|
2017-11-29 20:39:59 -05:00 |
logexchange.py
|
remotenames: rename related file and storage dir to logexchange
|
2017-12-07 00:26:45 +05:30 |
lsprof.py
|
|
|
lsprofcalltree.py
|
|
|
mail.py
|
py3: make sure the first argument of time.strftime() is str
|
2017-11-29 08:44:06 +05:30 |
main.py
|
main: add mercurial.main as an entry point
|
2018-04-13 21:51:02 -07:00 |
manifest.py
|
py3: return False early while checking whether None is a key in lazymanifest
|
2017-09-30 05:22:22 +05:30 |
match.py
|
match: remove doc about undefined behavior of visitdir()
|
2017-11-30 22:32:13 +09:00 |
mdiff.py
|
patch: add within-line color diff capacity
|
2017-10-26 00:13:38 +09:00 |
merge.py
|
merge: only abort in IMM if files are actually marked as driver-resolved
|
2018-01-16 17:24:16 -08:00 |
mergeutil.py
|
|
|
minirst.py
|
python3: use our bytes-only version of cgi.escape everywhere
|
2017-10-05 14:16:20 -04:00 |
mpatch.c
|
mpatch: switch alignment of wrapped line from tab to spaces with clang-format
|
2017-10-04 11:00:04 -04:00 |
mpatch.h
|
mpatch: reformat function prototypes with clang-format
|
2017-10-04 10:56:33 -04:00 |
namespaces.py
|
log: translate column labels at once (issue5750)
|
2017-12-02 16:29:49 +09:00 |
node.py
|
node: use byte literals to construct nullid and wdirid
|
2016-03-12 14:04:57 -08:00 |
obsolete.py
|
perftweaks: move effectflag removal logic to core
|
2018-04-13 21:50:52 -07:00 |
obsutil.py
|
perftweaks: move effectflag removal logic to core
|
2018-04-13 21:50:52 -07:00 |
parser.py
|
doctest: use print_function and convert bytes to unicode where needed
|
2017-09-03 14:56:31 +09:00 |
patch.py
|
patch: do not break up multibyte character when highlighting word
|
2017-12-11 22:38:31 +09:00 |
pathutil.py
|
pathutil: add doctests for canonpath()
|
2017-11-03 22:22:50 -04:00 |
peer.py
|
peer: ensure command names are always ascii bytestrs
|
2017-10-15 00:05:00 -04:00 |
phases.py
|
phases: initialize number of loaded revisions to 0
|
2017-12-14 22:37:10 +09:00 |
policy.py
|
osutil: add a function to unblock signals
|
2018-01-03 05:35:56 -08:00 |
posix.py
|
codemod: use pycompat.isdarwin
|
2017-10-12 23:34:34 -07:00 |
profiling.py
|
configitems: register the 'profiling.type' config
|
2017-06-30 03:44:00 +02:00 |
progress.py
|
configitems: register the 'progress.format' config
|
2017-10-11 22:53:17 +02:00 |
pushkey.py
|
Preserve order of revisions after hg pullbackup
|
2018-04-13 21:51:05 -07:00 |
pvec.py
|
|
|
pycompat.py
|
py3: introduce pycompat.ziplist as zip is a generator on Python 3
|
2017-12-11 05:56:35 +05:30 |
rcutil.py
|
codemod: use pycompat.iswindows
|
2017-10-12 23:30:46 -07:00 |
registrar.py
|
registrar: don't i18n ProgrammingError message
|
2017-10-18 22:10:08 -07:00 |
repair.py
|
repair: preserve phase also when not using generaldelta (issue5678)
|
2017-09-14 11:16:57 -07:00 |
repository.py
|
repository: formalize wire protocol interface
|
2017-08-13 11:04:42 -07:00 |
repoview.py
|
repoview: include filter name in repr for debugging
|
2017-12-05 21:56:48 +09:00 |
revlog.py
|
revlog: calculate rawsize correctly when applying deltas
|
2018-04-13 21:51:06 -07:00 |
revset.py
|
outgoing: respect ":pushurl" paths (issue5365)
|
2017-12-14 15:03:55 -08:00 |
revsetlang.py
|
revset: move weight information to predicate
|
2017-09-01 19:42:09 -07:00 |
rewriteutil.py
|
rewriteutil: add a precheck function to check if revs can be rewritten
|
2017-11-24 03:44:50 +05:30 |
scmposix.py
|
codemod: use pycompat.isdarwin
|
2017-10-12 23:34:34 -07:00 |
scmutil.py
|
tr-summary: keep a weakref to the unfiltered repository
|
2017-11-24 21:51:41 -05:00 |
scmwindows.py
|
pager: use less as a fallback on Unix
|
2017-04-28 20:51:14 +09:00 |
server.py
|
server: drop executable bit from daemon log file
|
2017-10-25 21:20:01 +09:00 |
setdiscovery.py
|
setdiscover: allow to ignore part of the local graph
|
2017-12-06 22:44:51 +01:00 |
similar.py
|
similar: remove caching from the module level
|
2017-01-13 11:42:36 -08:00 |
simplemerge.py
|
py3: handle keyword arguments correctly in simplemerge.py
|
2017-12-10 04:48:24 +05:30 |
smartset.py
|
py3: fix type of attribute name in smartset.py
|
2017-09-03 17:14:53 +09:00 |
sparse.py
|
merge: add merge action 'pr' to rename files during update
|
2017-10-02 14:05:30 -07:00 |
sshpeer.py
|
sshpeer: allow for additional environment passing to ssh exe
|
2017-12-14 14:31:57 +00:00 |
sshserver.py
|
style: never put multiple statements on one line
|
2017-09-29 15:49:20 +00:00 |
sslutil.py
|
py3: handle keyword arguments correctly in sslutil.py
|
2017-12-10 04:48:59 +05:30 |
statichttprepo.py
|
statichttprepo: do not use platform path separator to build a URL
|
2017-10-28 17:23:52 +09:00 |
statprof.py
|
statprof: remove a line of deadcode
|
2017-12-14 20:18:15 +00:00 |
store.py
|
py3: iterate bytes as a byte string in store.lowerencode()
|
2017-09-03 17:28:47 +09:00 |
streamclone.py
|
codemod: register core configitems using a script
|
2017-07-14 14:22:40 -07:00 |
subrepo.py
|
subrepo: extract preprocess of repo.commit() to free function
|
2017-11-04 19:21:39 +09:00 |
tagmerge.py
|
hgext: use relative imports wherever possible
|
2018-04-13 21:50:56 -07:00 |
tags.py
|
cachevfs: migration the tags fnode cache to 'cachevfs'
|
2017-07-15 23:30:25 +02:00 |
templatefilters.py
|
templatefilters: add slashpath() to convert path separator to slash
|
2017-10-21 17:19:02 +09:00 |
templatekw.py
|
log: translate column labels at once (issue5750)
|
2017-12-02 16:29:49 +09:00 |
templater.py
|
hg: fix check code errors
|
2018-04-13 21:50:58 -07:00 |
transaction.py
|
util: add base class for transactional context managers
|
2017-07-28 22:42:10 -07:00 |
treediscovery.py
|
|
|
txnutil.py
|
|
|
ui.py
|
hg: log time spent waiting for the pager
|
2018-04-13 21:51:01 -07:00 |
unionrepo.py
|
revlog: update signature of dummy addgroup() in bundlerepo and unionrepo
|
2017-09-15 23:58:45 +09:00 |
upgrade.py
|
upgrade: simplify workaround for repo.ui.copy()
|
2017-12-10 19:43:35 +09:00 |
url.py
|
lfs: add git to the User-Agent header for blob transfers
|
2017-12-14 13:04:08 -05:00 |
urllibcompat.py
|
urllibcompat: move some adapters from pycompat to urllibcompat
|
2017-10-04 11:58:00 -04:00 |
util.py
|
util: set datapath dynamically using HGDATAPATH
|
2018-04-13 21:51:02 -07:00 |
verify.py
|
hg: fastverify: unify and fold into core
|
2018-04-13 21:51:03 -07:00 |
vfs.py
|
workers: don't use backgroundfilecloser in threads
|
2017-12-11 16:51:13 -08:00 |
win32.py
|
win32: work around a WinError problem handling HRESULT types
|
2017-03-30 00:33:00 -04:00 |
windows.py
|
ssh: quote parameters using shellquote (SEC)
|
2017-08-04 23:54:12 -07:00 |
wireproto.py
|
py3: handle keyword arguments correctly in wireproto.py
|
2017-12-10 04:50:16 +05:30 |
worker.py
|
worker: handle interrupt on windows
|
2017-12-18 15:18:37 -08:00 |