[Pkg-bazaar-commits] ./bzr/unstable r988: - stub out abstract LogFormatter.show method

Martin Pool mbp at sourcefrog.net
Fri Apr 10 08:21:41 UTC 2009


------------------------------------------------------------
revno: 988
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Thu 2005-07-28 08:56:51 -0300
message:
  - stub out abstract LogFormatter.show method
modified:
  bzrlib/log.py
-------------- next part --------------
=== modified file 'bzrlib/log.py'
--- a/bzrlib/log.py	2005-07-25 23:03:05 +0000
+++ b/bzrlib/log.py	2005-07-28 11:56:51 +0000
@@ -241,6 +241,10 @@
         self.to_file = to_file
         self.show_ids = show_ids
         self.show_timezone = show_timezone
+
+
+    def show(self, revno, rev, delta):
+        raise NotImplementedError('not implemented in abstract base')
         
 
 



More information about the Pkg-bazaar-commits mailing list