Tue, 01 Dec 2020 21:54:46 +0100 |
Joerg Sonnenberger |
node: import symbols explicitly
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
Wed, 07 Oct 2020 03:00:01 +0200 |
Joerg Sonnenberger |
bundlerepo: don't insert index tuples with full nodes as linkrev
|
Sat, 09 Nov 2019 13:23:53 +0100 |
Pierre-Yves David |
index: use `index.rev` in `bundlerepo.bundlerevlog`
|
Fri, 08 Nov 2019 13:24:54 +0100 |
Pierre-Yves David |
index: use `index.has_node` in `bundlerepo.bundlerevlog`
|
Sat, 09 Nov 2019 05:54:22 +0100 |
Pierre-Yves David |
revlog: deal with nodemap deletion within the index
|
Fri, 08 Nov 2019 11:19:20 -0800 |
Augie Fackler |
cleanup: remove pointless r-prefixes on single-quoted strings
|
Tue, 08 Oct 2019 15:06:18 -0700 |
Martin von Zweigbergk |
cleanup: join string literals that are already on one line
|
Sun, 06 Oct 2019 20:17:41 -0700 |
Martin von Zweigbergk |
py3: delete b'' prefix from safehasattr arguments
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Fri, 30 Aug 2019 18:12:16 +0200 |
Pierre-Yves David |
bundlerepo: drop the custom `rawdata` implementation
|
Fri, 30 Aug 2019 17:46:47 +0200 |
Pierre-Yves David |
bundlerepo: drop the `baserevision` hack
|
Fri, 30 Aug 2019 15:04:54 +0200 |
Pierre-Yves David |
bundlerepo: simplify code to take advantage of `_rawtext`
|
Wed, 07 Aug 2019 20:09:10 +0200 |
Pierre-Yves David |
rawdata: update callers in bundlerepo
|
Wed, 07 Aug 2019 22:00:57 +0200 |
Pierre-Yves David |
rawdata: add the method to bundlerevlog
|
Fri, 21 Jun 2019 03:50:06 +0200 |
Pierre-Yves David |
localrepo: introduce a `_refreshchangelog` method
stable
|
Mon, 03 Dec 2018 22:22:23 -0800 |
Martin von Zweigbergk |
manifest: accept narrowmatch into constructor instead of getting from repo
|
Wed, 03 Oct 2018 10:32:21 -0700 |
Gregory Szorc |
revlog: rename _cache to _revisioncache
|
Sat, 15 Sep 2018 22:56:57 -0700 |
Martin von Zweigbergk |
bundlerepo: remove a variable alias
|
Fri, 21 Sep 2018 19:48:23 -0400 |
Matt Harbison |
py3: rename pycompat.getcwd() to encoding.getcwd() (API)
|
Tue, 18 Sep 2018 15:15:24 -0700 |
Gregory Szorc |
localrepo: pass root manifest into manifestlog.__init__
|
Tue, 11 Sep 2018 19:50:07 -0700 |
Gregory Szorc |
bundlerepo: dynamically create repository type from base repository
|
Tue, 11 Sep 2018 19:16:32 -0700 |
Gregory Szorc |
bundlerepo: factor out code for instantiating a bundle repository
|
Tue, 11 Sep 2018 18:45:05 -0700 |
Gregory Szorc |
bundlerepo: pass create=True
|
Tue, 11 Sep 2018 17:11:32 -0700 |
Gregory Szorc |
hg: allow extra arguments to be passed to repo creation (API)
|
Fri, 10 Aug 2018 14:44:50 -0700 |
Gregory Szorc |
manifest: rename dir argument and attribute to tree
|
Wed, 01 Aug 2018 10:57:14 -0700 |
Martin von Zweigbergk |
index: replace insert(-1, e) method by append(e) method
|
Sat, 26 May 2018 12:20:36 +0900 |
Yuya Nishihara |
py3: wrap tempfile.mkdtemp() to use bytes path
|
Sat, 14 Apr 2018 09:57:44 -0700 |
Gregory Szorc |
hg: pass command intents to repo/peer creation (API)
|
Fri, 13 Apr 2018 11:21:55 -0700 |
Gregory Szorc |
bundlerepo: use command executor for wire protocol commands
|
Wed, 11 Apr 2018 17:51:40 -0700 |
Gregory Szorc |
bundlerepo: rename "other" to "peer"
|
Fri, 13 Apr 2018 11:12:19 -0700 |
Gregory Szorc |
wireproto: convert legacy commands to command executor
|
Fri, 06 Apr 2018 22:39:58 -0700 |
Gregory Szorc |
filelog: wrap revlog instead of inheriting it (API)
|
Tue, 03 Apr 2018 13:16:12 -0700 |
Gregory Szorc |
bundlerepo: use super() when calling file()
|
Sat, 10 Mar 2018 15:57:16 +0900 |
Yuya Nishihara |
py3: use r'' instead of sysstr('') to get around code transformer
|
Wed, 17 Jan 2018 21:42:56 -0500 |
Augie Fackler |
bundlerepo: use native str when peeking in __dict__
|
Sat, 20 Jan 2018 13:54:36 -0800 |
Gregory Szorc |
bundle2: specify what capabilities will be used for
|
Sun, 10 Dec 2017 06:36:35 +0530 |
Pulkit Goyal |
py3: handle keyword arguments correctly in bundlerepo.py
|
Mon, 13 Nov 2017 21:10:37 -0800 |
Gregory Szorc |
bundle2: don't use seekable bundle2 parts by default (issue5691)
|
Mon, 13 Nov 2017 20:12:00 -0800 |
Gregory Szorc |
bundle2: only seek to beginning of part in bundlerepo
|
Mon, 13 Nov 2017 19:12:56 -0800 |
Gregory Szorc |
bundlerepo: rename "bundlefilespos" variable and attribute
|
Mon, 13 Nov 2017 19:12:17 -0800 |
Gregory Szorc |
bundlerepo: rename "bundle" arguments to "cgunpacker"
|
Sat, 11 Nov 2017 18:55:04 -0800 |
Gregory Szorc |
bundlerepo: use early return
|
Sat, 11 Nov 2017 18:41:14 -0800 |
Gregory Szorc |
bundlerepo: rename _bundle to _cgunpacker
|
Sat, 11 Nov 2017 18:34:50 -0800 |
Gregory Szorc |
bundlerepo: assign bundle attributes in bundle type blocks
|
Sat, 11 Nov 2017 18:22:36 -0800 |
Gregory Szorc |
bundlerepo: make bundle and bundlefile attributes private
|
Sat, 11 Nov 2017 18:14:41 -0800 |
Gregory Szorc |
bundlerepo: don't assume there are only two bundle classes
|
Sat, 11 Nov 2017 18:09:16 -0800 |
Gregory Szorc |
bundlerepo: add docstring for bundlerepository class
|
Sat, 11 Nov 2017 18:05:02 -0800 |
Gregory Szorc |
bundlerepo: rename arguments to bundlerepository.__init__
|
Sat, 11 Nov 2017 17:07:33 -0800 |
Gregory Szorc |
bundlerepo: use suffix variable
|
Sat, 11 Nov 2017 17:02:31 -0800 |
Gregory Szorc |
bundlerepo: make methods agree with base class
|
Tue, 07 Nov 2017 10:16:53 -0800 |
Durham Goode |
bundle: allow bundlerepo to support alternative manifest implementations
|
Wed, 20 Sep 2017 09:39:03 -0700 |
Durham Goode |
bundlerepo: update to use new deltaiter api
|
Fri, 15 Sep 2017 23:58:45 +0900 |
Yuya Nishihara |
revlog: update signature of dummy addgroup() in bundlerepo and unionrepo
|
Wed, 23 Aug 2017 12:35:03 -0700 |
Durham Goode |
bundlerepo: move bundle2 part handling out to a function
|
Wed, 23 Aug 2017 12:35:03 -0700 |
Durham Goode |
bundle2: seek part back during iteration
|
Wed, 23 Aug 2017 12:34:56 -0700 |
Durham Goode |
bundlerepo: move temp bundle creation to a separate function
|
Fri, 30 Jun 2017 03:31:26 +0200 |
Pierre-Yves David |
configitems: register the 'bundle.mainreporoot' config
|
Mon, 03 Apr 2017 09:31:39 -0700 |
Jun Wu |
bundlerepo: use raw revision in revdiff()
|
Thu, 06 Apr 2017 17:45:47 -0700 |
Jun Wu |
bundlerepo: fix raw handling in revision()
|
Thu, 06 Apr 2017 18:06:42 -0700 |
Jun Wu |
bundlerepo: build revlog index with flags
|
Thu, 06 Apr 2017 17:43:29 -0700 |
Jun Wu |
bundlerepo: make baserevision return raw text
|
Wed, 29 Mar 2017 16:28:00 -0700 |
Jun Wu |
bundlerepo: avoid unnecessary node -> rev conversion
|
Sun, 12 Mar 2017 03:32:21 -0400 |
Augie Fackler |
py3: use bytearray() instead of array('c', ...) constructions
|
Thu, 02 Mar 2017 14:47:03 +0100 |
Pierre-Yves David |
vfs: use 'vfs' module directly in 'mercurial.bundlerepo'
|
Mon, 13 Feb 2017 20:06:38 +0530 |
Pulkit Goyal |
py3: convert the mode argument of os.fdopen to unicodes (1 of 2)
|
Tue, 10 Jan 2017 16:15:21 +0000 |
Remi Chaintron |
revlog: flag processor
|
Thu, 05 Jan 2017 17:16:07 +0000 |
Remi Chaintron |
revlog: add 'raw' argument to revision and _addrevision
|
Tue, 13 Dec 2016 14:21:36 +0000 |
Remi Chaintron |
revlog: merge hash checking subfunctions
|
Wed, 23 Nov 2016 00:03:11 +0530 |
Pulkit Goyal |
py3: use pycompat.getcwd() instead of os.getcwd()
|
Thu, 10 Nov 2016 02:13:19 -0800 |
Durham Goode |
manifest: remove last uses of repo.manifest
|
Fri, 11 Nov 2016 01:15:59 -0800 |
Durham Goode |
manifest: add bundlemanifestlog support
|
Tue, 18 Oct 2016 17:32:51 -0700 |
Durham Goode |
manifest: move manifest creation to a helper function
stable
|
Mon, 12 Sep 2016 14:29:09 -0700 |
Durham Goode |
manifest: make one use of _mancache avoid manifestctxs
|
Sat, 10 Sep 2016 01:42:05 +0200 |
Pierre-Yves David |
manifest: backed out changeset bb3281b3fcaa
|
Mon, 29 Aug 2016 18:02:09 -0700 |
Durham Goode |
manifest: make uses of _mancache aware of contexts
|
Wed, 17 Aug 2016 13:25:13 -0700 |
Durham Goode |
manifest: break mancache into two caches
|
Fri, 05 Aug 2016 13:08:11 -0400 |
Augie Fackler |
bundlerepo: add support for treemanifests in cg3 bundles
|
Thu, 04 Aug 2016 14:13:35 -0400 |
Augie Fackler |
bundlerepo: use supportedincomingversions instead of allsupportedversions
|
Fri, 05 Aug 2016 13:07:58 -0400 |
Augie Fackler |
bundlerepo: introduce method to find file starts and use it
|
Fri, 05 Aug 2016 13:09:50 -0400 |
Augie Fackler |
bundlerevlog: use for loop over iterator instead of while True
|
Fri, 05 Aug 2016 13:09:24 -0400 |
Augie Fackler |
bundlerepo: use for loop over iterator instead of while True
|
Wed, 03 Aug 2016 16:23:26 +0200 |
Pierre-Yves David |
bundle2: remove 'experimental.bundle2-exp' boolean config (BC)
|
Wed, 03 Aug 2016 16:42:10 +0200 |
Pierre-Yves David |
bundlerepo: also read the 'devel.legacy.exchange' config
|
Tue, 14 Jun 2016 11:53:55 +0200 |
liscju |
i18n: translate abort messages
|
Wed, 23 Mar 2016 08:55:22 +0100 |
liscju |
bundle: warn when update to revision existing only in a bundle (issue5004)
|
Mon, 28 Mar 2016 14:41:29 -0700 |
Martin von Zweigbergk |
bundle: move writebundle() from changegroup.py to bundle2.py (API)
|
Mon, 22 Feb 2016 23:34:54 +0100 |
Pierre-Yves David |
bundlerepo: properly handle hidden linkrev in manifestlog (issue4945)
stable
|
Mon, 22 Feb 2016 18:35:40 +0100 |
Pierre-Yves David |
bundlerepo: properly handle hidden linkrev in filelog (issue4945)
|
Wed, 27 Jan 2016 09:07:28 -0800 |
Martin von Zweigbergk |
changegroup: fix pulling to treemanifest repo from flat repo (issue5066)
stable
|
Tue, 12 Jan 2016 14:48:27 -0800 |
Bryan O'Sullivan |
bundlerepo: use context manager for file I/O in _writetempbundle
|
Mon, 11 Jan 2016 15:10:31 -0800 |
Martin von Zweigbergk |
changegroup3: add empty chunk separating directories and files
|
Tue, 12 Jan 2016 21:01:06 -0800 |
Martin von Zweigbergk |
changegroup: hide packermap behind methods
|
Mon, 19 Oct 2015 16:01:55 +0200 |
Pierre-Yves David |
bundlerepo: properly extract compressed changegroup from bundle2
|
Mon, 19 Oct 2015 18:04:08 +0200 |
Pierre-Yves David |
bundlerepo: uncompress changegroup in bundle1 case only
|
Mon, 19 Oct 2015 17:58:04 +0200 |
Pierre-Yves David |
bundlerepo: move temp-bundle writing logic into a closure
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Mon, 05 Oct 2015 00:23:20 -0700 |
Pierre-Yves David |
incoming: request a bundle2 when possible (BC)
|
Mon, 05 Oct 2015 00:18:11 -0700 |
Pierre-Yves David |
bundlerepo: indent some code to prepare next patch
|
Mon, 28 Sep 2015 10:27:36 -0700 |
Durham Goode |
bundlerepo: let bundle repo look in the _mancache
|
Sat, 08 Aug 2015 00:36:35 -0700 |
Gregory Szorc |
bundlerepo: use absolute_import
|
Thu, 25 Jun 2015 17:43:24 -0500 |
Matt Mackall |
bundlerepo: mark internal-only config variable
|
Sun, 03 May 2015 14:18:32 -0700 |
Martin von Zweigbergk |
bundlerepo: remove unused 'repo' parameter
|
Wed, 29 Apr 2015 19:47:37 +0900 |
Yuya Nishihara |
bundlerepo: disable filtering of changelog while constructing revision text
stable
|
Wed, 22 Apr 2015 23:38:55 +0900 |
FUJIWARA Katsunori |
bundlerepo: use pathutil.normasprefix to ensure os.sep at the end of cwd
stable
|
Thu, 09 Apr 2015 16:25:48 -0400 |
Pierre-Yves David |
bundle2: rename format, parts and config to final names
|
Fri, 13 Mar 2015 17:00:06 -0400 |
Jordi GutiƩrrez Hermoso |
style: kill ersatz if-else ternary operators
|
Fri, 06 Feb 2015 11:27:25 -0800 |
Eric Sumner |
bundlerepo: basic bundle2 support
|
Thu, 05 Feb 2015 16:03:26 -0800 |
Eric Sumner |
bundlerepo: keep track of the original bundle object
|
Thu, 22 Jan 2015 11:09:34 -0500 |
Mike Edgar |
filelog: remove unused _file method
|
Thu, 15 Jan 2015 14:39:41 -0800 |
Eric Sumner |
changegroup.writebundle: provide ui
|
Sun, 11 Jan 2015 00:25:54 +0100 |
Angel Ezquerra |
localrepo: remove all external users of localrepo.sopener
|
Thu, 18 Dec 2014 12:33:17 -0800 |
Eric Sumner |
incoming: handle phases the same as pull
|
Thu, 18 Dec 2014 12:22:43 -0800 |
Eric Sumner |
bundlerepo: retract phase boundary
|
Thu, 18 Dec 2014 11:38:48 -0800 |
Eric Sumner |
bundlerepo: implement safe phasecache
|
Fri, 15 Aug 2014 03:24:40 +0200 |
Mads Kiilerich |
incoming: don't request heads that already are common
stable
|
Fri, 30 May 2014 11:53:10 -0700 |
Matt Mackall |
bundlerepo: backout dbf292f65b09
|
Tue, 27 May 2014 21:56:03 +0530 |
Chinmay Joshi |
bundlerepo: update unlink in getremotechanges to use vfs
|
Mon, 14 Apr 2014 15:45:30 -0400 |
Pierre-Yves David |
bundle2: add a ui argument to readbundle
|