sapling/mercurial
Alexis S. L. Carvalho ffa3574a24 merge with crew-stable
2008-02-13 19:34:28 -02:00
..
hgweb fix to let test-hgwebdir pass 2008-02-08 15:42:28 +01:00
__init__.py Add back links from file revisions to changeset revisions 2005-05-03 13:16:10 -08:00
ancestor.py white space and line break cleanups 2006-11-17 08:06:54 +01:00
archival.py cleanly abort on unknown archive type (issue966) 2008-02-05 15:54:42 +01:00
base85.c python2.5 PyArg_ParseTuple fix 2006-10-12 14:04:11 -03:00
bdiff.c Fix bdiff test failures on AIX. 2007-10-23 10:39:24 +00:00
bundlerepo.py Fix income/pull with bundle and -R (issue 820). 2007-12-18 14:11:13 -06:00
byterange.py send conservatively capitalized HTTP headers 2008-01-23 14:28:25 +01:00
changegroup.py allow the creation of bundles with empty changelog/manifest chunks 2008-01-19 18:01:16 -02:00
changelog.py changelog: fix decoding of extra 2008-01-03 13:46:39 -06:00
cmdutil.py templates: move filters to their own module 2008-01-31 14:44:19 -06:00
commands.py Automated merge with http://hg.west.spy.net/hg/hacks/hg 2008-02-09 20:43:42 -08:00
context.py context: fix filectx.parents() bug introduced when editing 3fb82bcfc6e3 2008-01-06 15:40:32 +01:00
demandimport.py demandimport: handling new relative imports 2008-01-16 19:14:54 +03:30
diffhelpers.c Handle patches with misformatted empty lines 2007-11-01 17:15:50 -05:00
dirstate.py Remove trailing ! from two error messages as this was confusing. 2008-02-09 19:13:57 +01:00
dispatch.py profile: expand PID in output file name 2008-02-01 13:31:46 -08:00
extensions.py Allow explicit disabling of extensions 2007-09-18 19:53:01 -05:00
fancyopts.py transform a bunch of print statements to appropriate ui calls 2008-01-18 10:48:25 -06:00
filelog.py Prefer i in d over d.has_key(i) 2008-01-20 14:39:25 +01:00
filemerge.py filemerge: wrap quotes around tool path 2008-02-04 19:38:34 -06:00
hbisect.py bisect: improve tests 2007-12-31 18:20:34 -06:00
help.py filemerge: remove the hgmerge script 2008-02-03 19:29:05 -06:00
hg.py merge with crew-stable 2008-02-13 19:34:28 -02:00
hook.py hooks: fix pre- and post- hooks specified in .hg/hgrc 2008-01-18 09:03:17 -06:00
httprangereader.py update copyrights. 2006-08-12 12:30:02 -07:00
httprepo.py merge with crew-stable 2008-02-03 21:47:07 -02:00
i18n.py Enable gettext translations 2006-12-14 17:32:00 -06:00
ignore.py ignore: fix up comment parsing 2007-12-10 10:26:42 -06:00
keepalive.py merge with crew-stable 2008-02-03 21:47:07 -02:00
localrepo.py make the journal/undo files from transactions inherit the mode from .hg/store 2008-02-09 18:38:54 -02:00
lock.py Use format string for lockname again (was changed by cb157328a155) 2007-07-21 10:39:42 +02:00
lsprof.py updating lsprof.py from remote repository 2008-02-01 10:31:09 +01:00
mail.py templater: move email function to util 2008-01-31 14:44:19 -06:00
manifest.py manifest: minor performance tweak 2007-09-24 12:42:25 -05:00
mdiff.py diff: don't show function name by default 2008-01-16 11:14:24 -06:00
merge.py filemerge: pull file-merging code into its own module 2008-02-03 19:29:05 -06:00
mpatch.c mpatch: Define Py_ssize_t for old pythons and use it instead of ssize_t. 2007-10-12 11:46:49 +09:00
node.py manifest: speed up creation of the manifestdict 2007-07-23 20:44:08 -05:00
osutil.c osutil: use fdopendir instead of dirfd 2007-10-15 12:57:01 -07:00
osutil.py Add osutil module, containing a listdir function. 2007-10-05 15:01:06 -07:00
patch.py Merge with crew 2008-02-06 19:57:52 -08:00
remoterepo.py update copyrights. 2006-08-12 12:30:02 -07:00
repair.py simplify revlog.strip interface and callers; add docstring 2008-01-19 18:01:16 -02:00
repo.py import gettext since '_' is used 2007-10-11 16:26:14 +02:00
revlog.py simplify revlog.strip interface and callers; add docstring 2008-01-19 18:01:16 -02:00
simplemerge.py merge: move the bulk of simplemerge into core 2008-02-03 19:29:05 -06:00
sshrepo.py merge with crew-stable 2008-02-03 21:47:07 -02:00
sshserver.py hook: redirect stdout to stderr for ssh and http servers 2008-01-11 13:06:38 -06:00
statichttprepo.py make static-http work with empty repos (issue965) 2008-02-08 11:50:37 +01:00
streamclone.py fix typo 2007-10-11 16:28:30 +02:00
strutil.py fix issue 322. 2006-08-18 21:03:29 -07:00
templatefilters.py templates: move filters to their own module 2008-01-31 14:44:19 -06:00
templater.py templates: move filters to their own module 2008-01-31 14:44:19 -06:00
transaction.py make the journal/undo files from transactions inherit the mode from .hg/store 2008-02-09 18:38:54 -02:00
ui.py Ensure that absolutized paths from hgrc do not contain ../ segments. 2008-01-08 22:40:51 -05:00
util_win32.py util_win32: add missing valname param to query_val function 2008-02-03 23:08:16 -08:00
util.py better handle errors with date parsing (issue983) 2008-02-13 16:46:43 +01:00
verify.py verify: improve handling of empty or missing files 2007-11-20 15:46:20 -06:00
version.py Remove unneeded "import os.path" 2008-01-23 17:16:33 +01:00