history.fish (fish-3.5.0.tar.xz) | : | history.fish (fish-3.5.1.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 69 | skipping to change at line 69 | |||
builtin history clear-session abc def | builtin history clear-session abc def | |||
#CHECKERR: history: clear-session: expected 0 arguments; got 2 | #CHECKERR: history: clear-session: expected 0 arguments; got 2 | |||
builtin history --contains save | builtin history --contains save | |||
#CHECKERR: history: save: subcommand takes no options | #CHECKERR: history: save: subcommand takes no options | |||
builtin history -t merge | builtin history -t merge | |||
#CHECKERR: history: merge: subcommand takes no options | #CHECKERR: history: merge: subcommand takes no options | |||
# Now do a history command that should succeed so we exit with a zero, | # Now do a history command that should succeed so we exit with a zero, | |||
# success, status. | # success, status. | |||
builtin history save | builtin history save | |||
set -g fish_private_mode 1 | ||||
builtin history merge | ||||
#CHECKERR: history: can't merge history in private mode | ||||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 0 lines changed or added |