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