Fri, 28 May 2010 19:09:58 +0200
Fixed an issue in the Mercurial log browser.
.issues/.properties | file | annotate | diff | comparison | revisions | |
Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py | file | annotate | diff | comparison | revisions |
--- a/.issues/.properties Fri May 28 19:05:00 2010 +0200 +++ b/.issues/.properties Fri May 28 19:09:58 2010 +0200 @@ -1,19 +1,19 @@ -[Category] - -[State] -new = -assigned = -investigating = -scheduled = -testing = -closed = - -[Resolution] -fixed = -rejected = -duplicate = -cannot reproduce = - -[Assigned-To] -detlev = - +[Category] + +[State] +new = +assigned = +investigating = +scheduled = +testing = +closed = + +[Resolution] +fixed = +rejected = +duplicate = +cannot reproduce = + +[Assigned-To] +detlev = +
--- a/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Fri May 28 19:05:00 2010 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Fri May 28 19:09:58 2010 +0200 @@ -490,6 +490,7 @@ self.cancelled = False self.errors.clear() + self.inputGroup.setEnabled(True) self.inputGroup.show() args = []