sapling/mercurial
2006-06-22 13:19:52 +09:00
..
hgweb push over http: server side authorization support. 2006-06-20 15:23:01 -07:00
__init__.py Add back links from file revisions to changeset revisions 2005-05-03 13:16:10 -08:00
appendfile.py reduce memory used when appendfile appends to real file. 2006-05-09 11:08:06 -07:00
archival.py use commit time as mtime for file archives. 2006-06-21 15:31:23 -07:00
bdiff.c Fixed conditional include of stdint.h for windows/msvc6/python2.3 environment. 2006-06-22 13:19:52 +09:00
bundlerepo.py add support for compressed bundle repositories 2006-05-12 18:38:56 +02:00
byterange.py Make consistent use of str.startswith() in conditionals. 2005-07-10 16:14:56 -08:00
changegroup.py use demandload more. 2006-06-20 23:58:21 -07:00
changelog.py Replaced 0 with REVLOGV0 where this meaning is used. 2006-04-27 21:16:46 +02:00
commands.py Fix hg diff regression 2006-06-22 02:44:39 +02:00
demandload.py demandload: implement __call__ 2006-05-18 13:52:55 -07:00
dirstate.py use demandload more. 2006-06-20 23:58:21 -07:00
fancyopts.py fixed some stuff pychecker shows, marked unclear/wrong stuff with XXX 2005-11-14 03:59:35 +02:00
filelog.py use demandload more. 2006-06-20 23:58:21 -07:00
hg.py hg.repository: many routines expect path to be a string even if empty. 2006-06-21 17:09:29 -07:00
httprangereader.py Fix just introduced possible old-http bug 2006-04-30 18:50:53 +02:00
httprepo.py http client: better work with authorization errors, broken sockets. 2006-06-20 15:23:54 -07:00
i18n.py use a dummy function for gettext 2005-10-18 18:38:04 -07:00
keepalive.py Update keepalive.py to current CVS version of urlgrabber. 2006-06-16 10:00:37 -03:00
localrepo.py fix bug in localrepo.changes. 2006-06-21 16:20:21 -07:00
lock.py fix backtrace printed when cannot get lock. 2006-03-28 09:01:07 -08:00
lsprof.py add --lsprof option. 3x faster than --profile, more useful output. 2006-06-09 12:05:17 -07:00
manifest.py use demandload more. 2006-06-20 23:58:21 -07:00
mdiff.py use demandload more. 2006-06-20 23:58:21 -07:00
mpatch.c mac os x: fixes for 10.2 from chris monson <monpublic@gmail.com> 2006-06-20 17:51:39 -07:00
node.py use demandload more. 2006-06-20 23:58:21 -07:00
packagescan.py packagescan can't scan nested packages 2006-06-02 16:19:47 +09:00
remoterepo.py Convert all classes to new-style classes by deriving them from object. 2005-11-18 22:48:47 -08:00
repo.py Break apart hg.py 2005-08-27 14:21:25 -07:00
revlog.py Manifest groups may be empty, so don't abort in this case (fixes issue210). 2006-05-31 22:25:20 +02:00
sshrepo.py change some repo messages in small ways. 2006-06-21 09:15:42 -07:00
sshserver.py extend network protocol to stop clients from locking servers 2006-06-15 16:37:23 -07:00
statichttprepo.py Implement revlogng. 2006-04-04 16:38:43 -04:00
templater.py use demandload more. 2006-06-20 23:58:21 -07:00
transaction.py use demandload more. 2006-06-20 23:58:21 -07:00
ui.py use demandload more. 2006-06-20 23:58:21 -07:00
util_win32.py replace os.stat with os.lstat in some where. 2006-06-16 12:58:24 -07:00
util.py fix -I/-X when relative paths used or in subdir 2006-06-21 17:30:31 -07:00
version.py Don't forget version at the end of setup.py, write it only if changed. 2006-03-19 21:26:58 +01:00