Rev 6030: Also delete show_one_log which wasn't properly marked as deprecated but not used in the whole code base and simple enough to be inlined if needed. in file:///home/vila/src/bzr/cleanup/deprecations/

Vincent Ladeuil v.ladeuil+lp at free.fr
Fri Jul 15 13:52:33 UTC 2011


At file:///home/vila/src/bzr/cleanup/deprecations/

------------------------------------------------------------
revno: 6030
revision-id: v.ladeuil+lp at free.fr-20110715135232-yperkg15pllj369s
parent: v.ladeuil+lp at free.fr-20110715134947-sce0z5tsz6d8kuxf
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: deprecations
timestamp: Fri 2011-07-15 15:52:32 +0200
message:
  Also delete show_one_log which wasn't properly marked as deprecated but not used in the whole code base and simple enough to be inlined if needed.
-------------- next part --------------
=== modified file 'bzrlib/log.py'
--- a/bzrlib/log.py	2011-07-15 13:49:47 +0000
+++ b/bzrlib/log.py	2011-07-15 13:52:32 +0000
@@ -89,10 +89,6 @@
     get_terminal_encoding,
     terminal_width,
     )
-from bzrlib.symbol_versioning import (
-    deprecated_function,
-    deprecated_in,
-    )
 
 
 def find_touching_revisions(branch, file_id):
@@ -1849,12 +1845,6 @@
                               'The committer')
 
 
-def show_one_log(revno, rev, delta, verbose, to_file, show_timezone):
-    # deprecated; for compatibility
-    lf = LongLogFormatter(to_file=to_file, show_timezone=show_timezone)
-    lf.show(revno, rev, delta)
-
-
 def show_changed_revisions(branch, old_rh, new_rh, to_file=None,
                            log_format='long'):
     """Show the change in revision history comparing the old revision history to the new one.



More information about the bazaar-commits mailing list