diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-18 21:36:26 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-18 21:36:26 -0400 |
commit | 15986f01d1fd565da151dcb08697e21a94fc9037 (patch) | |
tree | 912c207111cddc697c242c1f6543a68f6b60f95b /TODO | |
parent | 33432a32775d23dff5e5b6f499656b247e4ed604 (diff) |
bug
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ * bug: cannot "git annex ../foo" (GitRepo.relative is buggy and git-ls-files also refuses w/o --full-name, which would need other changes) +* bug: doesn't learn new remote's uuids if a known (but maybe not accessible) + uuids has a wanted file + * bug: ctrl+c does not stop it from running another action; need to not catch UserInterrupt exceptions. |