76 self.vcs.checkVCSStatus() |
76 self.vcs.checkVCSStatus() |
77 return res |
77 return res |
78 |
78 |
79 def hgTransplantContinue(self, path): |
79 def hgTransplantContinue(self, path): |
80 """ |
80 """ |
81 Public method to transplant changesets from another branch. |
81 Public method to continue transplanting changesets from another branch. |
82 |
82 |
83 @param path directory name of the project (string) |
83 @param path directory name of the project (string) |
84 @return flag indicating that the project should be reread (boolean) |
84 @return flag indicating that the project should be reread (boolean) |
85 """ |
85 """ |
86 # find the root of the repo |
86 # find the root of the repo |