Show More
@@ -169,7 +169,7 b' def writemergedtags(repo, mergedtags):' | |||
|
169 | 169 | # finally we can join the sorted groups to get the final contents of the |
|
170 | 170 | # merged .hgtags file, and then write it to disk |
|
171 | 171 | mergedtagstring = '\n'.join([tags for rank, tags in finaltags if tags]) |
|
172 |
fp = repo.w |
|
|
172 | fp = repo.wvfs('.hgtags', 'wb') | |
|
173 | 173 | fp.write(mergedtagstring + '\n') |
|
174 | 174 | fp.close() |
|
175 | 175 |
General Comments 0
You need to be logged in to leave comments.
Login now