Rev 2099: Fix call. in http://people.samba.org/bzr/jelmer/bzr-svn/0.5
Jelmer Vernooij
jelmer at samba.org
Sat Nov 29 04:31:07 GMT 2008
At http://people.samba.org/bzr/jelmer/bzr-svn/0.5
------------------------------------------------------------
revno: 2099
revision-id: jelmer at samba.org-20081129043103-8j84jb4adrfmnywf
parent: jelmer at samba.org-20081129041448-crcg2f0wmtzixvhn
committer: Jelmer Vernooij <jelmer at samba.org>
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
More information about the bazaar-commits
mailing list