Tue, 02 May 2017 22:27:44 +0200 |
Pierre-Yves David |
caches: move the 'updating the branch cache' message in 'updatecaches'
|
Tue, 02 May 2017 18:56:07 +0200 |
Pierre-Yves David |
caches: stop warming the cache after 'localrepo.commitctx'
|
Tue, 02 May 2017 19:05:58 +0200 |
Pierre-Yves David |
caches: call 'repo.updatecache()' in 'repo.destroyed()'
|
Tue, 02 May 2017 21:39:43 +0200 |
Pierre-Yves David |
caches: introduce a function to warm cache
|
Tue, 02 May 2017 18:45:51 +0200 |
Pierre-Yves David |
transaction: track newly introduced revisions
|
Wed, 03 May 2017 10:33:26 -0700 |
Martin von Zweigbergk |
localrepo: reuse exchange.bundle2requested()
|
Tue, 02 May 2017 02:05:39 +0200 |
Pierre-Yves David |
cleanup: drop the deprecated 'localrepo._link' method
|
Tue, 02 May 2017 02:04:55 +0200 |
Pierre-Yves David |
cleanup: drop the deprecated 'localrepo.wfile' method
|
Tue, 02 May 2017 02:03:56 +0200 |
Pierre-Yves David |
cleanup: drop the deprecated 'localrepo.join' method
|
Tue, 02 May 2017 02:03:04 +0200 |
Pierre-Yves David |
cleanup: drop the deprecated 'localrepo.tag' method
|
Tue, 02 May 2017 02:01:47 +0200 |
Pierre-Yves David |
cleanup: drop the deprecated 'localrepo.opener' method
|
Tue, 02 May 2017 02:01:15 +0200 |
Pierre-Yves David |
cleanup: drop the deprecated 'localrepo.wopener' method
|
Tue, 28 Mar 2017 10:15:02 +0200 |
Pierre-Yves David |
track-tags: write all tag changes to a file
|
Tue, 28 Mar 2017 10:14:55 +0200 |
Pierre-Yves David |
track-tags: compute the actual differences between tags pre/post transaction
|
Tue, 28 Mar 2017 06:38:09 +0200 |
Pierre-Yves David |
track-tags: introduce first bits of tags tracking during transaction
|
Tue, 04 Apr 2017 16:49:12 +0200 |
Pierre-Yves David |
localrepo: fix deprecation version for 'repo._link'
|
Tue, 04 Apr 2017 16:48:58 +0200 |
Pierre-Yves David |
localrepo: fix deprecation version for 'repo.join'
|
Tue, 28 Mar 2017 07:41:23 +0200 |
Pierre-Yves David |
tags: only return 'alltags' in 'findglobaltags'
|
Tue, 28 Mar 2017 06:13:49 +0200 |
Pierre-Yves David |
tags: do not feed dictionaries to 'findglobaltags'
|
Mon, 27 Mar 2017 16:00:47 +0200 |
Pierre-Yves David |
tags: deprecated 'repo.tag'
|
Mon, 27 Mar 2017 15:58:31 +0200 |
Pierre-Yves David |
tags: move 'repo.tag' in the 'tags' module
|
Mon, 27 Mar 2017 15:55:07 +0200 |
Pierre-Yves David |
tags: move '_tags' from 'repo' to 'tags' module
|
Tue, 21 Mar 2017 06:50:28 -0700 |
Ryan McElroy |
localrepo: use tryunlink
|
Tue, 21 Mar 2017 06:50:42 -0700 |
Ryan McElroy |
localrepo: improve vfs documentation
|
Mon, 20 Mar 2017 22:06:57 -0400 |
Augie Fackler |
localrepo: use node.hex instead of awkward .encode('latin1')
|
Sun, 19 Mar 2017 01:11:00 -0400 |
Augie Fackler |
localrepo: forcibly copy list of filecache keys
|
Sun, 19 Mar 2017 01:10:02 -0400 |
Augie Fackler |
localrepo: turn hook kwargs back into strs before calling hook
|
Sun, 19 Mar 2017 01:08:59 -0400 |
Augie Fackler |
localrepo: ensure transaction id is fully bytes on py3
|
Mon, 13 Mar 2017 12:40:14 -0700 |
Gregory Szorc |
py3: add __bool__ to every class defining __nonzero__
|
Thu, 16 Mar 2017 11:17:55 -0700 |
Pierre-Yves David |
localrepo: fix deprecation warning version of wfile
|
Fri, 05 Aug 2016 14:15:45 +0200 |
Pierre-Yves David |
localrepo: deprecated '_link'
|
Fri, 05 Aug 2016 14:19:31 +0200 |
Pierre-Yves David |
localrepo: use self.wvfs.islink directly
|
Wed, 15 Mar 2017 00:27:17 -0700 |
Pierre-Yves David |
localrepo: deprecate 'wfile'
|
Wed, 15 Mar 2017 00:29:09 -0700 |
Pierre-Yves David |
localrepo: use 'wvfs' instead of 'wfile'
|
Tue, 14 Mar 2017 23:50:07 -0700 |
Pierre-Yves David |
localrepo: don't use mutable default argument value
|
Fri, 05 Aug 2016 14:09:04 +0200 |
Pierre-Yves David |
localrepo: deprecate 'repo.join' in favor of 'repo.vfs.join'
|
Fri, 05 Aug 2016 14:29:22 +0200 |
Pierre-Yves David |
localrepo: directly use repo.vfs.join
|
Fri, 05 Aug 2016 14:25:21 +0200 |
Pierre-Yves David |
repofilecache: directly use 'repo.vfs.join'
|
Fri, 05 Aug 2016 14:23:58 +0200 |
Pierre-Yves David |
repofilecache: define a 'join' method
|
Thu, 09 Mar 2017 15:10:27 -0800 |
Jun Wu |
localrepo: rename proxycls to filteredrepo
|
Thu, 02 Mar 2017 13:28:17 +0100 |
Pierre-Yves David |
vfs: use 'vfs' module directly in 'mercurial.localrepo'
|
Thu, 02 Mar 2017 21:49:30 -0800 |
Jun Wu |
localrepo: handle rename with hardlinks properly
|
Fri, 05 Aug 2016 13:56:10 +0200 |
Pierre-Yves David |
localrepo: deprecate 'repo.opener' (API)
|
Fri, 05 Aug 2016 13:53:45 +0200 |
Pierre-Yves David |
localrepo: deprecated 'repo.wopener' (API)
|
Fri, 05 Aug 2016 13:49:05 +0200 |
Pierre-Yves David |
localrepo: add some comment about role of various vfs object
|
Mon, 13 Feb 2017 14:05:24 +0100 |
Dan Villiom Podlaski Christiansen |
share: add --relative flag to store a relative path to the source
|
Sat, 25 Feb 2017 18:34:01 +0100 |
Pierre-Yves David |
color: initialize color for the localrepo ui
|
Tue, 21 Feb 2017 01:21:00 +0900 |
FUJIWARA Katsunori |
localrepo: check HG_PENDING strictly
|
Sun, 19 Feb 2017 20:00:18 +0900 |
Yuya Nishihara |
scmutil: proxy revrange() through repo to break import cycles
|
Sun, 19 Feb 2017 18:19:33 +0900 |
Yuya Nishihara |
revset: split language services to revsetlang module (API)
|
Wed, 15 Feb 2017 19:41:14 -0800 |
Jun Wu |
localrepo: move extension loading to a separate method
|
Mon, 13 Feb 2017 02:31:56 -0800 |
Stanislau Hlebik |
localrepo: avoid unnecessary sorting
|
Mon, 13 Feb 2017 02:26:18 -0800 |
Stanislau Hlebik |
localrepo: cache self.changelog in local variable
|
Thu, 02 Feb 2017 02:56:38 -0800 |
Stanislau Hlebik |
localrepo: avoid unnecessary conversion from node to rev
|
Fri, 13 Jan 2017 20:16:56 -0800 |
Gregory Szorc |
localrepo: experimental support for non-zlib revlog compression
|
Sun, 18 Dec 2016 01:34:41 +0530 |
Pulkit Goyal |
py3: replace os.environ with encoding.environ (part 1 of 5)
|
Tue, 06 Dec 2016 17:06:39 +0000 |
Jun Wu |
localrepo: use ProgrammingError
|
Sun, 04 Dec 2016 23:22:34 +0530 |
Pulkit Goyal |
localrepository: remove None as default value of path argument in __init__()
|
Thu, 17 Nov 2016 10:59:15 -0800 |
Mateusz Kwapich |
localrepo: make it possible to reuse manifest when commiting context
|
Mon, 21 Nov 2016 21:32:55 -0500 |
Augie Fackler |
localrepo: refer to checkunresolved by its new name
|