fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Ustawianie focusu na textarea po kliknięciu "Edytuj" w widoku HTML.
[redakcja.git]
/
lib
/
vstorage.py
diff --git
a/lib/vstorage.py
b/lib/vstorage.py
index
ea8d522
..
d67e2c1
100644
(file)
--- a/
lib/vstorage.py
+++ b/
lib/vstorage.py
@@
-144,7
+144,7
@@
class VersionedStorage(object):
return urlunquote(name)
def __contains__(self, title):
- return
title in self.all_pages()
+ return
urlquote(title) in self.repo.dirstate
def __iter__(self):
return self.all_pages()