Show More
@@ -163,7 +163,7 def unsharejournal(orig, ui, repo, repop | |||||
163 | # to copy. move shared date over from source to destination but |
|
163 | # to copy. move shared date over from source to destination but | |
164 | # move the local file first |
|
164 | # move the local file first | |
165 | if repo.vfs.exists('namejournal'): |
|
165 | if repo.vfs.exists('namejournal'): | |
166 | journalpath = repo.join('namejournal') |
|
166 | journalpath = repo.vfs.join('namejournal') | |
167 | util.rename(journalpath, journalpath + '.bak') |
|
167 | util.rename(journalpath, journalpath + '.bak') | |
168 | storage = repo.journal |
|
168 | storage = repo.journal | |
169 | local = storage._open( |
|
169 | local = storage._open( |
General Comments 0
You need to be logged in to leave comments.
Login now