[Yum-devel] [PATCH] Add saved_tx to default_addons, for history info output.

James Antill james at and.org
Mon Mar 14 15:23:22 UTC 2011


---
 output.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/output.py b/output.py
index 08fe0e3..1613c29 100755
--- a/output.py
+++ b/output.py
@@ -1741,7 +1741,7 @@ to exit.
             addon_info = self.history.return_addon_data(old.tid)
 
             # for the ones we create by default - don't display them as there
-            default_addons = set(['config-main', 'config-repos'])
+            default_addons = set(['config-main', 'config-repos', 'saved_tx'])
             non_default = set(addon_info).difference(default_addons)
             if len(non_default) > 0:
                     print _("Additional non-default information stored: %d" 
-- 
1.7.3.4



More information about the Yum-devel mailing list