Rev 463: Fix typo. in file:///home/jelmer/bzr-svn/0.4/
Jelmer Vernooij
jelmer at samba.org
Sun May 27 15:07:07 BST 2007
------------------------------------------------------------
revno: 463
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Sun 2007-05-27 16:00:10 +0200
message:
Fix typo.
modified:
repository.py
=== modified file 'repository.py'
--- a/repository.py 2007-05-27 13:35:30 +0000
+++ b/repository.py 2007-05-27 14:00:10 +0000
@@ -162,7 +162,7 @@
assert self.base
assert self.uuid
- cache_file = os.path.join(self.create_cache_dir(), 'cache-v%d' % MAPPING_VERSIO)
+ cache_file = os.path.join(self.create_cache_dir(), 'cache-v%d' % MAPPING_VERSION)
if not cachedbs.has_key(cache_file):
cachedbs[cache_file] = sqlite3.connect(cache_file)
self.cachedb = cachedbs[cache_file]
More information about the bazaar-commits
mailing list