mercurial/localrepo.py
Tue, 19 Apr 2011 15:19:54 +0200 Martin Geisler merge with stable
Tue, 19 Apr 2011 13:25:19 +0200 Martin Geisler rollback: lower-case warning issued when branch cannot be reset stable
Mon, 11 Apr 2011 21:44:22 +0300 Idan Kamara localrepo: don't add deleted files to list of modified/added files (issue2761)
Thu, 07 Apr 2011 17:16:17 +0300 Idan Kamara tags: remove another check for valid nodes
Mon, 04 Apr 2011 22:51:10 +0300 Idan Kamara localrepo: ignore tags to unknown nodes (issue2750)
Mon, 04 Apr 2011 16:21:59 -0500 Matt Mackall misc: replace .parents()[0] with p1()
Mon, 04 Apr 2011 18:05:14 +0300 Idan Kamara localrepo: tighten except clause when looking rev
Thu, 31 Mar 2011 15:24:06 -0500 Matt Mackall changegroup: introduce bundler objects
Thu, 31 Mar 2011 14:25:26 -0500 Matt Mackall changegroup: combine lookup functions
Thu, 31 Mar 2011 13:56:05 -0500 Matt Mackall changegroup: unnest flookup
Wed, 30 Mar 2011 20:03:05 -0700 Brodie Rao url: refactor util.drop_scheme() and hg.localpath() into url.localpath()
Thu, 31 Mar 2011 10:03:24 -0500 Matt Mackall changegroup: unnest some lookup functions
Thu, 31 Mar 2011 09:59:56 -0500 Matt Mackall changegroup: minor ordering and renaming changes for similarity
Thu, 31 Mar 2011 09:56:27 -0500 Matt Mackall changegroup: remove nodeiter temporary
Wed, 30 Mar 2011 17:50:34 -0500 Matt Mackall changegroup: refactor prune as a filter
Wed, 30 Mar 2011 17:50:27 -0500 Matt Mackall changegroup: add first logic to send file header
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
less more (0) -300 -100 -60 tip