Wed, 26 Dec 2012 11:16:18 -0600 Kevin Bullock merge with stable
Mon, 24 Dec 2012 02:49:59 +0100 Pierre-Yves David branchmap: move validity logic in the object itself
Sat, 22 Dec 2012 17:08:15 +0100 Pierre-Yves David branchmap: make update a method
Mon, 24 Dec 2012 02:22:04 +0100 Pierre-Yves David branchmap: make update responsible to update the cache key
Sat, 22 Dec 2012 02:11:12 +0100 Pierre-Yves David branchmap: factorise changelog access in update
Thu, 20 Dec 2012 16:28:43 +0100 Pierre-Yves David branchmap: make write a method on the branchmap object
Sat, 22 Dec 2012 02:04:49 +0100 Pierre-Yves David branchmap: simplify write signature
Sat, 22 Dec 2012 02:06:26 +0100 Pierre-Yves David branchmap: add the tiprev (cache key) on the branchmap object
Sat, 22 Dec 2012 01:59:05 +0100 Pierre-Yves David branchmap: add the tipnode (cache key) on the branchcache object
Sat, 22 Dec 2012 01:44:42 +0100 Pierre-Yves David branchmap: store branchcache in a dedicated object
Sat, 22 Dec 2012 01:34:23 +0100 Pierre-Yves David branchmap: `stream_in` write remote branchcache to local one
Mon, 24 Dec 2012 13:26:13 +0100 Mads Kiilerich bookmarks: fix head selection for merge with two bookmarked heads stable
Thu, 20 Dec 2012 14:45:17 +0100 Pierre-Yves David branchmap: extract updatebranchcache from repo
Wed, 19 Dec 2012 14:49:06 +0100 Pierre-Yves David branchmap: extract _updatebranchcache from repo
Wed, 19 Dec 2012 14:47:38 +0100 Pierre-Yves David branchmap: _updatebranchmap does not need to be filtered
Wed, 19 Dec 2012 14:46:57 +0100 Pierre-Yves David branchmap: extract read logic from repo
Thu, 20 Dec 2012 13:37:37 +0100 Pierre-Yves David branchmap: extract write logic from localrepo
Wed, 19 Dec 2012 14:43:33 +0100 Pierre-Yves David branchmap: create a mercurial.branchmap module
Thu, 20 Dec 2012 12:17:44 +0100 Pierre-Yves David bundlerepo: use _cacheabletip mechanism in bundlerepo
Thu, 20 Dec 2012 13:23:29 +0100 Pierre-Yves David branchmap: merge _branchtags into updatebranchcache
Wed, 19 Dec 2012 17:39:49 +0100 Pierre-Yves David branchmap: factorise access to changelog in updatebranchcache
Thu, 20 Dec 2012 11:52:50 +0100 Pierre-Yves David branchmap: simplify _branchtags using a new _cacheabletip method
Thu, 20 Dec 2012 21:26:30 +0100 Dirkjan Ochtman hook: disable demandimport before importing hooks
Thu, 20 Dec 2012 15:18:41 +0100 Adrian Buehlmann test-pathencode: accept --seed parameter in hex as well
Thu, 13 Dec 2012 23:37:53 +0100 Angel Ezquerra subrepo: append subrepo path to subrepo error messages
Thu, 20 Dec 2012 13:49:31 -0600 Kevin Bullock tests: fix some slash-based Windows failures
Thu, 20 Dec 2012 11:40:04 -0800 Bryan O'Sullivan inotify: on Python < 2.6, socket.error lacks errno
Tue, 18 Dec 2012 01:51:08 +0100 Pierre-Yves David hidden: invalidate hiddenrevs when needed
Tue, 18 Dec 2012 02:04:37 +0100 Pierre-Yves David cache: group obscache and revsfiltercache invalidation in a single function
Mon, 17 Dec 2012 17:27:12 +0100 Pierre-Yves David clfilter: use filtering in `visibleheads`
Mon, 17 Dec 2012 17:42:34 +0100 Pierre-Yves David clfilter: use filtering in `visiblebranchmap`
Mon, 17 Dec 2012 17:12:02 +0100 Pierre-Yves David clfilter: introduce a "unserver" filtering mode
Thu, 20 Dec 2012 17:14:07 +0100 Pierre-Yves David clfilter: add a cache on repo for set of revision to filter for a given set.
Thu, 20 Dec 2012 15:32:42 +0100 Pierre-Yves David clfilter: add actual repo filtering mechanism
Wed, 19 Dec 2012 16:56:26 -0800 Bryan O'Sullivan inotify: pacify pestiferous pyflakes precipitously
Wed, 19 Dec 2012 10:45:40 -0800 Bryan O'Sullivan tests: make test-inotify-issue1208.t disappear
Tue, 18 Dec 2012 17:15:13 -0800 Bryan O'Sullivan posix: move server side of unix domain sockets out of inotify
Tue, 18 Dec 2012 17:33:32 -0800 Bryan O'Sullivan inotify: don't fall over just because of a dangling symlink
Wed, 19 Dec 2012 10:40:34 -0800 Bryan O'Sullivan test-inotify: test symlink indirection for unix sockets
Wed, 19 Dec 2012 10:02:43 +0100 Adrian Buehlmann test-pathencode: compare current pathencoding implementations
Mon, 17 Dec 2012 20:51:21 -0800 Siddharth Agarwal rebase: use lazy ancestor membership testing
Mon, 17 Dec 2012 20:43:37 -0800 Siddharth Agarwal localrepo: use lazy ancestor membership testing
Tue, 18 Dec 2012 12:47:20 -0800 Siddharth Agarwal ancestor: add lazy membership testing to lazyancestors
Tue, 18 Dec 2012 10:14:01 -0800 Siddharth Agarwal revlog: move ancestor generation out to a new class
Mon, 17 Dec 2012 15:57:02 -0800 Bryan O'Sullivan ignore: process hgignore files in deterministic order
Mon, 17 Dec 2012 15:52:44 -0800 Bryan O'Sullivan ignore: only read an ignore file once
Mon, 17 Dec 2012 16:23:37 -0800 Bryan O'Sullivan ignore: refactor ignore into two functions
Mon, 10 Dec 2012 18:12:41 +0100 Pierre-Yves David clfilter: fix `nodemap` usage in `getbundle`
Mon, 17 Dec 2012 17:00:24 +0100 Pierre-Yves David test: fix truncated comment in test
Mon, 17 Dec 2012 18:09:41 +0100 Pierre-Yves David clfilter: ensure context raise RepoLookupError when the revision is filtered
Mon, 17 Dec 2012 15:08:37 -0800 Siddharth Agarwal revlog: remove incancestors since it is no longer used
Mon, 17 Dec 2012 15:08:06 -0800 Siddharth Agarwal transplant: replace incancestors uses with ancestors
Mon, 17 Dec 2012 15:13:51 -0800 Siddharth Agarwal revlog.ancestors: add support for including revs
Fri, 14 Dec 2012 10:23:18 -0800 Siddharth Agarwal perf: add command to test performance of membership in ancestor set
Tue, 11 Dec 2012 14:47:33 -0800 Siddharth Agarwal ancestor: move missingancestors doctest out into a separate file
Sun, 16 Dec 2012 23:02:54 -0600 Kevin Bullock merge with crew-stable
Thu, 29 Nov 2012 08:44:54 -0500 Tim Henigan dirstate: remove obsolete comment from setbranch stable
Sat, 15 Dec 2012 20:19:07 +0200 Idan Kamara dirstate: don't rename branch file if writing it failed stable
Sun, 16 Dec 2012 22:00:38 -0600 Kevin Bullock commands: 'hg bookmark NAME' should work even with ui.strict=True
Sun, 16 Dec 2012 19:41:56 +0100 Mads Kiilerich tests: improve test-mv-cp-st-diff.t readability
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip