fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of stigma.nowoczesnapolska.org.pl:platforma
[redakcja.git]
/
lib
/
wlrepo
/
mercurial_backend
/
__init__.py
1
# -*- encoding: utf-8 -*-
2
3
import logging
4
log = logging.getLogger('ral.mercurial')
5
6
__author__= "Ćukasz Rekucki"
7
__date__ = "$2009-09-25 09:20:22$"
8
__doc__ = "Module documentation."
9
10
import wlrepo
11
12
13
from mercurial import encoding
14
encoding.encoding = 'utf-8'