Show More
@@ -339,7 +339,7 b' class MercurialCommit(base.BaseCommit):' | |||||
339 | return self.nodes[path] |
|
339 | return self.nodes[path] | |
340 |
|
340 | |||
341 | def get_largefile_node(self, path): |
|
341 | def get_largefile_node(self, path): | |
342 | pointer_spec = self._remote.is_large_file(path) |
|
342 | pointer_spec = self._remote.is_large_file(self.raw_id, path) | |
343 | if pointer_spec: |
|
343 | if pointer_spec: | |
344 | # content of that file regular FileNode is the hash of largefile |
|
344 | # content of that file regular FileNode is the hash of largefile | |
345 | file_id = self.get_file_content(path).strip() |
|
345 | file_id = self.get_file_content(path).strip() |
General Comments 0
You need to be logged in to leave comments.
Login now