[jhbuild] info: necessary fix after the removal of Arch support
- From: Frederic Peters <fpeters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] info: necessary fix after the removal of Arch support
- Date: Tue, 18 Oct 2011 13:08:01 +0000 (UTC)
commit 6552f716443c0d56e91c2cf61814d89d82a2ce74
Author: FrÃdÃric PÃters <fpeters 0d be>
Date: Tue Oct 18 15:04:50 2011 +0200
info: necessary fix after the removal of Arch support
jhbuild/commands/info.py | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/jhbuild/commands/info.py b/jhbuild/commands/info.py
index b84fcde..67c11d7 100644
--- a/jhbuild/commands/info.py
+++ b/jhbuild/commands/info.py
@@ -27,7 +27,6 @@ from jhbuild.commands import Command, register_command
from jhbuild.modtypes import MetaModule
from jhbuild.versioncontrol.cvs import CVSBranch
from jhbuild.versioncontrol.svn import SubversionBranch
-from jhbuild.versioncontrol.arch import ArchBranch
from jhbuild.versioncontrol.darcs import DarcsBranch
from jhbuild.versioncontrol.git import GitBranch
from jhbuild.versioncontrol.tarball import TarballBranch
@@ -79,8 +78,6 @@ class cmd_info(Command):
uprint(_('CVS Revision:'), module.branch.revision)
elif isinstance(module.branch, SubversionBranch):
uprint(_('Subversion Module:'), module.branch.module)
- elif isinstance(module.branch, ArchBranch):
- uprint(_('Arch Version:'), module.branch.module)
elif isinstance(module.branch, DarcsBranch):
uprint(_('Darcs Archive:'), module.branch.module)
elif isinstance(module.branch, GitBranch):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]