bug
This commit is contained in:
parent
f3dcc8489d
commit
33432a3277
1 changed files with 3 additions and 0 deletions
3
TODO
3
TODO
|
@ -1,6 +1,9 @@
|
||||||
* bug: cannot "git annex ../foo" (GitRepo.relative is buggy and
|
* bug: cannot "git annex ../foo" (GitRepo.relative is buggy and
|
||||||
git-ls-files also refuses w/o --full-name, which would need other changes)
|
git-ls-files also refuses w/o --full-name, which would need other changes)
|
||||||
|
|
||||||
|
* bug: ctrl+c does not stop it from running another action; need to
|
||||||
|
not catch UserInterrupt exceptions.
|
||||||
|
|
||||||
* --push/--pull should take a reponame and files, and push those files
|
* --push/--pull should take a reponame and files, and push those files
|
||||||
to that repo; dropping them from the current repo
|
to that repo; dropping them from the current repo
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue