Sun, 16 Apr 2017 11:55:08 -0700 |
Gregory Szorc |
bundle2: ignore errors seeking a bundle after an exception (issue4784)
|
file |
diff |
annotate
|
Sun, 09 Apr 2017 19:09:07 +0200 |
Pierre-Yves David |
bundle2: move 'seek' and 'tell' methods off the unpackermixin class
|
file |
diff |
annotate
|
Sun, 09 Apr 2017 19:08:24 +0200 |
Pierre-Yves David |
bundle2: move the 'close' method off the unpackermixin
|
file |
diff |
annotate
|
Sun, 09 Apr 2017 18:12:54 +0200 |
Pierre-Yves David |
bundle2: clarify the docstring of unpackermixin methods
|
file |
diff |
annotate
|
Sun, 09 Apr 2017 18:16:09 +0200 |
Pierre-Yves David |
bundle2: add documention to 'part.addparams'
|
file |
diff |
annotate
|
Sun, 26 Mar 2017 16:57:25 -0700 |
Jun Wu |
bundle2: use ProgrammingError
|
file |
diff |
annotate
|
Mon, 13 Mar 2017 12:40:14 -0700 |
Gregory Szorc |
py3: add __bool__ to every class defining __nonzero__
|
file |
diff |
annotate
|
Wed, 15 Feb 2017 11:22:01 -0500 |
Augie Fackler |
merge with stable
|
file |
diff |
annotate
|
Mon, 13 Feb 2017 11:43:12 -0800 |
Siddharth Agarwal |
bundle2: fix assertion that 'compression' hasn't been set
stable
|
file |
diff |
annotate
|
Thu, 02 Feb 2017 14:19:48 +0100 |
Pierre-Yves David |
bundle2: implement a basic __repr__ for bundle2 part
|
file |
diff |
annotate
|
Thu, 02 Feb 2017 11:03:41 +0100 |
Pierre-Yves David |
bundle2: drop an outdated comment
|
file |
diff |
annotate
|
Tue, 10 Jan 2017 11:19:37 -0800 |
Gregory Szorc |
bundle2: allow compression options to be passed to compressor
|
file |
diff |
annotate
|
Thu, 10 Nov 2016 23:29:01 -0800 |
Gregory Szorc |
bundle2: equate 'UN' with no compression
|
file |
diff |
annotate
|
Mon, 07 Nov 2016 18:46:37 -0800 |
Gregory Szorc |
bundle2: use compressstream compression engine API
|
file |
diff |
annotate
|
Mon, 07 Nov 2016 18:36:48 -0800 |
Gregory Szorc |
bundle2: use compression engines API to obtain decompressor
|
file |
diff |
annotate
|
Mon, 07 Nov 2016 18:35:43 -0800 |
Gregory Szorc |
bundle2: use new compression engine API for compression
|
file |
diff |
annotate
|
Sat, 15 Oct 2016 17:10:53 -0700 |
Gregory Szorc |
bundle2: only emit compressed chunks if they have data
|
file |
diff |
annotate
|
Wed, 28 Sep 2016 20:01:23 +0900 |
Yuya Nishihara |
pycompat: provide 'ispy3' constant
|
file |
diff |
annotate
|
Wed, 14 Sep 2016 17:12:39 +0200 |
Pierre-Yves David |
merge with stable
|
file |
diff |
annotate
|
Thu, 01 Sep 2016 13:16:55 -0500 |
Akihiko Odaki |
bundle2: localize handleoutput remote prompts
stable 3.9.1
|
file |
diff |
annotate
|
Thu, 25 Aug 2016 19:53:14 -0700 |
Gregory Szorc |
bundle2: fail faster when interrupted
stable
|
file |
diff |
annotate
|
Mon, 08 Aug 2016 23:51:11 +0530 |
Pulkit Goyal |
py3: conditionalize the raise statement
|
file |
diff |
annotate
|
Sun, 17 Jul 2016 15:13:51 -0700 |
Gregory Szorc |
bundle2: store changeset count when creating file bundles
|
file |
diff |
annotate
|
Sun, 17 Jul 2016 14:51:00 -0700 |
Gregory Szorc |
bundle2: use a sorted dict for holding parameters
|
file |
diff |
annotate
|
Wed, 01 Jun 2016 21:40:52 +0200 |
Mads Kiilerich |
bundle2: don't assume ordering of heads checked after push
stable
|
file |
diff |
annotate
|
Wed, 06 Apr 2016 23:22:12 +0000 |
timeless |
pycompat: switch to util.urlreq/util.urlerr for py3 compat
|
file |
diff |
annotate
|
Tue, 29 Mar 2016 10:21:05 -0700 |
Martin von Zweigbergk |
bundle: remove obsolete (and duplicate) comment
|
file |
diff |
annotate
|
Mon, 28 Mar 2016 14:41:29 -0700 |
Martin von Zweigbergk |
bundle: move writebundle() from changegroup.py to bundle2.py (API)
|
file |
diff |
annotate
|
Wed, 27 Jan 2016 09:07:28 -0800 |
Martin von Zweigbergk |
changegroup: fix pulling to treemanifest repo from flat repo (issue5066)
stable
|
file |
diff |
annotate
|
Sat, 16 Jan 2016 10:50:28 -0500 |
Augie Fackler |
cleanup: use modern @property/@foo.setter property specification
|
file |
diff |
annotate
|