log mercurial/localrepo.py @ 17488:eabb9a047502

age author description
Fri, 17 Aug 2012 13:58:18 -0700 timeless spelling: efficiently
Fri, 17 Aug 2012 13:58:18 -0700 timeless spelling: Explicitly
Tue, 28 Aug 2012 20:52:04 +0200 Pierre-Yves David obsolete: introduce caches for all meaningful sets
Thu, 30 Aug 2012 22:13:24 +0200 Pierre-Yves David test: remove invalid hidden rev in graphlog test
Tue, 21 Aug 2012 02:41:20 +0200 Mads Kiilerich improve some comments and docstrings, fixing issues found when spell checking
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Fri, 17 Aug 2012 14:37:59 -0500 Matt Mackall commit: normalize filenames when checking explicit files (issue3576) stable
Wed, 15 Aug 2012 12:04:50 +0200 Sune Foldager rollback: write dirstate branch with correct encoding stable
Sat, 28 Jul 2012 22:40:30 +0300 Idan Kamara localrepo: clear the filecache on _rollback() and destroyed() stable
Tue, 31 Jul 2012 15:57:50 +0200 Thomas Arendsen Hein obsolete: fix typos in comments introduced by 6955d69a52a4 stable
Tue, 31 Jul 2012 03:30:42 +0200 Mads Kiilerich check-code: indent 4 spaces in py files stable
Sat, 28 Jul 2012 13:33:06 +0200 Pierre-Yves David pushkey: do not exchange obsole markers if feature is disabled stable
Sat, 28 Jul 2012 13:05:25 +0200 Pierre-Yves David obsolete: warns if markers exist in a repo where the feature is not enabled stable
Fri, 27 Jul 2012 18:32:56 +0200 Pierre-Yves David pushkey: splits obsolete marker exchange into multiple keys stable
Thu, 26 Jul 2012 16:41:42 +0200 Pierre-Yves David obsolete: add debug output regarding obsolete marker exchange. stable
Sat, 28 Jul 2012 12:28:35 +0200 Pierre-Yves David pushkey: add more verbose debug output regarding pushkey stable
Tue, 24 Jul 2012 21:20:56 +0200 Patrick Mezard push: do not try to push remote obsolete if local has none stable
Wed, 25 Jul 2012 19:34:31 +0200 Patrick Mezard discovery: add extinct changesets to outgoing.excluded stable
Tue, 17 Jul 2012 16:16:17 +0200 Pierre-Yves David _updatebranchcache: prevent deleting dict key during iteration
Mon, 16 Jul 2012 17:56:50 +0200 Pierre-Yves David obsolete: mark unreachable extinct changesets as hidden
Mon, 16 Jul 2012 17:44:46 +0200 Pierre-Yves David hidden: move hiddenrevs set on the repository
Tue, 17 Jul 2012 01:22:31 +0200 Pierre-Yves David repo: move visibleheads and visiblebranchmap logic in discovery
Tue, 17 Jul 2012 01:04:45 +0200 Pierre-Yves David localpeer: return only visible heads and branchmap
Fri, 13 Jul 2012 21:52:37 +0200 Sune Foldager peer: remove cancopy from peer api; use directly on repo instead
Fri, 13 Jul 2012 21:52:28 +0200 Sune Foldager peer: introduce canpush and improve error message
Fri, 13 Jul 2012 21:47:06 +0200 Peter Arrenbrecht peer: introduce real peer classes
Thu, 12 Jul 2012 03:03:19 +0200 Pierre-Yves David push: fix bug in detection of remote obsolete support
Tue, 10 Jul 2012 01:39:03 +0200 Pierre-Yves David push: refuse to push unstable changesets without force
Tue, 10 Jul 2012 01:32:18 +0200 Pierre-Yves David push: refuse to push obsolete changesets
Fri, 06 Jul 2012 18:45:27 +0900 FUJIWARA Katsunori localrepo: use file API via vfs while ensuring repository directory