Rev 1393: Deal with the fact inventory_sha1 can't be None. in file:///data/jelmer/bzr-svn/stackable/
Jelmer Vernooij
jelmer at samba.org
Sat Jun 28 04:03:41 BST 2008
At file:///data/jelmer/bzr-svn/stackable/
------------------------------------------------------------
revno: 1393
revision-id: jelmer at samba.org-20080628030340-mzqzpokfwod0as18
parent: jelmer at samba.org-20080628030324-xuw01kyj3in23yrv
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: stackable
timestamp: Sat 2008-06-28 05:03:40 +0200
message:
Deal with the fact inventory_sha1 can't be None.
modified:
repository.py repository.py-20060306123302-1f8c5069b3fe0265
=== modified file 'repository.py'
--- a/repository.py 2008-06-28 02:15:42 +0000
+++ b/repository.py 2008-06-28 03:03:40 +0000
@@ -497,7 +497,7 @@
revmeta = RevisionMetadata(self, path, None, revnum, svn_revprops, svn_fileprops)
rev = Revision(revision_id=revision_id, parent_ids=revmeta.get_parent_ids(mapping),
- inventory_sha1=None)
+ inventory_sha1="")
mapping.import_revision(svn_revprops, svn_fileprops, rev)
More information about the bazaar-commits
mailing list