Staging
v0.5.1
https://foss.heptapod.net/mercurial/hgview
Revision 9f0650901b8be7777d74c5cd7278e3317e4b8271 authored by Alain Leufroy on 12 September 2011, 13:57:48 UTC, committed by Alain Leufroy on 12 September 2011, 13:57:48 UTC
* tab: completion of the command. It takes into account the text in the edit area
       until the cursor.
       The completion system allows to use widcard. So "*context" will be
       completed by (hide-context, maximize-context, show-context)

* up|down|ctrl p|ctrl n: command history
* starting or endind the command name with '?' displays the command help.
  So, "quit?" == "?quit" == "help quit"

:Note:

* I've tried to connect cmd.Cmd to urwid => poor result because only a few part
  of Cmd may be usefull, output coloring is not really possible and I've to
  refactorize the actual commands storage.
* Input and Output are not standard, so readline is not really usefull here.
1 parent ba3af1b
Raw File
Tip revision: 9f0650901b8be7777d74c5cd7278e3317e4b8271 authored by Alain Leufroy on 12 September 2011, 13:57:48 UTC
[console] add history and completion for command (closes #84733)
Tip revision: 9f06509
.hgtags
791376691cf7c5725d4cc42d38746bc3843f978d 0.9.0
8725f1a33bb9c1599043d37590e9ed8be9950929 0.9.1
25f792231c9f6da3a042bded1683f618230db676 1.0.0
aaeb008fd454590c093758c1e1eeb1b8e1588b37 1.0.1
6c83a26740d0c4d0627a8cf78d59810cc3ea9eda 1.1.0
062a2182dc0907cf584fd9ae22d736e15768c715 hgview-version-1.0.1
d0bfb8ef52014905fee3e05865e7b4750c2877fc hgview-debian-version-1.0.1-1
10d99662e3fbd20aa39ea9df339d630fb927d077 hgview-version-1.1.1
68f0a0c229478f4835363f54852252c886158be8 hgview-debian-version-1.1.1-1
e20036ab897a89bbde70d29c01a74a1f0082a533 hgview-version-1.2.0
e20036ab897a89bbde70d29c01a74a1f0082a533 hgview-debian-version-1.2.0-1
6e44fa1da8783fcebaf2a3f53a9b08c23a1f91c3 hgview-version-1.2.1
4ea4846c4d5a07551b01a49f68ed33861b858f48 hgview-debian-version-1.2.1-1
d43754c8e5b5a69629c3f43b196623566054e20c hgview-version-1.3.0
6943514c2fd9fdfb8c8402d73be20582654a43eb hgview-debian-version-1.3.0-1
6185693231cf348fa8197a7d7ea7a1eb3c9698ff hgview-debian-version-1.3.0-2
1576aa8d7b128d84aef15473b81f4af09f8f6b2b hgview-version-1.4.0
9521511a6e37c94ca0096fd6df128c3f94bc465f hgview-debian-version-1.4.0-1
846104aaa0ceea947963bcc0c7d7abd3d2a3eee1 hgview-debian-version-1.4.0-2
back to top