Show More
@@ -1664,7 +1664,7 b' class queue(object):' | |||||
1664 | cparents = repo.changelog.parents(top) |
|
1664 | cparents = repo.changelog.parents(top) | |
1665 | patchparent = self.qparents(repo, top) |
|
1665 | patchparent = self.qparents(repo, top) | |
1666 |
|
1666 | |||
1667 |
inclsubs = checksubstate(repo, |
|
1667 | inclsubs = checksubstate(repo, patchparent) | |
1668 | if inclsubs: |
|
1668 | if inclsubs: | |
1669 | substatestate = repo.dirstate['.hgsubstate'] |
|
1669 | substatestate = repo.dirstate['.hgsubstate'] | |
1670 |
|
1670 |
General Comments 0
You need to be logged in to leave comments.
Login now