Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py

changeset 3359
6b6c224d67d6
parent 3315
bd1a25ead18d
child 3396
5320ecd70fdb
equal deleted inserted replaced
3358:57af7e9fda48 3359:6b6c224d67d6
63 """ 63 """
64 Public slot to start the hg summary command. 64 Public slot to start the hg summary command.
65 65
66 @param path path name of the working directory (string) 66 @param path path name of the working directory (string)
67 @param mq flag indicating to show the queue status as well (boolean) 67 @param mq flag indicating to show the queue status as well (boolean)
68 @param mq flag indicating to show the largefiles status as well 68 @param largefiles flag indicating to show the largefiles status as
69 (boolean) 69 well (boolean)
70 """ 70 """
71 self.errorGroup.hide() 71 self.errorGroup.hide()
72 self.__path = path 72 self.__path = path
73 self.__mq = mq 73 self.__mq = mq
74 self.__largefiles = largefiles 74 self.__largefiles = largefiles

eric ide

mercurial