Bugs item #634441, was opened at 2002-11-06 15:14
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=452212&aid=634441&group_id=48175
Category: None
Group: None
>Status: Closed
>Resolution: Duplicate
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: help command fails (v3.1)
Initial Comment:
No idea, what happend, I just installed cvsshell v3.1
into /home/david/bin and invoked it by typeing cvsshell
and typed "help":
More information on the format of the ID-string is
available by typing
`help list'.
You can get more help for a specific command by typing
`help <name-of-command>'.
========== Traceback starts here ==========
uncaught: (<class app.ShellException at 0x812d8f4>,
<app.ShellException instance at 0x819caec>)
Traceback (most recent call last):
File "/home/david/cvsshell-0.3.1/src/app.py", line
244, in main
self.run()
File "/home/david/cvsshell-0.3.1/src/cvs_shell.py",
line 182, in run
InteractiveApp.run(self)
File
"/home/david/cvsshell-0.3.1/src/interactive_app.py",
line 68, in run
result = self.evalCommand(command)
File "/home/david/cvsshell-0.3.1/src/cvs_shell.py",
line 148, in evalCommand
self.evalSingleCommand(c)
File "/home/david/cvsshell-0.3.1/src/cvs_shell.py",
line 178, in evalSingleCommand
return fun(self, cmdName, cmdOpts)
File "/home/david/cvsshell-0.3.1/src/basic_cmds.py",
line 75, in cmdHelp
app.more(help)
File "/home/david/cvsshell-0.3.1/src/cvs_shell.py",
line 242, in more
self.shell(pager + ' ' + tmp)
File "/home/david/cvsshell-0.3.1/src/app.py", line
231, in shell
raise ShellException(exitCode)
ShellException: <app.ShellException instance at 0x819caec>
Program Version: 0.3.1
Platform: linux2
Python version: 2.1.3 (#1, Sep 7 2002, 15:29:56)
[GCC 2.95.4 20011002 (Debian prerelease)]
========== Traceback ends here ==========
----------------------------------------------------------------------
>Comment By: Stefan Heimann (stefanheimann)
Date: 2002-11-06 22:37
Message:
Logged In: YES
user_id=327401
In think this is a duplicate of bug #611206. The latest from
CVS should fix this problem.
Thanks for reporting this bug!
Bye Stefan
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=452212&aid=634441&group_id=48175
|