parent
1cbd29cacb
commit
6555b657b2
|
@ -45,7 +45,7 @@ class HgLog(Method, HgBase):
|
||||||
if not self._hg_check(w):
|
if not self._hg_check(w):
|
||||||
return
|
return
|
||||||
ui_imp, repo = self._hg_init()
|
ui_imp, repo = self._hg_init()
|
||||||
hgc.log(ui_imp, repo, user=None, rev=None, date=None)
|
hgc.log(ui_imp, repo)
|
||||||
output = ui_imp.popbuffer().decode('UTF-8')
|
output = ui_imp.popbuffer().decode('UTF-8')
|
||||||
w.application.data_buffer('*Log*', output, switch_to=True)
|
w.application.data_buffer('*Log*', output, switch_to=True)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue