sapling/mercurial
Bryan O'Sullivan 3cd6b499f4 Fix typo.
2008-01-18 17:01:28 -08:00
..
hgweb hgweb: fast path for sending raw files 2008-01-18 19:53:38 +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 Use util.normpath() instead of direct path string operation. 2008-01-09 21:30:13 +09: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 white space and line break cleanups 2006-11-17 08:06:54 +01:00
changegroup.py changegroup: avoid large copies 2007-10-03 17:17:28 -05:00
changelog.py changelog: fix decoding of extra 2008-01-03 13:46:39 -06:00
cmdutil.py cmdutil.commit: extract 'addremove' from opts carefully 2008-01-10 12:07:18 +03:00
commands.py Merge with crew-stable 2008-01-11 18:33:10 -08:00
context.py context: fix filectx.parents() bug introduced when editing 3fb82bcfc6e3 2008-01-06 15:40:32 +01:00
demandimport.py demandload: give better diagnostic for call of an unloaded module 2007-12-10 10:24:47 -06:00
diffhelpers.c Handle patches with misformatted empty lines 2007-11-01 17:15:50 -05:00
dirstate.py Add endswithsep() and use it instead of using os.sep and os.altsep directly. 2008-01-09 21:30:35 +09:00
dispatch.py hooks: fix pre- and post- hooks specified in .hg/hgrc 2008-01-18 09:03:17 -06: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 Updated copyright notices and add "and others" to "hg version" 2007-06-19 08:51:34 +02:00
hbisect.py bisect: improve tests 2007-12-31 18:20:34 -06:00
help.py Use VISUAL in addition to EDITOR when choosing the editor to use. 2007-12-05 20:40:01 +09:00
hg.py hg: fail upon copy/link errors while cloning locally 2007-12-27 22:28:41 +01: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 httprepo: give self._url and the netloc to the password manager 2007-11-09 20:21:35 -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 fix for digest auth when using keepalive.py 2007-01-08 16:18:29 +01:00
localrepo.py transactions: don't show a backtrace when journal exists 2008-01-16 11:32:25 -06:00
lock.py Use format string for lockname again (was changed by cb157328a155) 2007-07-21 10:39:42 +02:00
lsprof.py do not try to package lsprof if not available. 2006-06-23 19:20:22 -07:00
mail.py patchbomb: prompt only once for SMTP password 2008-01-17 13:51:59 -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 merge: add a bit more sanity to divergent copy checks 2008-01-14 16:28:32 -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 transform a bunch of print statements to appropriate ui calls 2008-01-18 10:48:25 -06:00
remoterepo.py update copyrights. 2006-08-12 12:30:02 -07:00
repair.py strip: move strip code to a new repair module 2007-06-25 01:26:44 -05:00
repo.py import gettext since '_' is used 2007-10-11 16:26:14 +02:00
revlog.py util: get rid of is_win_9x wart 2007-12-18 14:01:42 -06:00
sshrepo.py Fix typo. 2008-01-18 17:01:28 -08:00
sshserver.py hook: redirect stdout to stderr for ssh and http servers 2008-01-11 13:06:38 -06:00
statichttprepo.py Merge with crew-stable 2007-09-22 18:56:36 +02: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
templater.py Added support for the Atom syndication format 2007-08-30 16:42:17 +02:00
transaction.py transactions: don't show a backtrace when journal exists 2008-01-16 11:32:25 -06:00
ui.py prompt: kill matchflags 2007-12-28 00:03:55 -06:00
util_win32.py Merge with mpm 2008-01-11 16:51:54 -08:00
util.py Fix not to use os.sep directly. 2008-01-09 21:30:37 +09:00
verify.py verify: improve handling of empty or missing files 2007-11-20 15:46:20 -06:00
version.py Fix Windows os.popen bug with interleaved stdout/stderr output 2007-11-01 12:05:14 +01:00