Show More
@@ -1571,6 +1571,7 b' class memctx(committablectx):' | |||||
1571 | files = sorted(set(files)) |
|
1571 | files = sorted(set(files)) | |
1572 | self._status = [files, [], [], [], []] |
|
1572 | self._status = [files, [], [], [], []] | |
1573 | self._filectxfn = filectxfn |
|
1573 | self._filectxfn = filectxfn | |
|
1574 | self.substate = None | |||
1574 |
|
1575 | |||
1575 | self._extra = extra and extra.copy() or {} |
|
1576 | self._extra = extra and extra.copy() or {} | |
1576 | if self._extra.get('branch', '') == '': |
|
1577 | if self._extra.get('branch', '') == '': |
General Comments 0
You need to be logged in to leave comments.
Login now