Mon, 12 Jan 2009 10:42:31 -0600 |
Matt Mackall |
error: move repo errors
|
Sun, 11 Jan 2009 22:48:28 -0600 |
Matt Mackall |
errors: move revlog errors
|
Thu, 27 Nov 2008 16:07:17 +0100 |
Dirkjan Ochtman |
bundlerepo doesn't really have a dirstate, throw AttributeError if requested
|
Sun, 31 Aug 2008 16:12:02 +0200 |
Martin Geisler |
i18n: mark strings for translation in Mercurial
|
Thu, 26 Jun 2008 14:35:50 -0500 |
Matt Mackall |
add __len__ and __iter__ methods to repo and revlog
|
Thu, 05 Jun 2008 16:25:11 +0200 |
Peter Arrenbrecht |
drop superfluous param from revlog.addgroup()
|
Thu, 24 Apr 2008 11:48:07 +0200 |
Benoit Allard |
add support for HG10GZ bundles to bundlerepo.bundlerevlog()
|
Thu, 20 Mar 2008 11:12:35 -0500 |
Matt Mackall |
clone: use cancopy
|
Sat, 15 Mar 2008 12:04:28 -0400 |
John Mulligan |
Add ability to directly clone from all-history bundles
|
Thu, 20 Mar 2008 11:12:35 -0500 |
Matt Mackall |
repo classes: remove unused dev() method
|
Tue, 11 Mar 2008 17:42:29 -0500 |
Matt Mackall |
revlog: report node and file when lookup fails
|
Thu, 06 Mar 2008 22:23:26 +0100 |
Joel Rosdahl |
Expand import * to allow Pyflakes to find problems
|
Sun, 10 Feb 2008 08:53:39 +0100 |
Peter Arrenbrecht |
bundlerepo: fix inconsistency of parsed and internal name (issue #821)
|
Tue, 18 Dec 2007 14:11:13 -0600 |
Peter Arrenbrecht |
Fix income/pull with bundle and -R (issue 820).
|
Wed, 28 Nov 2007 08:36:55 -0800 |
Bryan O'Sullivan |
make LookupError more detailed
|
Mon, 27 Aug 2007 17:08:53 -0700 |
Brendan Cully |
bundle: fix up lazy reads
|
Mon, 27 Aug 2007 15:48:21 -0700 |
Brendan Cully |
Make bundlerepo lazier
|
Tue, 14 Aug 2007 18:25:27 +0200 |
Benoit Boissinot |
fix bundlerepo broken by 4205f626dc05
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: eliminate diff and patches functions
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: speed up chunkcache
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: mark cache private
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: add a magic null revision to our index
|
Sat, 21 Jul 2007 16:18:21 -0500 |
Matt Mackall |
revlog: raise offset/type helpers to global scope
|
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
|