Sun, 15 Oct 2017 00:39:53 -0400 |
Augie Fackler |
wireproto: more strkwargs cleanup
|
file |
diff |
annotate
|
Sun, 15 Oct 2017 00:05:43 -0400 |
Augie Fackler |
wireproto: bounce kwargs to/from bytes/str as needed
|
file |
diff |
annotate
|
Sun, 15 Oct 2017 00:40:07 -0400 |
Augie Fackler |
wireproto: use %d to encode int, not %s
|
file |
diff |
annotate
|
Sun, 15 Oct 2017 00:06:06 -0400 |
Augie Fackler |
wireproto: use a proper exception instead of `assert False`
|
file |
diff |
annotate
|
Sun, 15 Oct 2017 00:39:29 -0400 |
Augie Fackler |
wireproto: use listcomp instead of map()
|
file |
diff |
annotate
|
Sat, 14 Oct 2017 12:02:15 -0400 |
Augie Fackler |
python3: replace im_{self,func} with __{self,func}__ globally
|
file |
diff |
annotate
|
Wed, 11 Oct 2017 17:51:40 +0200 |
Boris Feld |
configitems: register the 'server.bundle*' family of config
|
file |
diff |
annotate
|
Sun, 24 Sep 2017 21:27:18 +0200 |
Boris Feld |
pull: use 'phase-heads' to retrieve phase information
|
file |
diff |
annotate
|
Sun, 10 Sep 2017 18:48:42 -0700 |
Durham Goode |
changegroup: replace changegroup with makechangegroup
|
file |
diff |
annotate
|
Sun, 10 Sep 2017 18:43:59 -0700 |
Durham Goode |
changegroup: replace changegroupsubset with makechangegroup
|
file |
diff |
annotate
|
Fri, 01 Sep 2017 14:00:13 -0700 |
Kyle Lippincott |
wireproto: do not abort after successful lookup
|
file |
diff |
annotate
|
Thu, 10 Aug 2017 20:58:28 -0700 |
Gregory Szorc |
wireproto: use new peer interface
|
file |
diff |
annotate
|
Wed, 09 Aug 2017 23:35:20 -0700 |
Gregory Szorc |
peer: remove non iterating batcher (API)
|
file |
diff |
annotate
|
Wed, 09 Aug 2017 23:29:30 -0700 |
Gregory Szorc |
wireproto: overhaul iterating batcher code (API)
|
file |
diff |
annotate
|
Wed, 09 Aug 2017 22:52:05 -0700 |
Gregory Szorc |
wireproto: remove support for local results in @batchable (API)
|
file |
diff |
annotate
|
Wed, 09 Aug 2017 21:51:45 -0700 |
Gregory Szorc |
wireproto: properly implement batchable checking
|
file |
diff |
annotate
|
Fri, 14 Jul 2017 14:22:40 -0700 |
Jun Wu |
codemod: register core configitems using a script
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:44:12 +0200 |
Pierre-Yves David |
configitems: register the 'server.preferuncompressed' config
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:44:11 +0200 |
Pierre-Yves David |
configitems: register the 'server.maxhttpheaderlen' config
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:44:10 +0200 |
Pierre-Yves David |
configitems: register the 'server.disablefullbundle' config
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:44:07 +0200 |
Pierre-Yves David |
configitems: register the 'server.bundle1gd' config
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:44:06 +0200 |
Pierre-Yves David |
configitems: register the 'server.bundle1' config
|
file |
diff |
annotate
|
Fri, 16 Jun 2017 09:37:22 -0700 |
Martin von Zweigbergk |
wireproto: update reference to deleted addchangegroup()
|
file |
diff |
annotate
|
Fri, 09 Jun 2017 10:41:13 -0700 |
Gregory Szorc |
streamclone: consider secret changesets (BC) (issue5589)
|
file |
diff |
annotate
|
Fri, 10 Feb 2017 16:56:29 -0800 |
Martin von Zweigbergk |
cleanup: use set literals
|
file |
diff |
annotate
|
Thu, 11 May 2017 10:50:05 -0700 |
Siddharth Agarwal |
clone: add a server-side option to disable full getbundles (pull-based clones)
|
file |
diff |
annotate
|
Wed, 15 Mar 2017 23:06:50 +0900 |
Yuya Nishihara |
util: wrap s.encode('string_escape') call for future py3 compatibility
|
file |
diff |
annotate
|
Thu, 02 Mar 2017 03:23:18 +0100 |
Pierre-Yves David |
clonebundle: use 'repo.vfs' instead of 'repo.opener'
|
file |
diff |
annotate
|
Wed, 22 Feb 2017 10:14:18 -0800 |
Jun Wu |
wireproto: remove unused code
|
file |
diff |
annotate
|
Mon, 13 Feb 2017 20:06:38 +0530 |
Pulkit Goyal |
py3: convert the mode argument of os.fdopen to unicodes (1 of 2)
|
file |
diff |
annotate
|