fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
field for cybernauts
[redakcja.git]
/
lib
/
vstorage
/
hgui.py
diff --git
a/lib/vstorage/hgui.py
b/lib/vstorage/hgui.py
index
0dd56d7
..
36c6e23
100644
(file)
--- a/
lib/vstorage/hgui.py
+++ b/
lib/vstorage/hgui.py
@@
-1,5
+1,5
@@
"""
"""
- Mercurial ui module replacement.
+ Mercurial ui module replacement.
"""
import mercurial.ui
"""
import mercurial.ui
@@
-10,7
+10,7
@@
class SilentUI(mercurial.ui.ui):
def __init__(self, *args, **kwargs):
super(SilentUI, self).__init__(*args, **kwargs)
def __init__(self, *args, **kwargs):
super(SilentUI, self).__init__(*args, **kwargs)
- # make sure this doesn't collide with anything in Mercurial
+ # make sure this doesn't collide with anything in Mercurial
self.__logger = logging.getLogger('mercurial')
def _is_trusted(self, fd, filename):
self.__logger = logging.getLogger('mercurial')
def _is_trusted(self, fd, filename):