--- 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
_______________________________________________ Yum-devel mailing list Yum-devel@lists.baseurl.org http://lists.baseurl.org/mailman/listinfo/yum-devel