add news item for git-annex 0.16

This commit is contained in:
Joey Hess 2011-01-07 14:36:52 -04:00
parent ad9dfe3228
commit d31e61a90d
4 changed files with 17 additions and 12 deletions

View file

@ -266,7 +266,7 @@ withgitrepo = bracket (setuprepo mainrepodir) return
indir :: FilePath -> Assertion -> Assertion
indir dir a = do
cwd <- getCurrentDirectory
bracket_ (changeToTmpDir $ dir)
bracket_ (changeToTmpDir dir)
(\_ -> changeWorkingDirectory cwd)
a