Rev 1769: Fix default. in file:///data/jelmer/bzr-svn/trunk/

Jelmer Vernooij jelmer at samba.org
Mon Sep 1 22:34:44 BST 2008


At file:///data/jelmer/bzr-svn/trunk/

------------------------------------------------------------
revno: 1769
revision-id: jelmer at samba.org-20080901213442-50m76lbi4s06bfeb
parent: jelmer at samba.org-20080901211937-gy0owmzq0spvyhg2
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2008-09-01 23:34:42 +0200
message:
  Fix default.
modified:
  repository.py                  repository.py-20060306123302-1f8c5069b3fe0265
=== modified file 'repository.py'
--- a/repository.py	2008-09-01 21:19:37 +0000
+++ b/repository.py	2008-09-01 21:34:42 +0000
@@ -73,7 +73,7 @@
 
 class RevisionMetadata(object):
 
-    def __init__(self, repository, branch_path, revnum, paths, revprops, changed_fileprops=None, consider_fileprops=False):
+    def __init__(self, repository, branch_path, revnum, paths, revprops, changed_fileprops=None, consider_fileprops=True):
         self.repository = repository
         self.branch_path = branch_path
         self.paths = paths




More information about the bazaar-commits mailing list