158 if name not in states: |
158 if name not in states: |
159 self.statusList.append(" {0}".format(name)) |
159 self.statusList.append(" {0}".format(name)) |
160 self.reportedStates = states |
160 self.reportedStates = states |
161 |
161 |
162 return True, \ |
162 return True, \ |
163 self.trUtf8("Mercurial status checked successfully") |
163 self.trUtf8("Mercurial status checked successfully") |
164 |
164 |
165 def _shutdown(self): |
165 def _shutdown(self): |
166 """ |
166 """ |
167 Protected method performing shutdown actions. |
167 Protected method performing shutdown actions. |
168 """ |
168 """ |