Rev 1507: Unconditionally include log code - it's been merged into bzr.dev. in http://people.samba.org/bzr/jelmer/bzr-svn/trunk

Jelmer Vernooij jelmer at samba.org
Thu Jul 31 02:30:17 BST 2008


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

------------------------------------------------------------
revno: 1507
revision-id: jelmer at samba.org-20080731013015-2xxjwktdc20v3dhv
parent: jelmer at samba.org-20080730104253-fchnfv7tga398nfo
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Thu 2008-07-31 03:30:15 +0200
message:
  Unconditionally include log code - it's been merged into bzr.dev.
modified:
  __init__.py                    __init__.py-20051008155114-eae558e6cf149e1d
=== modified file '__init__.py'
--- a/__init__.py	2008-07-09 01:49:41 +0000
+++ b/__init__.py	2008-07-31 01:30:15 +0000
@@ -157,10 +157,9 @@
                          native=False, hidden=True)
 SPEC_TYPES.append(revspec.RevisionSpec_svn)
 
-if getattr(log, "properties_handler_registry", None) is not None:
-    log.properties_handler_registry.register_lazy("subversion",
-                                                  "bzrlib.plugins.svn.log",
-                                                  "show_subversion_properties")
+log.properties_handler_registry.register_lazy("subversion",
+                                              "bzrlib.plugins.svn.log",
+                                              "show_subversion_properties")
 
 versions_checked = False
 def lazy_check_versions():




More information about the bazaar-commits mailing list