diff --git a/CHANGELOG b/CHANGELOG index 1ff4880d80..2f60f5ecd9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +git-annex (6.20180113) UNRELEASED; urgency=medium + + * inprogress: Avoid showing failures for files not in progress. + + -- Joey Hess Wed, 24 Jan 2018 20:42:55 -0400 + git-annex (6.20180112) upstream; urgency=medium * Added inprogress command for accessing files as they are being diff --git a/Command/Inprogress.hs b/Command/Inprogress.hs index f1a8345aec..97a55d5563 100644 --- a/Command/Inprogress.hs +++ b/Command/Inprogress.hs @@ -57,4 +57,4 @@ start' k = do ) notInprogress :: CommandStart -notInprogress = next stop +notInprogress = stop