--- a/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Sat Apr 24 13:46:33 2010 +0000 +++ b/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Sat Apr 24 13:56:43 2010 +0000 @@ -206,7 +206,6 @@ # add edges to the graph edges = [] -## if rev and parents[0] != -1: if parents[0] != -1: for ecol, erev in enumerate(self.__revs): if erev in next: @@ -470,7 +469,7 @@ def start(self, fn): """ - Public slot to start the svn log command. + Public slot to start the hg log command. @param fn filename to show the log for (string) """ @@ -527,7 +526,7 @@ def __processBuffer(self): """ - Private method to process the buffered output of the svn log command. + Private method to process the buffered output of the hg log command. """ noEntries = 0 log = {"message" : []}