Show More
@@ -7,7 +7,7 | |||
|
7 | 7 | |
|
8 | 8 | from node import nullid, short |
|
9 | 9 | from i18n import _ |
|
10 |
import util |
|
|
10 | import util, setdiscovery, treediscovery | |
|
11 | 11 | |
|
12 | 12 | def findcommonincoming(repo, remote, heads=None, force=False): |
|
13 | 13 | """Return a tuple (common, anyincoming, heads) used to identify the common |
@@ -661,7 +661,7 class localrepository(repo.repository): | |||
|
661 | 661 | if 'l' in flags: |
|
662 | 662 | self.wopener.symlink(data, filename) |
|
663 | 663 | else: |
|
664 |
|
|
|
664 | self.wopener.write(filename, data) | |
|
665 | 665 | if 'x' in flags: |
|
666 | 666 | util.set_flags(self.wjoin(filename), False, True) |
|
667 | 667 |
General Comments 0
You need to be logged in to leave comments.
Login now