mercurial/localrepo.py
Tue, 28 Apr 2009 18:14:49 +0200 Martijn Pieters localrepo: Refactor var names in filecommit to improve readability.
Tue, 28 Apr 2009 18:32:15 +0200 Martin Geisler localrepo: corrected outdated comment
Tue, 28 Apr 2009 18:29:50 +0200 Martin Geisler localrepo: fixed typos in comments
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Sun, 26 Apr 2009 16:50:44 -0500 Matt Mackall replace various uses of list.reverse()
Sun, 26 Apr 2009 16:50:44 -0500 Matt Mackall replace util.sort with sorted built-in
Sun, 26 Apr 2009 16:50:43 -0500 Matt Mackall ui: replace parentui mechanism with repo.baseui
Fri, 24 Apr 2009 17:32:18 +0200 Martin Geisler localrepo: use sets in findcommonincoming
Wed, 22 Apr 2009 00:57:28 +0200 Martin Geisler replace set-like dictionaries with real sets
Wed, 22 Apr 2009 00:56:06 +0200 Martin Geisler util: use built-in set instead of util.unique
Wed, 22 Apr 2009 00:55:32 +0200 Martin Geisler util: use built-in set and frozenset
Wed, 22 Apr 2009 02:01:22 +0200 Ronny Pfannschmidt document the locking pattern in localrepo.status
Wed, 22 Apr 2009 02:01:22 +0200 Ronny Pfannschmidt switch lock releasing in the core from gc to explicit
Wed, 22 Apr 2009 02:01:22 +0200 Ronny Pfannschmidt made repo locks recursive and deprecate refcounting based lock releasing
Wed, 15 Apr 2009 19:54:22 +0200 Henrik Stuart transaction: support multiple, separate transactions
Fri, 03 Apr 2009 14:51:48 -0500 Matt Mackall move encoding bits from util to encoding
Tue, 31 Mar 2009 23:11:11 +0200 Martin Geisler merge with -stable
Tue, 31 Mar 2009 07:56:28 +0200 Simon Heimberg error: import LockError from correct module
Mon, 23 Mar 2009 13:13:06 +0100 Peter Arrenbrecht cleanup: drop unused assignments
Mon, 16 Mar 2009 16:58:41 -0500 Matt Mackall resolve: move reset to localrepo.commit
Mon, 02 Mar 2009 19:19:09 -0600 Matt Mackall tag: force load of tag cache
Fri, 27 Feb 2009 08:13:42 -0600 Matt Mackall Merge with stable
Sun, 25 Jan 2009 19:15:49 +0100 Dirkjan Ochtman merge with stable
Mon, 16 Feb 2009 19:35:07 -0600 Matt Mackall Introduce HG_PREPEND to solve pretxn races
Sun, 25 Jan 2009 13:20:43 -0500 John Mulligan branch closing: permit closing the default branch
Sun, 25 Jan 2009 12:09:51 -0600 Matt Mackall Merge with stable
Sun, 25 Jan 2009 10:16:45 -0600 Matt Mackall wire protocol: avoid infinite loop (issue1483)
Sun, 25 Jan 2009 18:58:12 +0100 Patrick Mezard Merge with crew-stable
Sun, 25 Jan 2009 18:55:29 +0100 Patrick Mezard Fix a corner case when committing a rename after a merge (issue1476)
Mon, 19 Jan 2009 12:59:56 +0100 Dirkjan Ochtman kill some trailing whitespace
Wed, 14 Jan 2009 21:47:38 -0500 John Mulligan branch closing: referencing open and closed branches/heads
Wed, 14 Jan 2009 21:47:38 -0500 John Mulligan branch closing: mark closed branches with a 'close' extra
Wed, 14 Jan 2009 21:47:38 -0500 John Mulligan store all heads of a branch in the branch cache
Mon, 12 Jan 2009 11:48:05 -0600 Matt Mackall error: move SignalInterrupt
Mon, 12 Jan 2009 11:28:28 -0600 Matt Mackall error: move UnexpectedOutput (now ResponseError)
Mon, 12 Jan 2009 11:09:14 -0600 Matt Mackall error: move lock errors
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
Mon, 12 Jan 2009 09:16:03 +0100 Dirkjan Ochtman use dict.iteritems() rather than dict.items()
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
less more (0) -300 -100 -60 tip