Rev 2096: Try a bit harder to skip revisions we know are not bzr-svn revisions. in http://people.samba.org/bzr/jelmer/bzr-svn/0.5
Jelmer Vernooij
jelmer at samba.org
Sat Nov 29 02:58:18 GMT 2008
At http://people.samba.org/bzr/jelmer/bzr-svn/0.5
------------------------------------------------------------
revno: 2096
revision-id: jelmer at samba.org-20081129025815-ijfbt7gff7p8631s
parent: jelmer at samba.org-20081129025214-d5dl1fttrb0h1yr8
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.5
timestamp: Sat 2008-11-29 03:58:15 +0100
message:
Try a bit harder to skip revisions we know are not bzr-svn revisions.
modified:
revmeta.py revmeta.py-20080901215045-n8a6arqybs9ez5hl-1
=== modified file 'revmeta.py'
--- a/revmeta.py 2008-11-29 02:37:25 +0000
+++ b/revmeta.py 2008-11-29 02:58:15 +0000
@@ -300,6 +300,8 @@
def is_bzr_revision_fileprops(self):
"""Check if any file properties indicate this is a bzr revision.
"""
+ if changes.changes_root(self.get_paths()) != self.branch_path:
+ return False
return is_bzr_revision_fileprops(self.get_changed_fileprops())
def is_hidden(self, mapping):
More information about the bazaar-commits
mailing list