Tue, 19 Jun 2007 08:51:34 +0200 |
Thomas Arendsen Hein |
Updated copyright notices and add "and others" to "hg version"
|
Thu, 22 Mar 2007 19:12:03 -0500 |
Matt Mackall |
revlog: don't pass datafile as an argument
|
Mon, 15 Jan 2007 18:23:21 +0100 |
Benoit Boissinot |
merge with -stable
|
Mon, 15 Jan 2007 17:56:20 +0100 |
Benoit Boissinot |
bundlerepo: it was meant to be revdiff() instead of chunk()
|
Mon, 18 Dec 2006 12:22:43 -0800 |
Brendan Cully |
Add revlog.LookupError exception, and use it instead of RevlogError.
|
Thu, 14 Dec 2006 20:25:19 -0600 |
Matt Mackall |
Simplify i18n imports
|
Wed, 13 Dec 2006 13:27:09 -0600 |
Matt Mackall |
Replace demandload with new demandimport
|
Tue, 05 Dec 2006 11:28:23 +0100 |
Benoit Boissinot |
introduce localrepo.spath for the store path, sopener fixes
|
Mon, 04 Dec 2006 09:38:49 +0100 |
Benoit Boissinot |
bundlerepo: don't hardcode the revlog filename
|
Sun, 29 Oct 2006 10:55:38 +0100 |
Thomas Arendsen Hein |
Explicitly use REVLOGV0 instead of 0 in bundlerepo.
|
Mon, 16 Oct 2006 20:38:04 -0300 |
Alexis S. L. Carvalho |
bundlerepo: avoid exception in __del__ when the bundle doesn't exist
|
Mon, 31 Jul 2006 07:11:12 -0700 |
Vadim Gelfer |
clean up hg.py: move repo constructor code into each repo module
|
Tue, 25 Jul 2006 13:50:32 -0700 |
Vadim Gelfer |
hooks: add url to changegroup, incoming, prechangegroup, pretxnchangegroup hooks
|
Fri, 12 May 2006 18:38:56 +0200 |
Benoit Boissinot |
add support for compressed bundle repositories
|
Thu, 11 May 2006 11:24:28 +0200 |
Benoit Boissinot |
indent: fix alignment
|
Thu, 11 May 2006 11:15:23 +0200 |
Benoit Boissinot |
fix errors spotted by pychecker (mostly scope problems)
|
Tue, 02 May 2006 14:30:00 -0700 |
Vadim Gelfer |
fix file handling bugs on windows.
|
Tue, 25 Apr 2006 23:28:40 +0200 |
Benoit Boissinot |
cached data was wrong: rev is different from self.rev(node) in bundlerepo.py
|
Thu, 20 Apr 2006 13:08:16 -0400 |
Chris Mason |
Make bundlerepo use proper index format for revlogng
|
Tue, 04 Apr 2006 16:38:43 -0400 |
mason |
Fix bundle repos to use an index tuple consistent with revlogng
|
Tue, 21 Mar 2006 11:47:21 +0100 |
Thomas Arendsen Hein |
make incoming work via ssh (issue139); move chunk code into separate module.
|
Tue, 21 Mar 2006 06:03:33 +0100 |
Benoit Boissinot |
use HG10UN header for uncompressed bundle
|
Sat, 18 Mar 2006 09:13:27 +0100 |
Thomas Arendsen Hein |
imported patch /home/thomas/fix-incoming-abortion4.patch
|
Mon, 13 Mar 2006 06:58:31 +0100 |
Benoit Boissinot |
bundlerepo: remove relative import, fix a comment
|
Mon, 13 Mar 2006 03:54:23 +0100 |
Benoit Boissinot |
add bundlerepo.py: a read-only repo that can use uncompressed bundles
|