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
|
Tue, 18 Dec 2012 02:04:37 +0100 |
Pierre-Yves David |
cache: group obscache and revsfiltercache invalidation in a single function
|
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
|
Mon, 17 Dec 2012 20:43:37 -0800 |
Siddharth Agarwal |
localrepo: use lazy ancestor membership testing
|
Mon, 10 Dec 2012 18:12:41 +0100 |
Pierre-Yves David |
clfilter: fix `nodemap` usage in `getbundle`
|
Sat, 10 Nov 2012 02:19:20 +0100 |
Pierre-Yves David |
obsolete: refuse to push divergent changeset
|
Sun, 09 Dec 2012 23:33:16 +0100 |
Mads Kiilerich |
check-code: there must also be whitespace between ')' and operator
|
Fri, 07 Dec 2012 12:03:37 -0600 |
Kevin Bullock |
push: reunite comment with the line of code it describes
|
Fri, 30 Nov 2012 22:34:21 +0100 |
Pierre-Yves David |
clfilter: rename `unfilteredmeth` to `unfilteredmethod`
|
Mon, 08 Oct 2012 19:34:04 +0200 |
Pierre-Yves David |
clfilter: ensure that filecache on localrepo is unfiltered
|
Mon, 08 Oct 2012 20:02:20 +0200 |
Pierre-Yves David |
clfilter: add a propertycache that must be unfiltered
|
Mon, 08 Oct 2012 17:50:02 +0200 |
Pierre-Yves David |
clfilter: use unfiltered repo for bookmark push logic
|
Mon, 08 Oct 2012 17:41:07 +0200 |
Pierre-Yves David |
clfilter: unfilter some parts of the push logic
|
Mon, 26 Nov 2012 19:24:11 +0100 |
Pierre-Yves David |
clfilter: ensure changeset creation in the repo is run unfiltered
|
Mon, 26 Nov 2012 19:23:25 +0100 |
Pierre-Yves David |
clfilter: ensure changegroup generation is run unfiltered
|
Mon, 26 Nov 2012 19:21:24 +0100 |
Pierre-Yves David |
clfilter: ensure `rollback` is run unfiltered
|
Mon, 26 Nov 2012 19:22:12 +0100 |
Pierre-Yves David |
clfilter: ensure cache invalidation is done on the main unfiltered repo
|
Mon, 26 Nov 2012 19:26:24 +0100 |
Pierre-Yves David |
clfilter: ensure that tag logic runs unfiltered
|
Mon, 26 Nov 2012 19:25:44 +0100 |
Pierre-Yves David |
clfilter: ensure `branchcache` logic runs unfiltered
|
Mon, 26 Nov 2012 19:11:13 +0100 |
Pierre-Yves David |
clfilter: introduce an `unfilteredmethod` decorator
|
Wed, 21 Nov 2012 00:36:29 +0100 |
Pierre-Yves David |
clfilter: introduce an "unfiltered" method on localrepo
|
Wed, 07 Nov 2012 16:21:39 -0600 |
Augie Fackler |
bookmarks: introduce a bmstore to manage bookmark persistence
|
Fri, 19 Oct 2012 13:52:34 +0200 |
Pierre-Yves David |
obsolete: add missing line feed in debug error message
stable
|
Tue, 23 Oct 2012 09:22:46 +0200 |
Thomas Arendsen Hein |
localrepo: translate "push includes X changeset" only once
stable
|
Fri, 19 Oct 2012 00:50:12 +0200 |
Pierre-Yves David |
push: refuse to push bumped changeset
|
Fri, 19 Oct 2012 00:46:39 +0200 |
push includes an xxx changeset: yyyyyyyyyy |
obsolete: simplify push abort message
|
Wed, 17 Oct 2012 21:42:06 -0500 |
Kevin Bullock |
scmutil: add bad character checking to checknewlabel
|
Wed, 17 Oct 2012 21:39:07 -0500 |
Kevin Bullock |
tag: disallow '\0' in tag names
|
Wed, 03 Oct 2012 13:19:53 -0700 |
Tomasz Kleczek |
branchcache: fetch source branchcache during clone (issue3378)
|
Mon, 03 Sep 2012 14:35:31 +0200 |
Pierre-Yves David |
hidden: remove tags use in hidden computation
|
Mon, 03 Sep 2012 14:35:05 +0200 |
Pierre-Yves David |
clfilter: do not use tags cache if there are filtered changesets
|
Mon, 03 Sep 2012 14:34:19 +0200 |
Pierre-Yves David |
clfilter: do not use branchmap cache if there are filtered changesets
|
Thu, 20 Sep 2012 19:01:53 +0200 |
Pierre-Yves David |
clfilter: remove usage of `range` in favor of iteration over changelog
|
Mon, 03 Sep 2012 14:03:38 +0200 |
Pierre-Yves David |
filter: `updatebranchcache` during `addchangegroup` instead of after lock
|
Fri, 31 Aug 2012 02:06:29 +0900 |
FUJIWARA Katsunori |
localrepo: use "vfs" constructor/field for initialization around "store"
|
Fri, 31 Aug 2012 02:06:29 +0900 |
FUJIWARA Katsunori |
localrepo: use "vfs" constructor instead of "opener" one
|
Sun, 26 Aug 2012 00:28:56 +0200 |
Pierre-Yves David |
bookmarks: extract valid destination logic in a dedicated function
|
Tue, 11 Sep 2012 08:36:09 -0700 |
Bryan O'Sullivan |
Merge spelling fixes
|
Fri, 17 Aug 2012 13:58:19 -0700 |
timeless |
en-us: initialization
|
Fri, 17 Aug 2012 13:58:19 -0700 |
timeless |
spelling: synchronize
|
Fri, 17 Aug 2012 13:58:19 -0700 |
timeless |
spelling: supersede
|
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
|
Fri, 06 Jul 2012 18:45:27 +0900 |
FUJIWARA Katsunori |
localrepo: use "vfs" intead of "opener" while ensuring repository directory
|