log mercurial/localrepo.py @ 20627:a42ea6d209e6

age author description
Mon, 03 Mar 2014 19:41:23 +0900 Yuya Nishihara localrepo: add hook point to invalidate everything on each command-server run
Thu, 27 Feb 2014 00:23:21 +0100 Olle Lundberg localrepo: language and spelling fixes in comment
Mon, 24 Feb 2014 22:42:14 +0100 Mads Kiilerich localrepo: commit: avoid calling expensive ancestor function when p1 is nullrev
Thu, 30 Jan 2014 16:12:49 -0800 Pierre-Yves David exchange: extract pull function from localrepo
Mon, 10 Feb 2014 00:52:16 +0100 Mads Kiilerich localrepo: make it clear that changegroupsubset doesn't take bases but roots
Mon, 03 Feb 2014 18:36:00 -0500 Augie Fackler itersubrepos: move to scmutil to break a direct import cycle
Thu, 06 Feb 2014 01:55:09 +0100 Mads Kiilerich localrepo: give a sigh of relief when getting lock after waiting for it
Tue, 21 Jan 2014 11:39:26 -0800 Lucas Moscovicz revset: added baseset class (still empty) to improve revset performance
Thu, 30 Jan 2014 15:34:01 -0800 Pierre-Yves David exchange: extract push function from localrepo
Thu, 30 Jan 2014 11:52:38 -0800 Pierre-Yves David clone: do not turn hidden changeset public on publishing clone (issue3935) stable
Mon, 28 Jan 2013 15:16:49 +0100 Pierre-Yves David phase: properly compute ancestors of --rev on push (issue3786) stable
Sun, 19 Jan 2014 22:58:33 -0600 Matt Mackall localrepo: drop dead comment
Thu, 21 Nov 2013 15:17:18 -0500 Mads Kiilerich help: branch names primarily denote the tipmost unclosed branch head
Fri, 10 Jan 2014 17:29:16 -0600 Matt Mackall localrepo: drop unused variable
Sat, 16 Nov 2013 11:53:44 -0500 Pierre-Yves David pull: run findcommon incoming on unfiltered repo
Tue, 05 Nov 2013 18:37:44 +0100 Pierre-Yves David push: more robust check for bundle fast path
Sat, 16 Nov 2013 15:36:50 -0500 Pierre-Yves David pull: fix post-pull common computation
Sun, 24 Nov 2013 17:33:39 -0600 Kevin Bullock discovery: prefer loop to double-for list comprehension in changegroupsubset
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao localrepo: remove unused repo.branchtags()/_branchtip() methods
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao localrepo: refactor repo.branchheads() to use repo.branchmap().branchheads()
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao localrepo: refactor repo.branchtip() to use repo.branchmap().branchtip()
Mon, 11 Nov 2013 21:16:54 +1100 Stephen Lee bookmarks: allow push -B to create a new remote head (issue2372)
Sun, 17 Nov 2013 18:04:29 -0500 Brodie Rao revlog: allow tuning of the chunk cache size (via format.chunkcachesize)
Wed, 13 Nov 2013 15:55:30 +0900 FUJIWARA Katsunori subrepo: check phase of state in each subrepositories before committing
Tue, 12 Nov 2013 16:23:52 +0900 FUJIWARA Katsunori lock: take both vfs and lock file path relative to vfs to access via vfs
Tue, 12 Nov 2013 16:23:52 +0900 FUJIWARA Katsunori localrepo: import "lock" module as "lockmod" for readability
Tue, 12 Nov 2013 16:23:52 +0900 FUJIWARA Katsunori transaction: take journal file path relative to vfs to use file API via vfs
Mon, 11 Nov 2013 22:59:26 +0100 Simon Heimberg localrepo: prevent to copy repo local config, copy baseui instead
Wed, 06 Nov 2013 18:19:04 -0500 Augie Fackler pathutil: tease out a new library to break an import cycle from canonpath use
Fri, 08 Nov 2013 12:45:52 +0900 FUJIWARA Katsunori bookmarks: rewrite pushing bookmarks in "localrepository.push()" by "compare()"
Thu, 17 Oct 2013 21:45:17 +0900 FUJIWARA Katsunori localrepo: invoke only feature setup functions for enabled extensions
Mon, 07 Oct 2013 11:45:01 -0700 Durham Goode changegroup: don't run changegroup hooks if nodes are gone
Tue, 01 Oct 2013 12:20:29 +0200 David Soria Parra localrepo: make report level in repo.transaction configurable
Tue, 01 Oct 2013 17:00:03 -0700 Matt Mackall merge with stable
Mon, 30 Sep 2013 14:23:14 +0200 Pierre-Yves David repoview: have unfilteredpropertycache using the underlying cache stable
Sat, 21 Sep 2013 21:33:29 +0900 FUJIWARA Katsunori localrepo: make supported features manageable in each repositories individually
Sat, 31 Aug 2013 10:16:06 -0700 Siddharth Agarwal localrepo.status: ignore empty symlink placeholders
Wed, 07 Aug 2013 09:59:45 +0800 Wei, Elson localrepo: get value from the unfiltered caches should check if the attribute existed.
Tue, 06 Aug 2013 15:11:42 -0500 Sean Farley localrepo: remove unnecessary check of instance
Fri, 26 Jul 2013 13:34:51 -0700 Wojciech Lopata bookmarks: update only proper bookmarks on push -r/-B (issue 3973) stable
Thu, 30 May 2013 19:26:56 -0700 Durham Goode changegroup: move changegroup file adding to a separate function
Sun, 10 Feb 2013 16:03:20 +0100 Benoit Boissinot bundle-ng: move bundle generation to changegroup.py
Fri, 10 May 2013 22:20:32 +0200 Benoit Boissinot bundle-ng: unify _changegroup and _changegroupsubset
Fri, 10 May 2013 21:35:49 +0200 Sune Foldager bundle-ng: move gengroup into bundler, pass repo object to bundler
Sat, 09 Feb 2013 23:42:03 +0100 Benoit Boissinot bundle-ng: add bundlecaps argument to getbundle() command
Fri, 10 May 2013 21:03:01 +0200 Sune Foldager bundle-ng: move group into the bundler
Fri, 10 May 2013 20:37:41 +0200 Benoit Boissinot bundle-ng: move bundler creation up in the stack
Sun, 28 Apr 2013 21:27:21 -0700 Siddharth Agarwal localrepo.commit: hook into match.explicitdir
Tue, 30 Apr 2013 21:19:56 +0200 Pierre-Yves David push: make locking of source optional (issue3684) stable
Tue, 30 Apr 2013 10:51:25 +0200 Pierre-Yves David push: factorise phase movement in a simple closure stable
Wed, 17 Apr 2013 11:47:49 +0200 Pierre-Yves David obsolete: extract obsolescence marker pulling into a dedicated function
Wed, 17 Apr 2013 11:18:36 +0200 Pierre-Yves David obsolete: extract obsolescence marker pushing into a dedicated function
Mon, 15 Apr 2013 01:22:15 +0900 FUJIWARA Katsunori localrepo: use "vfs.rename()" instead of "util.rename()"
Mon, 15 Apr 2013 01:22:15 +0900 FUJIWARA Katsunori localrepo: use "vfs.setflags()" instead of "util.setflags()"
Mon, 15 Apr 2013 01:22:15 +0900 FUJIWARA Katsunori localrepo: use "vfs.readlink()" instead of "os.readlink()"
Mon, 15 Apr 2013 01:22:15 +0900 FUJIWARA Katsunori localrepo: use "vfs.islink()" instead of "os.path.islink()"
Mon, 15 Apr 2013 01:22:15 +0900 FUJIWARA Katsunori localrepo: use "vfs.rename()" instead of "util.rename()"
Mon, 15 Apr 2013 01:22:15 +0900 FUJIWARA Katsunori localrepo: use "vfs.exists()" instead of "os.path.exists()"
Mon, 15 Apr 2013 01:22:15 +0900 FUJIWARA Katsunori localrepo: use vfs instead of "os.path.*" in sharedpath checking
Mon, 15 Apr 2013 01:22:15 +0900 FUJIWARA Katsunori vfs: split "expand" into "realpath"/"expandpath" to apply each separately
Mon, 25 Mar 2013 12:12:41 -0500 Kevin Bullock merge with stable
Sat, 23 Mar 2013 13:34:50 +0200 Idan Kamara localrepo: always write the filtered phasecache when nodes are destroyed (issue3827) stable
Fri, 01 Mar 2013 10:05:37 -0600 Kevin Bullock merge with stable
Thu, 28 Feb 2013 21:29:31 -0600 Matt Mackall setparents: drop copies from dropped p2 (issue3843) stable 2.5.2
Fri, 22 Feb 2013 10:05:22 -0800 Bryan O'Sullivan localrepo: iterate over manifest key/value pairs in status
Wed, 13 Feb 2013 12:51:30 -0800 Durham Goode blackbox: do not translate the log messages
Wed, 13 Feb 2013 11:07:01 -0800 Durham Goode blackbox: only show new heads on incoming
Sat, 09 Feb 2013 09:04:48 -0800 Durham Goode blackbox: log incoming changes via ui.log()
Fri, 08 Feb 2013 05:36:08 -0800 David Schleimer commit: factor out post-commit cleanup into workingctx
Fri, 08 Feb 2013 05:36:08 -0800 David Schleimer localrepo: use workingctx for validation in commit
Fri, 08 Feb 2013 05:36:07 -0800 David Schleimer localrepo: create context used for actual commit earlier
Sun, 10 Feb 2013 18:24:29 +0100 Mads Kiilerich spelling: fix some minor issues found by spell checker
Thu, 31 Jan 2013 01:44:29 +0100 Pierre-Yves David subrepo: allows to drop courtesy phase sync (issue3781) stable
Tue, 29 Jan 2013 15:26:10 +0100 Pierre-Yves David pull: fix crash when pulling changeset that get hidden locally (issue3788) stable
Tue, 11 Dec 2012 20:13:21 +0100 Sune Foldager validate: check for spurious incoming filelog entries
Wed, 16 Jan 2013 00:12:01 +0100 Pierre-Yves David stream_in: write the remote branchcache for a usage as wide as possible
Tue, 15 Jan 2013 23:33:07 +0100 Pierre-Yves David destroyed: update `unserved` branchcache instead
Wed, 16 Jan 2013 00:09:26 +0100 Pierre-Yves David destroyed: drop complex branchcache rebuilt logic
Wed, 16 Jan 2013 00:08:08 +0100 Pierre-Yves David branchmap: update cache of 'unserved' filter on new changesets
Sun, 13 Jan 2013 01:39:16 -0600 Kevin Bullock filtering: rename filters to their antonyms
Wed, 12 Dec 2012 02:38:14 +0100 Mads Kiilerich subrepos: process subrepos in sorted order
Wed, 12 Dec 2012 02:38:14 +0100 Mads Kiilerich localrepo: store requirements sorted
Thu, 10 Jan 2013 23:57:03 +0200 Idan Kamara localrepo: drop unnecessary check on wlock unlock
Wed, 09 Jan 2013 20:36:53 +0200 Idan Kamara rollback: don't clear the filecache
Wed, 09 Jan 2013 20:37:44 +0200 Idan Kamara destroyed: keep the filecache in sync with __dict__ (issue3335) (issue3693) (issue3743)
Fri, 11 Jan 2013 00:05:52 +0200 Idan Kamara localrepo: write the phasecache when destroying nodes
Sat, 05 Jan 2013 16:50:12 +0200 Idan Kamara localrepo: update the branchmap when destroying nodes
Sat, 15 Dec 2012 20:08:13 +0200 Idan Kamara localrepo: introduce destroying function
Sun, 16 Dec 2012 23:13:02 +0200 Idan Kamara localrepo: don't refresh filecache entries that aren't in __dict__
Tue, 08 Jan 2013 01:28:39 +0100 Pierre-Yves David branchmap: pass revision insteads of changectx to the update function
Sun, 06 Jan 2013 04:28:52 +0100 Pierre-Yves David clfilter: drop extra filtering in localpeer
Sun, 06 Jan 2013 04:41:11 +0100 Pierre-Yves David clfilter: make localpeer use a repo with "unserved" filter
Thu, 03 Jan 2013 18:52:59 +0100 Pierre-Yves David hidden: drop of the repo.hiddenrevs property
Tue, 08 Jan 2013 14:16:49 +0100 Pierre-Yves David hidden: drop cache on hiddenrevs property
Tue, 08 Jan 2013 14:10:29 +0100 Pierre-Yves David hidden: move computation in filter function
Fri, 04 Jan 2013 19:05:20 +0100 Pierre-Yves David destroyed: filter unknown before computing branchcache
Wed, 02 Jan 2013 01:36:57 +0100 Pierre-Yves David branchmap: disable fallback to unfiltered branchcache
Fri, 21 Dec 2012 17:19:52 +0100 Idan Kamara localrepo: filter unknown nodes from the phasecache on destroyed
Fri, 04 Jan 2013 01:37:38 +0100 Pierre-Yves David localrepo: drop `_cacheabletip` method
Mon, 24 Dec 2012 03:21:15 +0100 Pierre-Yves David branchmap: enable caching for filtered version too
Mon, 24 Dec 2012 03:05:02 +0100 Pierre-Yves David clfilter: ensure unfiltered repo have a filtername attribute too
Fri, 21 Dec 2012 22:58:59 +0100 Pierre-Yves David obsolete: factorise troubles detection during push
Fri, 28 Dec 2012 00:02:40 +0100 Pierre-Yves David strip: do not update branchcache during strip (issue3745)
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
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
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
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
Tue, 18 Dec 2012 01:51:08 +0100 Pierre-Yves David hidden: invalidate hiddenrevs when needed