bugfix: fix unused list numbering

Introduced in 43f0a666f0
This commit is contained in:
Joey Hess 2011-05-28 22:28:14 -04:00
parent 66a99d3740
commit 14ffb5d47b
2 changed files with 7 additions and 1 deletions

View file

@ -57,7 +57,7 @@ checkUnused = do
let unusedlist = number c l
when (not $ null l) $ showLongNote $ msg unusedlist
writeUnusedFile file unusedlist
return $ length l
return $ c + length l
checkRemoteUnused :: String -> CommandPerform
checkRemoteUnused name = do

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
git-annex (0.20110523) UNRELEASED; urgency=low
* Minor bugfixes and error message improvements.
-- Joey Hess <joeyh@debian.org> Sat, 28 May 2011 22:29:37 -0400
git-annex (0.20110522) unstable; urgency=low
* Closer emulation of git's behavior when told to use "foo/.git" as a