Plugins/VcsPlugins/vcsMercurial/TransplantExtension/transplant.py

changeset 1091
de098acb7ad2
parent 1087
fb8cd56819a9
child 1092
1b149c2d9ae1
equal deleted inserted replaced
1090:41b2f212563c 1091:de098acb7ad2
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

eric ide

mercurial