convert existing non-annexed file to non-exception

This commit is contained in:
Joey Hess 2016-01-15 14:34:33 -04:00
parent b26ce646e4
commit b9f921248e
Failed to extract signature
3 changed files with 21 additions and 8 deletions

View file

@ -17,3 +17,5 @@ $> echo "http://www.onerussian.com/tmp/banner.png 123" | git annex addurl --batc
"""]]
[[!meta author=yoh]]
> [[fixed|done]] --[[Joey]]

View file

@ -0,0 +1,11 @@
[[!comment format=mdwn
username="joey"
subject="""comment 2"""
date="2016-01-15T18:24:28Z"
content="""
Dude, you're /dev/nulling stderr, where the error is printed.
In any case, sure, we can make addurl not throw a fatal error in this
particular case. There are of course many other error conditions where it
may still throw a fatal error.
"""]]