sheesh. seriously?
This commit is contained in:
parent
158fd0d908
commit
ad3b462214
2 changed files with 1 additions and 2 deletions
|
@ -78,7 +78,6 @@ inject source dest = do
|
||||||
new <- liftIO (readFile $ olddir g </> source)
|
new <- liftIO (readFile $ olddir g </> source)
|
||||||
Annex.Branch.change dest $ \prev ->
|
Annex.Branch.change dest $ \prev ->
|
||||||
unlines $ nub $ lines prev ++ lines new
|
unlines $ nub $ lines prev ++ lines new
|
||||||
showProgress
|
|
||||||
|
|
||||||
logFiles :: FilePath -> Annex [FilePath]
|
logFiles :: FilePath -> Annex [FilePath]
|
||||||
logFiles dir = return . filter (".log" `isSuffixOf`)
|
logFiles dir = return . filter (".log" `isSuffixOf`)
|
||||||
|
|
|
@ -12,4 +12,4 @@ A whirly would be preferable, imo.
|
||||||
>
|
>
|
||||||
> I'm not particularly interested in implementing a whirley that would only
|
> I'm not particularly interested in implementing a whirley that would only
|
||||||
> be used in this one place, in code that very few users are going to run
|
> be used in this one place, in code that very few users are going to run
|
||||||
> again. I could remove the dots.. --[[Joey]]
|
> again. I could remove the dots.. [[done]] --[[Joey]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue