Rev 2240: Don't look beyond revprops when bzr:skip is set. in http://people.samba.org/bzr/jelmer/bzr-svn/0.5
Jelmer Vernooij
jelmer at samba.org
Mon Dec 8 16:21:14 GMT 2008
At http://people.samba.org/bzr/jelmer/bzr-svn/0.5
------------------------------------------------------------
revno: 2240
revision-id: jelmer at samba.org-20081208162111-rq293h61ibbna5bf
parent: jelmer at samba.org-20081208160150-dlces7i0kammh3xb
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.5
timestamp: Mon 2008-12-08 17:21:11 +0100
message:
Don't look beyond revprops when bzr:skip is set.
modified:
mapping.py mapping.py-20080128201303-6cp01phc0dmc0kiv-1
=== modified file 'mapping.py'
--- a/mapping.py 2008-12-07 19:30:07 +0000
+++ b/mapping.py 2008-12-08 16:21:11 +0000
@@ -813,6 +813,7 @@
def revprops_complete(self, revprops):
return (SVN_REVPROP_BZR_MAPPING_VERSION in revprops or
+ SVN_REVPROP_BZR_HIDDEN in revprops or
SVN_REVPROP_BZR_HIDDEN in revprops)
def export_fileid_map_revprops(self, fileids, revprops):
More information about the bazaar-commits
mailing list