E&S CVS Commit: PEAK - Allow backslashes for command names given to help, to prevent this
tsarna at eby-sarna.com
tsarna at eby-sarna.com
Thu Dec 25 11:04:00 EST 2003
Module Name: PEAK
Committed By: tsarna
Date: Thu Dec 25 16:03:24 UTC 2003
Modified Files:
PEAK/src/peak/tools/n2: sql.py
Log Message:
Allow backslashes for command names given to help, to prevent this
sillyness:
1> \help
abort \abort \buf-load \exit \python \set
...
1> \help \buf-load
help: no such command: \buf-load
1> \help buf-load
\buf-load [-a] filename [dest] -- load buffer dest from file
-a append to buffer instead of overwriting
Pointed out by rdmurray.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/tools/n2/sql.py.diff?r1=1.8&r2=1.9
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 PEAK/src/peak/tools/n2/sql.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
More information about the source-changes
mailing list