[
https://issues.apache.org/jira/browse/ACCUMULO-2742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13983940#comment-13983940
]
ASF subversion and git services commented on ACCUMULO-2742:
-----------------------------------------------------------
Commit 1f7dd2d53ffebb5bac629f61caffa70c50526730 in accumulo's branch
refs/heads/master from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=1f7dd2d ]
ACCUMULO-2742 offset history command by one
The history entries returned by the history command are 0-indexed,
while the history expansion is 1-indexed. We need to offset the index
when we print it so that users can accurately use event expansion.
> History command incorrectly numbers commands
> --------------------------------------------
>
> Key: ACCUMULO-2742
> URL: https://issues.apache.org/jira/browse/ACCUMULO-2742
> Project: Accumulo
> Issue Type: Bug
> Components: shell
> Affects Versions: 1.6.0
> Reporter: Mike Drob
> Assignee: Mike Drob
> Fix For: 1.6.1, 1.7.0
>
>
> When you use the history command, it will provide you with a list of previous
> commands that have been executed, each with a command number. However, if you
> try to use history expansion by number to invoke one of those commands, you
> will be off by one.
> I think this is because the history command in added to the list after it
> shows you the list, and pushes everything else up by one. Uncertain if this
> is something we do wrong, or if this is an upstream JLine bug.
--
This message was sent by Atlassian JIRA
(v6.2#6252)