Rev 1865: Parse file properties with number of hidden revisions. in file:///data/jelmer/bzr-svn/trunk/
Jelmer Vernooij
jelmer at samba.org
Mon Sep 8 18:25:13 BST 2008
At file:///data/jelmer/bzr-svn/trunk/
------------------------------------------------------------
revno: 1865
revision-id: jelmer at samba.org-20080908172512-cnd3q4r622mui3eh
parent: jelmer at samba.org-20080908172211-esyzj1kfa2wakqnf
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2008-09-08 19:25:12 +0200
message:
Parse file properties with number of hidden revisions.
modified:
mapping4.py mapping4.py-20080827182338-y4xzpsf43vyiwcir-1
=== modified file 'mapping4.py'
--- a/mapping4.py 2008-09-08 04:03:30 +0000
+++ b/mapping4.py 2008-09-08 17:25:12 +0000
@@ -171,6 +171,9 @@
return True
return False
+ def get_hidden_lhs_ancestors_count(self, fileprops):
+ return int(fileprops.get(mapping.SVN_PROP_BZR_HIDDEN, "0"))
+
def export_hidden(self, revprops, fileprops):
if revprops is not None:
revprops[mapping.SVN_REVPROP_BZR_HIDDEN] = ""
More information about the bazaar-commits
mailing list