sapling/mercurial
Alexis S. L. Carvalho 0489c59b5e Try to find diffstat in PATH before calling it
At least on Solaris, /bin/sh will print a "command not found" message
even if we redirect stderr.
2007-04-07 04:27:55 -03:00
..
hgweb avoid _wsgioutputfile <-> _wsgirequest circular reference 2007-03-19 19:07:39 -03: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
appendfile.py reduce memory used when appendfile appends to real file. 2006-05-09 11:08:06 -07:00
archival.py Fixed directory name having an extra dot on "hg archive -t tbz2 foo.tbz2". 2006-11-02 19:23:55 +01:00
base85.c python2.5 PyArg_ParseTuple fix 2006-10-12 14:04:11 -03:00
bdiff.c don't return uninitialized memory from bdiff.blocks() 2007-02-20 22:20:16 +01:00
bundlerepo.py bundlerepo: it was meant to be revdiff() instead of chunk() 2007-01-15 17:56:20 +01:00
byterange.py white space and line break cleanups 2006-11-17 08:06:54 +01:00
changegroup.py fix errors spotted by pychecker 2006-12-10 19:41:57 +01:00
changelog.py "default" is the default branch name 2007-03-13 15:02:33 -03:00
cmdutil.py pass repo.root to util.pathto() in preparation for the next patch 2007-03-16 00:22:57 -03:00
commands.py Add a pointer to "hg -v help" to the bottom of hg help {,cmd} output 2007-04-07 04:27:55 -03:00
context.py Move branch read/write to dirstate where it belongs 2007-03-13 18:50:02 -05:00
demandload.py Avoid Python 2.5 warning 2006-08-20 00:44:53 -03:00
dirstate.py Fix handling of paths when run outside the repo. 2007-03-16 00:22:58 -03:00
fancyopts.py additional fixes for issue436 2006-12-01 16:18:16 -02:00
filelog.py use forward "/" for internal path and static http, fix issue437 2006-12-05 16:33:40 +01:00
help.py Using --date "" isn't possible, so don't document epoch. (see issue447) 2006-12-16 22:13:56 +01:00
hg.py Try to pass repo.ui to reposetup hooks 2007-02-08 16:31:21 -02:00
httprangereader.py update copyrights. 2006-08-12 12:30:02 -07:00
httprepo.py Work around a urllib2 bug in Python < 2.4.2 2007-03-16 00:22:53 -03:00
i18n.py update copyrights. 2006-08-12 12:30:02 -07:00
keepalive.py fix for digest auth when using keepalive.py 2007-01-08 16:18:29 +01:00
localrepo.py tags: fix abababa case, with test case 2007-03-22 23:52:50 -05:00
lock.py Don't step into an endless loop when lock file is empty. 2006-11-20 19:36:28 +01:00
lsprof.py do not try to package lsprof if not available. 2006-06-23 19:20:22 -07:00
mail.py mail.py: don't try to use TLS if python doesn't have SSL support 2007-02-16 04:54:47 -02:00
manifest.py issue352: disallow '\n' and '\r' in filenames (dirstate and manifest) 2006-11-01 17:56:55 +01:00
mdiff.py Don't lie that "binary file has changed" 2007-02-17 09:54:56 -02:00
merge.py merge: fix a bug where copies were ignored 2007-04-05 16:43:18 -05:00
mpatch.c mpatch: Fix for malloc corner case on AIX 2006-09-21 16:16:39 -05:00
node.py Define and use nullrev (revision of nullid) instead of -1. 2006-10-29 10:53:51 +01:00
packagescan.py white space and line break cleanups 2006-11-17 08:06:54 +01:00
patch.py Try to find diffstat in PATH before calling it 2007-04-07 04:27:55 -03:00
remoterepo.py update copyrights. 2006-08-12 12:30:02 -07:00
repo.py Add hg.LookupError 2006-10-01 11:58:55 -07:00
revlog.py revlog.py: fix/tweak read ahead code in lazyparser 2007-04-07 04:27:55 -03:00
sshrepo.py Use UnexpectedOutput exception instead of RepoError in sshrepo, too. 2006-12-02 22:16:00 +01:00
sshserver.py sshrepo: add passing of lookup exceptions 2006-09-09 18:25:06 -07:00
statichttprepo.py fix errors spotted by pychecker 2006-12-10 19:41:57 +01:00
streamclone.py streamclone: stream_out tried to decodefilename non-normalized paths 2007-02-19 09:59:37 +01:00
strutil.py fix issue 322. 2006-08-18 21:03:29 -07:00
templater.py templater.py: fix obfuscate 2006-12-16 02:21:46 -02:00
transaction.py update copyrights. 2006-08-12 12:30:02 -07:00
ui.py Only hg repositories override [paths], not simple directories (fixes issue510) 2007-03-14 22:38:40 +01:00
util_win32.py only print a warning when no username is specified 2006-11-28 21:16:05 +01:00
util.py Fix handling of paths when run outside the repo. 2007-03-16 00:22:58 -03:00
verify.py verify: add rename link checking 2006-12-01 02:35:46 -06:00
version.py setup.py: reload __version__.py after writing it. 2007-02-06 15:55:20 -02:00