Plugins/VcsPlugins/vcsMercurial/PurgeExtension/purge.py

changeset 3591
2f2a4a76dd22
parent 3484
645c12de6b0c
child 3656
441956d8fce5
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
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)

eric ide

mercurial