This commit is contained in:
Joey Hess 2012-06-27 18:08:52 -04:00
parent c6d595674b
commit 2d7ebc0582
2 changed files with 3 additions and 1 deletions

View file

@ -252,7 +252,7 @@ mergeFile file key
| otherwise = go $ shortHash $ show key
where
varmarker = ".variant-"
doubleconflict = vermarker `isSuffixOf` (dropExtension file)
doubleconflict = varmarker `isSuffixOf` (dropExtension file)
go v = takeDirectory file
</> dropExtension (takeFileName file)
++ varmarker ++ v

View file

@ -39,3 +39,5 @@ index b2bf24d..dfaed59 100644
--
1.7.11.1
</pre>
[[fixed|done]]