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
|
Mon, 14 Apr 2014 15:33:50 -0400 |
Pierre-Yves David |
bundle2: move `readbundle` into the `exchange` module
|
Sun, 09 Mar 2014 01:03:28 +0900 |
FUJIWARA Katsunori |
bundlerepo: treat temporarily extracted bundle file via vfs
|
Wed, 19 Mar 2014 02:45:14 +0100 |
Mads Kiilerich |
config: set a 'source' in most cases where config don't come from file but code
|
Mon, 26 Aug 2013 16:50:31 -0700 |
Wojciech Lopata |
bundlerevlog: extract 'baserevision' method
|
Wed, 10 Oct 2012 21:55:49 +0200 |
Simon Heimberg |
repo: repo isolation, do not pass on repo.ui for creating new repos
|
Fri, 08 Feb 2013 23:26:00 +0100 |
Mads Kiilerich |
bundlerepo: replace basemap with the base field in the index
|
Wed, 06 Feb 2013 07:55:29 +0000 |
Pierre-Yves David |
incoming: fix incoming when a local head is remotely filtered (issue3805)
stable
|
Wed, 16 Jan 2013 20:52:56 +0100 |
Mads Kiilerich |
bundlerepo: remove old style check of file names
|
Wed, 16 Jan 2013 20:41:41 +0100 |
Mads Kiilerich |
bundlerepo: use revlog._checkhash
|
Wed, 16 Jan 2013 20:41:41 +0100 |
Mads Kiilerich |
bundlerepo: store validated deltabase rev in basemap instead of node
|
Wed, 16 Jan 2013 20:41:41 +0100 |
Mads Kiilerich |
bundlerepo: use rev instead of node for iteration in revision()
|
Wed, 16 Jan 2013 20:41:41 +0100 |
Mads Kiilerich |
bundlerepo: inline inbundle()
|
Wed, 16 Jan 2013 20:41:41 +0100 |
Mads Kiilerich |
bundlerepo: drop bundlebase wrapper function for basemap
|
Wed, 16 Jan 2013 20:41:41 +0100 |
Mads Kiilerich |
bundlerepo: remove unused disktiprev attribute
|
Wed, 16 Jan 2013 20:41:34 +0100 |
Mads Kiilerich |
bundlerepo: improve performance for bundle() revset expression
|
Wed, 16 Jan 2013 20:41:32 +0100 |
Mads Kiilerich |
bundlerepo: fix outdated comment
|
Fri, 28 Dec 2012 02:34:32 +0100 |
Pierre-Yves David |
bundlerepo: drop use of `_cacheabletip`
|
Fri, 28 Dec 2012 02:32:47 +0100 |
Pierre-Yves David |
bundlerepo: enforce reading from core repo only
|
Fri, 28 Dec 2012 11:55:45 +0100 |
Mads Kiilerich |
merge with stable
|
Fri, 28 Dec 2012 11:16:01 +0100 |
Mads Kiilerich |
bundlerepo: don't return the peer without bundlerepo from getremotechanges
stable
|
Thu, 20 Dec 2012 12:17:44 +0100 |
Pierre-Yves David |
bundlerepo: use _cacheabletip mechanism in bundlerepo
|
Mon, 08 Oct 2012 19:34:04 +0200 |
Pierre-Yves David |
clfilter: ensure that filecache on localrepo is unfiltered
|
Wed, 31 Oct 2012 16:23:23 -0700 |
Tomasz Kleczek |
bundle: add revset expression to show bundle contents (issue3487)
|
Fri, 13 Jul 2012 21:52:28 +0200 |
Sune Foldager |
peer: introduce canpush and improve error message
|
Fri, 13 Jul 2012 21:46:53 +0200 |
Sune Foldager |
peer: introduce peer methods to prepare for peer classes
|
Sat, 12 May 2012 16:00:57 +0200 |
Brodie Rao |
cleanup: "not x in y" -> "x not in y"
|
Sat, 12 May 2012 15:54:54 +0200 |
Brodie Rao |
cleanup: eradicate long lines
|
Fri, 13 Apr 2012 10:14:59 +0200 |
Patrick Mezard |
revlog: fix partial revision() docstring (from d7d64b89a65c)
|
Sun, 08 Apr 2012 12:38:02 -0500 |
Matt Mackall |
revlog: allow retrieving contents by revision number
|
Wed, 29 Feb 2012 14:41:11 +0100 |
Pierre-Yves David |
bundlerepo: bundle repos should be non-publishing (issue3266)
stable
|
Tue, 31 Jan 2012 17:25:37 -0600 |
Matt Mackall |
bundlerepo: try to find containing repo on creation (issue1812)
stable
|
Thu, 01 Dec 2011 14:17:17 +0100 |
Sune Foldager |
bundlerepo: don't write branch cache to disk
stable
|
Wed, 14 Sep 2011 13:51:50 +0200 |
Sune Foldager |
bundlerepo: add argument check before unlink
stable
|
Wed, 01 Jun 2011 12:38:46 +0200 |
Martin Geisler |
check-code: flag 0/1 used as constant Boolean expression
|
Mon, 23 May 2011 20:35:10 +0200 |
Peter Arrenbrecht |
bundlerepo: make getremotechanges support filtering of incoming
|
Tue, 10 May 2011 17:38:58 +0200 |
Sune Foldager |
filelog: add file function to open other filelogs
|
Wed, 04 May 2011 20:14:30 +0200 |
Peter Arrenbrecht |
bundlerepo: fix closing and docstring of getremotechanges
|
Mon, 02 May 2011 12:36:23 +0200 |
Peter Arrenbrecht |
bundlerepo: fix and improve getremotechanges
|
Sun, 01 May 2011 13:08:29 -0500 |
Matt Mackall |
bundlerepo: drop struct
|
Sat, 30 Apr 2011 19:01:24 +0200 |
Benoit Boissinot |
unbundler: separate delta and header parsing
|
Sat, 30 Apr 2011 10:41:06 +0200 |
Benoit Boissinot |
bundlerepo: port to new bundle API
|
Sat, 30 Apr 2011 09:43:20 -0700 |
Brodie Rao |
url: move URL parsing functions into util to improve startup time
|
Sat, 30 Apr 2011 17:21:37 +0200 |
Peter Arrenbrecht |
discovery: drop findoutgoing and simplify findcommonincoming's api
|
Sat, 23 Apr 2011 00:51:25 +0300 |
Idan Kamara |
eliminate various naked except clauses
|
Wed, 30 Mar 2011 20:03:05 -0700 |
Brodie Rao |
url: refactor util.drop_scheme() and hg.localpath() into url.localpath()
|
Wed, 23 Mar 2011 16:06:55 +0100 |
Peter Arrenbrecht |
discovery: avoid discovery when local graph is a subset of remote
|
Sat, 12 Feb 2011 10:58:11 +0100 |
Adrian Buehlmann |
Make sure bundlerepo doesn't leak temp files (issue2491)
|
Fri, 07 Jan 2011 10:48:30 +0100 |
Adrian Buehlmann |
bundlerepo: use less intrusive util.posixfile to open bundle
|
Sun, 07 Nov 2010 20:18:57 +0100 |
Klaus Koch |
bundlerepository: get rid of temporary bundle files (issue2478)
stable
|
Wed, 10 Nov 2010 15:38:00 +0100 |
Martin Geisler |
bundlerepository: test self.tempfile field, not tempfile module
stable
|
Thu, 14 Oct 2010 22:41:43 +0200 |
Nicolas Dumazet |
bundlerepo: unify common code into a new getremotechanges
|
Mon, 20 Sep 2010 16:14:05 -0500 |
Matt Mackall |
bundlerepo: restore close() method
|
Sun, 19 Sep 2010 12:51:54 -0500 |
Matt Mackall |
bundle: get rid of chunkiter
|
Sat, 18 Sep 2010 18:20:34 -0500 |
Matt Mackall |
bundle: make getchunk() a method
|
Fri, 17 Sep 2010 19:24:29 -0500 |
Matt Mackall |
bundlerepo: use bundle objects everywhere
|
Fri, 17 Sep 2010 19:03:13 -0500 |
Matt Mackall |
bundlerepo: drop unused close() method
|
Wed, 25 Aug 2010 16:55:54 -0500 |
Matt Mackall |
bundlerepo: remove duplication of bundle decompressors
|
Mon, 07 Dec 2009 12:31:45 +0200 |
Alexander Solovyov |
expand paths to local repository or bundle in appropriate classes
stable
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Sat, 31 Oct 2009 16:42:51 +0100 |
Benoit Boissinot |
bundlerepo: keep the bundlerevlog interface in sync with revlog
|
Tue, 27 Oct 2009 10:33:41 +0100 |
Sune Foldager |
bundlerepo: fix small bug in exception raising
|
Wed, 22 Jul 2009 23:12:54 +0200 |
Martin Geisler |
coding style: use a space after comma
|
Tue, 28 Apr 2009 17:40:46 +0200 |
Simon Heimberg |
separate import lines from mercurial and general python modules
|
Wed, 29 Apr 2009 20:47:15 -0500 |
Matt Mackall |
localrepo: use propertycache
|
Sun, 26 Apr 2009 01:24:49 +0200 |
Martin Geisler |
turn some comments back into module docstrings
|
Sun, 26 Apr 2009 01:13:08 +0200 |
Martin Geisler |
put license and copyright info into comment blocks
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Mon, 23 Mar 2009 13:12:07 +0100 |
Peter Arrenbrecht |
cleanup: drop unused imports
|
Tue, 17 Mar 2009 13:43:11 -0500 |
Matt Mackall |
bundlerepo: reintroduce dirstate
|
Mon, 12 Jan 2009 10:42:31 -0600 |
Matt Mackall |
error: move repo errors
|
Sun, 11 Jan 2009 22:48:28 -0600 |
Matt Mackall |
errors: move revlog errors
|
Thu, 27 Nov 2008 16:07:17 +0100 |
Dirkjan Ochtman |
bundlerepo doesn't really have a dirstate, throw AttributeError if requested
|
Sun, 31 Aug 2008 16:12:02 +0200 |
Martin Geisler |
i18n: mark strings for translation in Mercurial
|
Thu, 26 Jun 2008 14:35:50 -0500 |
Matt Mackall |
add __len__ and __iter__ methods to repo and revlog
|
Thu, 05 Jun 2008 16:25:11 +0200 |
Peter Arrenbrecht |
drop superfluous param from revlog.addgroup()
|
Thu, 24 Apr 2008 11:48:07 +0200 |
Benoit Allard |
add support for HG10GZ bundles to bundlerepo.bundlerevlog()
|
Thu, 20 Mar 2008 11:12:35 -0500 |
Matt Mackall |
clone: use cancopy
|
Sat, 15 Mar 2008 12:04:28 -0400 |
John Mulligan |
Add ability to directly clone from all-history bundles
|
Thu, 20 Mar 2008 11:12:35 -0500 |
Matt Mackall |
repo classes: remove unused dev() method
|
Tue, 11 Mar 2008 17:42:29 -0500 |
Matt Mackall |
revlog: report node and file when lookup fails
|
Thu, 06 Mar 2008 22:23:26 +0100 |
Joel Rosdahl |
Expand import * to allow Pyflakes to find problems
|
Sun, 10 Feb 2008 08:53:39 +0100 |
Peter Arrenbrecht |
bundlerepo: fix inconsistency of parsed and internal name (issue #821)
|
Tue, 18 Dec 2007 14:11:13 -0600 |
Peter Arrenbrecht |
Fix income/pull with bundle and -R (issue 820).
|
Wed, 28 Nov 2007 08:36:55 -0800 |
Bryan O'Sullivan |
make LookupError more detailed
|
Mon, 27 Aug 2007 17:08:53 -0700 |
Brendan Cully |
bundle: fix up lazy reads
|
Mon, 27 Aug 2007 15:48:21 -0700 |
Brendan Cully |
Make bundlerepo lazier
|
Tue, 14 Aug 2007 18:25:27 +0200 |
Benoit Boissinot |
fix bundlerepo broken by 4205f626dc05
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: eliminate diff and patches functions
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: speed up chunkcache
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: mark cache private
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: add a magic null revision to our index
|
Sat, 21 Jul 2007 16:18:21 -0500 |
Matt Mackall |
revlog: raise offset/type helpers to global scope
|
Tue, 19 Jun 2007 08:51:34 +0200 |
Thomas Arendsen Hein |
Updated copyright notices and add "and others" to "hg version"
|
Thu, 22 Mar 2007 19:12:03 -0500 |
Matt Mackall |
revlog: don't pass datafile as an argument
|
Mon, 15 Jan 2007 18:23:21 +0100 |
Benoit Boissinot |
merge with -stable
|
Mon, 15 Jan 2007 17:56:20 +0100 |
Benoit Boissinot |
bundlerepo: it was meant to be revdiff() instead of chunk()
|