EmilyDirsh / hotwire-shell

Automatically exported from code.google.com/p/hotwire-shell
Other
0 stars 0 forks source link

ssh is defined twice #189

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. type "help"

What is the expected output? What do you see instead?

Observe that ssh is a built in command, and is also defined in the list of
aliases (as "term ssh").

On running ssh nothing happens which I believe is it running the builtin
version, which appears broken since hotssh was split out (I'll ply with my
PYTHONPATH before reporting that bug though).

What version of the product are you using? On what operating system?

latest from svn (1247) on ubuntu 8.04 x86_64

Please provide any additional information below.

Original issue reported on code.google.com by dmi...@gmail.com on 13 May 2008 at 3:54

GoogleCodeExporter commented 9 years ago
Here is a patch to remove it from hotwire_ui/adaptors/aliases_unix.py

Original comment by dmi...@gmail.com on 30 May 2008 at 5:43

Attachments:

GoogleCodeExporter commented 9 years ago
I decided to commit the change as it is a trivial one

U    hotwire_ui/adaptors/aliases_unix.py
Updated to revision 1294.

I also noticed sudo was in the list of term commands, so I have removed that 
aswell.

I've started using bzr-svn - if this causes any problems let me know.  (I 
believe it
uploads some metadata that some projects prefer to keep out of their source 
code).

Original comment by dmi...@gmail.com on 9 Jul 2008 at 5:24