43 if self.purgeListDialog is not None: |
43 if self.purgeListDialog is not None: |
44 self.purgeListDialog.close() |
44 self.purgeListDialog.close() |
45 |
45 |
46 def __getEntries(self, repodir, all): |
46 def __getEntries(self, repodir, all): |
47 """ |
47 """ |
48 Public method to get a list of files/directories being purged. |
48 Private method to get a list of files/directories being purged. |
49 |
49 |
50 @param repodir directory name of the repository (string) |
50 @param repodir directory name of the repository (string) |
51 @param all flag indicating to delete all files including ignored ones |
51 @param all flag indicating to delete all files including ignored ones |
52 (boolean) |
52 (boolean) |
53 @return name of the current patch (string) |
53 @return name of the current patch (string) |