Rev 5312: Delete some very old globals from add.py - untouched in 5 years. in http://bazaar.launchpad.net/~lifeless/bzr/globalzapping

Robert Collins robertc at robertcollins.net
Mon Jun 21 22:19:27 BST 2010


At http://bazaar.launchpad.net/~lifeless/bzr/globalzapping

------------------------------------------------------------
revno: 5312
revision-id: robertc at robertcollins.net-20100621211925-9uyj6kjt1c4k0krz
parent: pqm at pqm.ubuntu.com-20100621092900-k5hq09vixq5peyqr
committer: Robert Collins <robertc at robertcollins.net>
branch nick: globalzapping
timestamp: Tue 2010-06-22 09:19:25 +1200
message:
  Delete some very old globals from add.py - untouched in 5 years.
=== modified file 'bzrlib/add.py'
--- a/bzrlib/add.py	2010-04-30 11:03:59 +0000
+++ b/bzrlib/add.py	2010-06-21 21:19:25 +0000
@@ -95,14 +95,3 @@
         full_base_path = bzrlib.osutils.pathjoin(self.base_path, path.raw_path)
         # This may return None, but it is our last attempt
         return self.base_tree.path2id(full_base_path), full_base_path
-
-
-# TODO: jam 20050105 These could be used for compatibility
-#       however, they bind against the current stdout, not the
-#       one which exists at the time they are called, so they
-#       don't work for the test suite.
-# deprecated
-add_action_add = AddAction()
-add_action_null = add_action_add
-add_action_add_and_print = AddAction(should_print=True)
-add_action_print = add_action_add_and_print




More information about the bazaar-commits mailing list