diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-27 21:05:27 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-27 21:05:27 -0400 |
commit | 13e9b275dd96673e5a3421b64d672abdd29e9a26 (patch) | |
tree | ce30b153787a7e634d2260d86f18ddf8726bb9ef /doc | |
parent | 1b8a934e8be28ac8632f9345f867d68203d84cd1 (diff) |
initremote: Avoid recording remote's description before checking that its config is valid.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/git_annex_initremote_needs_some___34__error_checking__34__.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_initremote_needs_some___34__error_checking__34__.mdwn b/doc/bugs/git_annex_initremote_needs_some___34__error_checking__34__.mdwn index 3521038d7..6b57f8ce5 100644 --- a/doc/bugs/git_annex_initremote_needs_some___34__error_checking__34__.mdwn +++ b/doc/bugs/git_annex_initremote_needs_some___34__error_checking__34__.mdwn @@ -60,3 +60,6 @@ bloom filter size: 16 mebibytes (0% full) backend usage: x00:atest jtang$ </pre> + +> Indeed, I broke that in June by making it record the name in a much too +> early stage. Now fixed. [[done]] --[[Joey]] |