[Yum-devel] [PATCH 5/6] Register the history command

James Antill james at and.org
Wed Aug 26 00:15:20 UTC 2009


---
 cli.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/cli.py b/cli.py
index 615a1f6..99e0a42 100644
--- a/cli.py
+++ b/cli.py
@@ -100,6 +100,7 @@ class YumBaseCli(yum.YumBase, output.YumOutput):
         self.registerCommand(yumcommands.ReInstallCommand())        
         self.registerCommand(yumcommands.DowngradeCommand())        
         self.registerCommand(yumcommands.VersionCommand())
+        self.registerCommand(yumcommands.HistoryCommand())
 
     def registerCommand(self, command):
         for name in command.getNames():
-- 
1.6.2.5



More information about the Yum-devel mailing list