log mercurial/localrepo.py @ 7599:7bf7c073375e

age author description
Sat, 03 Jan 2009 17:15:21 +0100 Martin Geisler lowercase ui.debug and assert output
Sat, 03 Jan 2009 20:16:10 +0100 Patrick Mezard localrepo: fix bad manifest delta generation (issue1433)
Tue, 02 Dec 2008 19:36:43 +0100 Benoit Boissinot push: use the fast changegroup() path on push
Thu, 27 Nov 2008 16:07:17 +0100 Dirkjan Ochtman bundlerepo doesn't really have a dirstate, throw AttributeError if requested
Tue, 25 Nov 2008 23:26:33 +0100 Benoit Boissinot protocol: use changegroupsubset() if possible (issue1389)
Fri, 14 Nov 2008 14:12:43 -0600 Matt Mackall lookup: fast-paths for int and 'tip'
Wed, 12 Nov 2008 15:19:14 -0600 Matt Mackall linkrev: take a revision number rather than a hash
Fri, 24 Oct 2008 16:20:53 +0200 Benoit Boissinot findincoming: build the correct list from the start
Fri, 24 Oct 2008 10:31:51 +0200 Adrian Buehlmann add format.usefncache config option (default is true)
Tue, 21 Oct 2008 17:00:35 +0200 Benoit Boissinot fix pull racing with push/commit (issue1320)
Sun, 19 Oct 2008 19:12:07 +0200 Adrian Buehlmann introduce fncache repository layout
Tue, 14 Oct 2008 21:28:49 +0200 Mads Kiilerich Make it possible to disable filtering for a pattern.
Wed, 22 Oct 2008 21:43:35 +0200 Benoit Boissinot findincoming: do the binary search in branches in parallel
Sat, 18 Oct 2008 20:25:45 +0200 Benoit Boissinot fix issue with strip() for revlog with non-monotonic linkrevs (issue1342)
Sat, 18 Oct 2008 04:26:09 -0500 Matt Mackall rename: handle renaming to a target marked removed
Sun, 12 Oct 2008 15:21:08 -0500 Matt Mackall diff: pass contexts to status
Sat, 11 Oct 2008 13:07:29 +0200 Patrick Mezard context: improve memctx documentation
Thu, 09 Oct 2008 14:16:17 +0200 Patrick Mezard Show added files as "added" in editor commit message (issue 1330)
Wed, 08 Oct 2008 16:22:10 -0500 Matt Mackall status: don't warn about missing files present in base revision (issue1323)
Mon, 06 Oct 2008 13:51:36 +0200 Patrick Mezard Merge with crew-stable
Fri, 03 Oct 2008 23:13:03 +0200 Bernhard Leiner Add missing catch of a TypeError
Wed, 10 Sep 2008 08:48:23 +0200 Benoit Boissinot Backed out changeset 3d54cf97598d (see issue916 for details)
Mon, 08 Sep 2008 14:04:10 +0200 Benoit Boissinot tag: without a checkout, base the tag changeset on tip instead of nullid
Mon, 08 Sep 2008 13:07:00 +0200 Peter Ruibal use Exception(args)-style raising consistently (py3k compatibility)
Fri, 05 Sep 2008 11:00:07 +0200 Patrick Mezard store: pathjoiner default value is os.path.join
Sun, 31 Aug 2008 00:22:20 +0200 Adrian Buehlmann Fix for Issue1260
Sun, 31 Aug 2008 16:12:02 +0200 Martin Geisler i18n: mark strings for translation in Mercurial
Thu, 21 Aug 2008 11:35:17 +0200 Dirkjan Ochtman strip trailing whitespace, replace tabs by spaces
Sat, 29 Mar 2008 23:05:45 +0100 Martin Geisler Begin commit messages with two empty lines.
Wed, 13 Aug 2008 20:18:44 -0500 Matt Mackall streamclone: fold in localrepo.storefiles