129 self.status.close() |
130 self.status.close() |
130 if self.tagbranchList is not None: |
131 if self.tagbranchList is not None: |
131 self.tagbranchList.close() |
132 self.tagbranchList.close() |
132 if self.annotate is not None: |
133 if self.annotate is not None: |
133 self.annotate.close() |
134 self.annotate.close() |
|
135 |
|
136 if self.bundleFile and os.path.exists(self.bundleFile): |
|
137 os.remove(self.bundleFile) |
134 |
138 |
135 def vcsExists(self): |
139 def vcsExists(self): |
136 """ |
140 """ |
137 Public method used to test for the presence of the hg executable. |
141 Public method used to test for the presence of the hg executable. |
138 |
142 |