fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09c2bec
)
Oops
author
Łukasz Rekucki
<lrekucki@gmail.com>
Fri, 2 Oct 2009 11:07:55 +0000
(13:07 +0200)
committer
Łukasz Rekucki
<lrekucki@gmail.com>
Fri, 2 Oct 2009 11:07:55 +0000
(13:07 +0200)
lib/wlrepo/mercurial_backend/library.py
patch
|
blob
|
history
diff --git
a/lib/wlrepo/mercurial_backend/library.py
b/lib/wlrepo/mercurial_backend/library.py
index
8c57f03
..
ebb38d8
100644
(file)
--- a/
lib/wlrepo/mercurial_backend/library.py
+++ b/
lib/wlrepo/mercurial_backend/library.py
@@
-105,7
+105,7
@@
class MercurialLibrary(wlrepo.Library):
# WHY DO ALL THE OTHER METHODS SIMPLY
# FAIL WHEN GIVEN UNICODE, WHEN THIS WORKS ONLY!! WITH IT
- ctx = self._changectx( revid
.decode('utf-8')
)
+ ctx = self._changectx( revid )
except mercurial.error.RepoError, e:
raise wlrepo.RevisionNotFound(revid)