sapling/mercurial
Vadim Gelfer 0778999161 hooks: add url to changegroup, incoming, prechangegroup, pretxnchangegroup hooks
all repository classes now have url() method that returns url of repo.
2006-07-25 13:50:32 -07:00
..
hgweb hooks: add url to changegroup, incoming, prechangegroup, pretxnchangegroup hooks 2006-07-25 13:50:32 -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 clean up trailing white space. 2006-07-12 08:28:00 -07:00
bundlerepo.py hooks: add url to changegroup, incoming, prechangegroup, pretxnchangegroup hooks 2006-07-25 13:50:32 -07: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 validate the resulting date in parsedate 2006-06-30 18:48:06 +02:00
commands.py hooks: add url to changegroup, incoming, prechangegroup, pretxnchangegroup hooks 2006-07-25 13:50:32 -07:00
context.py fix filectxt to really work 2006-07-17 01:59:06 +02:00
demandload.py demandload: implement __call__ 2006-05-18 13:52:55 -07:00
dirstate.py self.root == '/': prefix length computation out of the loop 2006-07-25 21:22:56 +02: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 __contains__, index or split instead of str.find 2006-07-09 01:30:30 +02:00
hg.py codingstyle: use spaces instead of tabs 2006-07-18 00:32:18 +02:00
httprangereader.py Fix just introduced possible old-http bug 2006-04-30 18:50:53 +02:00
httprepo.py hooks: add url to changegroup, incoming, prechangegroup, pretxnchangegroup hooks 2006-07-25 13:50:32 -07:00
i18n.py use a dummy function for gettext 2005-10-18 18:38:04 -07:00
keepalive.py clean up trailing white space. 2006-07-12 08:28:00 -07:00
localrepo.py hooks: add url to changegroup, incoming, prechangegroup, pretxnchangegroup hooks 2006-07-25 13:50:32 -07:00
lock.py use __contains__, index or split instead of str.find 2006-07-09 01:30:30 +02:00
lsprof.py do not try to package lsprof if not available. 2006-06-23 19:20:22 -07:00
manifest.py use demandload more. 2006-06-20 23:58:21 -07:00
mdiff.py diff: add -b/-B options 2006-06-29 15:16:25 +02:00
mpatch.c Include inttypes.h instead of stdint.h (fixes issue299) 2006-06-30 21:41:46 +02:00
node.py use demandload more. 2006-06-20 23:58:21 -07:00
packagescan.py clean up trailing white space. 2006-07-12 08:28:00 -07:00
remoterepo.py add support for streaming clone. 2006-07-14 11:17:22 -07:00
repo.py add support for streaming clone. 2006-07-14 11:17:22 -07:00
revlog.py correct the handling of linkrev with nullid 2006-07-17 01:58:59 +02:00
sshrepo.py hooks: add url to changegroup, incoming, prechangegroup, pretxnchangegroup hooks 2006-07-25 13:50:32 -07:00
sshserver.py hooks: add url to changegroup, incoming, prechangegroup, pretxnchangegroup hooks 2006-07-25 13:50:32 -07:00
statichttprepo.py hooks: add url to changegroup, incoming, prechangegroup, pretxnchangegroup hooks 2006-07-25 13:50:32 -07:00
streamclone.py fix problem with uncompressed clone and python 2.3. 2006-07-17 07:43:15 -07:00
templater.py Preserve multibyte UTF-8 characters when obfuscating. 2006-07-21 02:36:17 +02:00
transaction.py use demandload more. 2006-06-20 23:58:21 -07:00
ui.py fix windows username problem. 2006-07-24 09:11:26 -07:00
util_win32.py fix windows username problem. 2006-07-24 09:11:26 -07:00
util.py util.getuser: better comments 2006-07-24 09:22:47 -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