| age |
author |
description |
| Tue, 19 Jan 2010 21:56:04 -0500 |
Greg Ward |
Update todo.txtdefault tip |
| Tue, 12 Jan 2010 21:31:22 -0500 |
Greg Ward |
bfput: don't blow up if the revision being put already exists in the store. |
| Tue, 12 Jan 2010 16:02:29 -0500 |
Greg Ward |
httpstore: implement _verifyfile(), not verify(). |
| Mon, 11 Jan 2010 14:53:18 -0500 |
Greg Ward |
tests: reduce duplication between test-sshstore and test-verify-ssh. |
| Wed, 09 Dec 2009 12:54:58 -0500 |
Greg Ward |
merge |
| Tue, 01 Dec 2009 15:36:17 -0500 |
Greg Ward |
Improve documentation and help. |
| Sun, 06 Dec 2009 15:30:10 -0500 |
Greg Ward |
Add test-verify-ssh (based on a patch by David Douard). |
| Sun, 06 Dec 2009 15:26:17 -0500 |
Greg Ward |
Refactor bfverify tests. |
| Tue, 01 Dec 2009 19:15:58 +0100 |
David Douard |
tests: factor out checkssh() function from test-sshstore to common. |
| Tue, 01 Dec 2009 19:15:58 +0100 |
David Douard |
sshstore: support verification |
| Tue, 01 Dec 2009 19:15:58 +0100 |
David Douard |
store/localstore: refactor verify() to reduce duplicate code. |
| Sat, 28 Nov 2009 16:54:10 -0500 |
Greg Ward |
bfupdate: try local .hg/bfiles/{pending,committed} first. |
| Sat, 28 Nov 2009 10:13:04 -0500 |
Greg Ward |
Clarify error handling between store.get() and *store._getfile(). |
| Sat, 28 Nov 2009 10:45:24 -0500 |
Greg Ward |
test-switch: explicitly assert that bfupdate worked. |
| Thu, 26 Nov 2009 22:49:26 +0100 |
David Douard |
basestore: make get() check hash of the file received from the store. |
| Thu, 26 Nov 2009 22:37:40 +0100 |
David Douard |
Refactored store.get() methods to reduce duplication. |
| Thu, 26 Nov 2009 21:54:59 +0100 |
David Douard |
test-sshstore: fix so test does not depend on filesystem order. |
| Sat, 28 Nov 2009 09:05:47 -0500 |
Greg Ward |
tests: ensure output of lsmode.py is sorted consistently. |
| Thu, 26 Nov 2009 16:53:12 -0500 |
Greg Ward |
bfupdate: copy mode from standin to big file. |
| Thu, 26 Nov 2009 16:51:41 -0500 |
Greg Ward |
tests: in the test repo, make sub/big3 executable. |
| Thu, 26 Nov 2009 16:14:13 -0500 |
Greg Ward |
bfrefresh: copy big file's mode to standin. |
| Thu, 26 Nov 2009 14:51:45 -0500 |
Greg Ward |
tests: append to default HGRCPATH rather than clobbering it. |
| Thu, 26 Nov 2009 12:05:40 -0500 |
Greg Ward |
Fix so 'store-put' != 'store' actually works. |
| Sun, 22 Nov 2009 22:12:54 -0500 |
Greg Ward |
Factor _blockstream() generator out of _copy_and_hash(), _hashfile(). |
| Fri, 13 Nov 2009 06:57:45 +0100 |
David Douard |
sshstore: reimplemented adding a new bfserve command. |
| Tue, 10 Nov 2009 16:11:56 -0500 |
Greg Ward |
bfupdate: process files in sorted order. |
| Thu, 05 Nov 2009 21:47:56 -0500 |
Greg Ward |
httpstore: better error reporting (and more portable too). |
| Thu, 05 Nov 2009 21:27:04 -0500 |
Greg Ward |
sshstore, httpstore: more consistent output. |
| Thu, 05 Nov 2009 17:15:15 -0500 |
Greg Ward |
Implement bflist (bfls) command. |
| Thu, 05 Nov 2009 15:55:56 -0500 |
Greg Ward |
test-sshstore: test filenames with spaces |
| Thu, 05 Nov 2009 15:53:45 -0500 |
Greg Ward |
httpstore: URL-escape filenames (in case of spaces) |
| Thu, 05 Nov 2009 15:39:04 -0500 |
Greg Ward |
Add big files with spaces in their names to the test repo and store. |
| Thu, 05 Nov 2009 15:17:29 -0500 |
Greg Ward |
httpstore: handle connection-level errors nicely. |
| Thu, 05 Nov 2009 14:56:17 -0500 |
Greg Ward |
httpstore: detect and report HTTP errors correctly. |
| Thu, 05 Nov 2009 14:39:07 -0500 |
Greg Ward |
Portability fix: in _split_standin(), split on / (not os.sep). |
| Thu, 05 Nov 2009 10:25:44 -0500 |
Greg Ward |
Downcase store class names for consistency with Mercurial coding style. |
| Thu, 05 Nov 2009 10:23:51 -0500 |
Greg Ward |
Add HTTPStore (get only). |
| Tue, 03 Nov 2009 17:18:30 -0500 |
Greg Ward |
Fix SSHStore so it passes its tests. |
| Tue, 03 Nov 2009 09:54:54 +0100 |
David Douard |
Add SSHStore based on 'hg serve --stdio' mechanism. |
| Tue, 03 Nov 2009 17:15:25 -0500 |
Greg Ward |
Add test-sshstore. |
| Tue, 03 Nov 2009 16:56:20 -0500 |
Greg Ward |
bfupdate: prepare for the coming of multiple store classes. |
| Mon, 02 Nov 2009 10:05:54 -0500 |
Greg Ward |
Add README.txt with info on running the tests (among other things). |
| Mon, 02 Nov 2009 09:57:23 -0500 |
Greg Ward |
Refactor so store.get() takes a list of (filename, hash) pairs. |
| Sun, 01 Nov 2009 16:19:15 -0500 |
Greg Ward |
Ignore tests/tmp/. |
| Thu, 29 Oct 2009 10:08:33 -0400 |
Greg Ward |
Doc tweak: mention that bfupdate can also remove big files. |
| Thu, 29 Oct 2009 10:08:05 -0400 |
Greg Ward |
Improve test coverage of bfstatus a bit (show more missing files). |
| Thu, 22 Oct 2009 08:12:59 -0400 |
Greg Ward |
Implement bfremove command. |
| Tue, 20 Oct 2009 15:03:34 -0400 |
Greg Ward |
Small refactoring to support external conversion code. |
| Sat, 17 Oct 2009 11:17:20 -0400 |
Brent Yates |
LocalStore.get(): open file in binary mode, so we don't mangle CRLF on Windows. |
| Sat, 17 Oct 2009 11:09:47 -0400 |
Brent Yates |
Ignore .pyo files too. |
| Tue, 20 Oct 2009 10:21:04 -0400 |
Greg Ward |
_standin() does not need to take a 'repo' arg. |
| Tue, 13 Oct 2009 09:18:58 -0400 |
Greg Ward |
Implement bfverify command. |
| Mon, 12 Oct 2009 18:20:00 -0400 |
Greg Ward |
tests: unpack the store to each test script's own dir, not $HGTMP. |
| Mon, 12 Oct 2009 18:14:02 -0400 |
Greg Ward |
bfadd: handle directories recursively, just like 'hg add'. |
| Sun, 11 Oct 2009 17:16:10 -0400 |
Greg Ward |
Make verbose output more consistent with core commands. |
| Sun, 11 Oct 2009 14:11:04 -0400 |
Greg Ward |
bfrefresh: don't bother counting/reporting unchanged files. |
| Sun, 11 Oct 2009 14:07:46 -0400 |
Greg Ward |
Add test-refresh and fix bug that it revealed in bfrefresh. |
| Wed, 07 Oct 2009 17:25:56 -0400 |
Greg Ward |
Update usage.txt, todo.txt. |
| Mon, 05 Oct 2009 15:59:26 -0400 |
Greg Ward |
usage.txt: terminology: it's *central* store, not remote store. |
| Mon, 05 Oct 2009 13:56:30 -0400 |
Greg Ward |
usage.txt: various tweaks and improvements. |