At http://people.samba.org/bzr/jelmer/bzr-svn/0.5

------------------------------------------------------------
revno: 2099
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Jelmer Vernooij <[EMAIL PROTECTED]>
branch nick: 0.5
timestamp: Sat 2008-11-29 05:31:03 +0100
message:
  Fix call.
modified:
  revmeta.py                     revmeta.py-20080901215045-n8a6arqybs9ez5hl-1
=== modified file 'revmeta.py'
--- a/revmeta.py        2008-11-29 04:14:48 +0000
+++ b/revmeta.py        2008-11-29 04:31:03 +0000
@@ -319,7 +319,7 @@
         """Check whether this revision should be hidden from Bazaar history."""
         if not mapping.supports_hidden:
             return False
-        if self.consider_bzr_fileprops() or self.consider_bzr_revprops():
+        if self.consider_bzr_fileprops() or self.check_revprops:
             return mapping.is_bzr_revision_hidden(self.get_revprops(), 
self.get_changed_fileprops())
         return False
 


-- 
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits

Reply via email to