Mon, 17 Dec 2012 15:17:54 +0100 Pierre-Yves David obsolete: introduce a troubles method on context
Mon, 17 Dec 2012 15:06:15 +0100 Pierre-Yves David obsolete: introduce a troubled method on context
Fri, 28 Dec 2012 14:22:24 +0100 Mads Kiilerich tests: fix windows test failures
Fri, 28 Dec 2012 14:13:06 +0100 Mads Kiilerich merge with stable
Fri, 28 Dec 2012 14:10:35 +0100 Mads Kiilerich tests: fix windows test failures stable
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles: better test coverage of wireproto and the http protocol
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles: cleanup of warnings on errors getting largefiles
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles: remove trivial portability wrappers
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles: remove reporemove portability wrapper
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles: remove findoutgoing portability wrapper
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles: use constant for '.hglf/'
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles: use plain wjoin instead of the complex pathto
Fri, 28 Dec 2012 11:55:57 +0100 Mads Kiilerich largefiles: unindent code
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles: simplify lfdirstate ignore handling - it is only for tracking .hglf
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles: rename 'admin' to more descriptive 'lfstoredir'
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles: simplify lfutil.getstandinmatcher by inlining getmatcher
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles: remove overly complex handling of ignored and unknown files
Fri, 28 Dec 2012 11:55:57 +0100 Mads Kiilerich largefiles: introduce basic debugstate --large functionality
Fri, 28 Dec 2012 11:55:57 +0100 Mads Kiilerich util: fold ENOENT check into unlinkpath, controlled by new ignoremissing flag
Fri, 28 Dec 2012 11:55:45 +0100 Mads Kiilerich merge with stable
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles: don't walk through all ignored files stable
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles revert: update lfdirstate with result from first cleanliness check stable
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles status: update lfdirstate with result from cleanliness check stable
Fri, 28 Dec 2012 11:16:01 +0100 Mads Kiilerich bundlerepo: don't return the peer without bundlerepo from getremotechanges stable
Fri, 28 Dec 2012 00:02:40 +0100 Pierre-Yves David strip: do not update branchcache during strip (issue3745)
Wed, 26 Dec 2012 15:04:07 -0800 Siddharth Agarwal copies: do not track backward copies, only renames (issue3739)
Wed, 26 Dec 2012 15:03:58 -0800 Siddharth Agarwal copies: make debug messages more sensible
Wed, 26 Dec 2012 14:50:17 -0800 Siddharth Agarwal copies: separate moves via directory renames from explicit copies
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
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip