mercurial/localrepo.py
Mon, 14 Mar 2011 23:50:28 +0100 David Soria Parra bookmarks: do not forward merged bookmark (issue1877)
Mon, 28 Mar 2011 15:54:22 +0200 Adrian Buehlmann set NOT_CONTENT_INDEXED on .hg dir (issue2694)
Mon, 28 Mar 2011 11:18:56 -0500 Matt Mackall changegroup: fold linkrev helper into lookup functions
Mon, 28 Mar 2011 11:18:56 -0500 Matt Mackall changegroup: fold filenode collector into mlookup
Mon, 28 Mar 2011 11:18:56 -0500 Matt Mackall changegroup: roll changegroup.collector into lookup functions
Mon, 28 Mar 2011 11:18:56 -0500 Matt Mackall changegroup: add revlog to the group callback
Mon, 28 Mar 2011 11:18:56 -0500 Matt Mackall changegroup: move sorting down into group
Mon, 28 Mar 2011 11:18:56 -0500 Matt Mackall changegroup: fold progress meter into callbacks
Mon, 28 Mar 2011 11:18:56 -0500 Matt Mackall changegroup: combine infocollect and lookup callbacks
Wed, 23 Mar 2011 16:06:55 +0100 Peter Arrenbrecht discovery: avoid discovery when local graph is a subset of remote
Wed, 23 Mar 2011 16:02:11 +0100 Peter Arrenbrecht wireproto: add getbundle() function
Tue, 22 Mar 2011 09:22:21 +0100 Peter Arrenbrecht wireproto: add known([id]) function
Tue, 22 Mar 2011 07:38:32 +0100 Peter Arrenbrecht debug: add debugwireargs to test argument passing over the wire
Sun, 20 Mar 2011 20:25:41 -0500 Matt Mackall changegroup: minor cleanups
Sun, 20 Mar 2011 20:17:57 -0500 Matt Mackall changegroup: fix leftover from delta read
Sun, 20 Mar 2011 20:16:51 -0500 Matt Mackall changegroup: drop expensive redundant usage of readdelta for progress
Sun, 20 Mar 2011 19:43:28 -0500 Matt Mackall changegroupsubset: use manifest.readfast to simplify collector
Sun, 20 Mar 2011 19:43:28 -0500 Matt Mackall changegroupsubset: simplify filenode_collector
Sun, 20 Mar 2011 19:43:28 -0500 Matt Mackall changegroupsubset: more renaming
Sun, 20 Mar 2011 19:43:28 -0500 Matt Mackall changegroupsubset: simplify prune
Sun, 20 Mar 2011 19:43:28 -0500 Matt Mackall changegroupsubset: more minor cleanups
Sun, 20 Mar 2011 19:43:28 -0500 Matt Mackall changegroupsubset: minor cleanups
Sun, 20 Mar 2011 01:16:57 +0100 Benoit Boissinot changegroupsubset: extranodes are no longer needed
Mon, 14 Mar 2011 20:53:55 +0100 David Soria Parra localrepo: do not update bookmarks in addchangegroup
Mon, 14 Mar 2011 00:10:43 +0100 David Soria Parra bookmarks: separate bookmarks update code from localrepo's pull.
Sun, 06 Mar 2011 15:21:50 +0100 Patrick Mezard Improve unresolved merge conflicts warning (issue2681) stable
Wed, 02 Mar 2011 21:57:20 -0600 Steve Borho bookmark: fix invalidation of localrepo._bookmarkcurrent stable
Mon, 21 Feb 2011 20:58:54 -0300 Wagner Bruna rollback, i18n: avoid parameterized message stable
Fri, 18 Feb 2011 20:25:25 +0100 Adrian Buehlmann introduce new RequirementError (issue2649) stable
Thu, 10 Feb 2011 09:03:06 +0100 Gilles Moris rollback: clarifies the message about the reverted state (issue2628) stable
Thu, 03 Feb 2011 10:31:17 +0100 Martin Geisler remove unnecessary list comprehensions
Tue, 15 Feb 2011 22:25:48 +0100 Patrick Mezard commit: abort if a subrepo is modified and ui.commitsubrepos=no
Fri, 24 Dec 2010 15:23:01 +0100 Dan Villiom Podlaski Christiansen explicitly close files
Fri, 28 Jan 2011 13:38:34 +0100 Adrian Buehlmann fncachestore: defer updating the fncache file to a single file open
Fri, 28 Jan 2011 13:34:07 +0100 Adrian Buehlmann localrepo: acquire lock on stream_in
Fri, 11 Feb 2011 19:44:17 +0100 David Soria Parra tags: do not merge bookmarks with tags
Fri, 11 Feb 2011 19:36:15 +0100 David Soria Parra context: add method to return all bookmarks pointing to a node
Thu, 10 Feb 2011 13:46:28 -0600 Matt Mackall bookmarks: merge suspect addchangegroup into core
Thu, 10 Feb 2011 13:46:28 -0600 Matt Mackall bookmarks: merge low-level push/pull support into core
Thu, 10 Feb 2011 13:46:28 -0600 Matt Mackall bookmarks: merge lookup into localrepo
Thu, 10 Feb 2011 13:46:28 -0600 Matt Mackall bookmarks: merge _findtags method into core
Thu, 10 Feb 2011 13:46:27 -0600 Matt Mackall bookmarks: merge invalidation into core
Thu, 10 Feb 2011 13:46:27 -0600 Matt Mackall bookmarks: move commit action into core
Thu, 10 Feb 2011 13:46:27 -0600 Matt Mackall bookmarks: merge rollback support into localrepo
Thu, 10 Feb 2011 13:46:27 -0600 Matt Mackall bookmarks: move property methods into localrepo
Mon, 17 Jan 2011 09:37:20 +0100 Adrian Buehlmann remove pointless os.path.join calls when opening files in .hg/cache
Mon, 31 Jan 2011 22:16:33 +0100 Patrick Mezard mq: factor out push conditions checks
Tue, 04 Jan 2011 06:29:08 +0100 jfh move tags.cache and branchheads.cache to a collected cache folder .hg/cache/
Sun, 16 Jan 2011 17:26:34 +0100 Benoit Boissinot addchangegroup: document the current locking semantics
Tue, 04 Jan 2011 14:12:52 -0600 Matt Mackall revlog: remove lazy index
Thu, 02 Dec 2010 03:43:06 +0100 David Soria Parra avoid .split() in for loops and use tuples instead
Fri, 17 Dec 2010 13:38:15 +0100 Erik Zielke subrepo: backout f02d7a562a21
Mon, 29 Nov 2010 09:37:23 +0100 Erik Zielke subrepo: avoids empty commit when .hgsubstate is dirty (issue2403)
Tue, 14 Dec 2010 17:10:01 -0600 Matt Mackall merge with stable
Mon, 13 Dec 2010 21:20:30 -0600 Kevin Bullock tag: don't check .hgtags status if --local passed stable
Fri, 10 Dec 2010 13:30:37 -0600 Augie Fackler bundle progress: offer best-guess deterministic progress information
Fri, 10 Dec 2010 16:10:14 +0100 Adrian Buehlmann localrepo: remove unneeded os.unlink call in wwrite
Fri, 03 Dec 2010 11:30:45 +0100 Thomas Arendsen Hein coding style: fix gratuitous whitespace after Python keywords
Wed, 24 Nov 2010 15:56:32 -0600 Matt Mackall branch: operate on branch names in local string space where possible
Wed, 24 Nov 2010 13:25:12 +0100 Martin Geisler localrepo: move string formatting out of gettext call
less more (0) -300 -100 -60 tip