Fri, 15 Feb 2019 11:31:17 -0800 |
Gregory Szorc |
exchange: raise error.Abort instead of ValueError
|
Fri, 15 Feb 2019 11:42:54 -0800 |
Gregory Szorc |
tests: remove -q from test-lfs-serve.t
|
Sun, 27 Jan 2019 22:32:09 -0500 |
Matt Harbison |
py3: stabilize the output of lfs commandserver tests
|
Sun, 27 Jan 2019 00:26:17 -0500 |
Matt Harbison |
py3: add b'' and r'' prefixes to LFS tests
|
Fri, 18 Jan 2019 19:28:31 +0530 |
Pulkit Goyal |
py3: use dict.items() instead of dict.iteritems() in tests/test-lfs-server.t
|
Fri, 18 Jan 2019 19:26:28 +0530 |
Pulkit Goyal |
py3: add b'' prefixes in tests/test-lfs-serve.t
|
Mon, 12 Nov 2018 02:21:52 +0100 |
Boris Feld |
tests: remove all transitional configuration
|
Mon, 12 Nov 2018 01:09:19 +0100 |
Boris Feld |
test: enable sparse-revlog for test-lfs-serve.t
|
Thu, 20 Sep 2018 17:27:01 -0700 |
Matt Harbison |
lfs: autoload the extension when cloning from repo with lfs enabled
|
Tue, 16 Oct 2018 08:16:11 -0400 |
Augie Fackler |
merge with stable
|
Thu, 04 Oct 2018 00:17:26 -0400 |
Matt Harbison |
lfs: register the flag processors per repository
|
Wed, 10 Oct 2018 12:25:28 -0400 |
Matt Harbison |
lfs: avoid a potential variable reference before assignment error in cmdserver
stable
|
Mon, 01 Oct 2018 13:17:38 -0700 |
Gregory Szorc |
httppeer: report http statistics
|
Mon, 24 Sep 2018 09:37:19 -0700 |
Gregory Szorc |
upgrade: report size of backing files, not internal storage size
|
Tue, 18 Sep 2018 23:47:21 -0400 |
Matt Harbison |
tests: quote PYTHON usage
|
Wed, 06 Jun 2018 13:31:24 -0400 |
Augie Fackler |
merge with stable
|
Thu, 31 May 2018 09:19:09 -0400 |
Matt Harbison |
lfs: bypass wrapped functions when reposetup() hasn't been called (issue5902)
stable
|
Tue, 15 May 2018 11:52:43 -0700 |
Kyle Lippincott |
tests: mark tests that fail when using chg as #require no-chg
|
Sat, 14 Apr 2018 21:16:35 -0400 |
Matt Harbison |
lfs: enable the final download count status message
|
Sat, 14 Apr 2018 20:11:27 -0400 |
Matt Harbison |
diff: invoke the file prefetch hook
|
Sat, 14 Apr 2018 19:43:45 -0400 |
Matt Harbison |
export: invoke the file prefetch hook
|
Sun, 08 Apr 2018 14:22:12 -0400 |
Matt Harbison |
lfs: infer the blob store URL from an explicit push dest or default-push
|
Sun, 08 Apr 2018 01:23:39 -0400 |
Matt Harbison |
lfs: infer the blob store URL from an explicit pull source
|
Wed, 11 Apr 2018 17:29:55 -0400 |
Matt Harbison |
lfs: special case the null:// usercache instead of treating it as a url
|
Sat, 07 Apr 2018 22:22:20 -0400 |
Matt Harbison |
lfs: infer the blob store URL from paths.default
|
Sat, 07 Apr 2018 22:40:11 -0400 |
Matt Harbison |
lfs: add the ability to disable the usercache
|
Tue, 03 Apr 2018 14:24:14 -0700 |
Gregory Szorc |
tests: skip largefiles and lfs tests when using simple store
|
Sat, 23 Dec 2017 17:49:12 -0500 |
Matt Harbison |
lfs: show a friendly message when pushing lfs to a server without lfs enabled
|
Sun, 24 Dec 2017 01:26:36 -0500 |
Matt Harbison |
lfs: allow non-lfs exchanges when the extension is only enabled on one side
|
Sat, 23 Dec 2017 23:51:40 -0500 |
Matt Harbison |
lfs: add the 'lfs' requirement in the changegroup transaction introducing lfs
|
Sat, 23 Dec 2017 15:07:24 -0500 |
Matt Harbison |
test-lfs: add tests covering http exchanges
|