comparison tests/test-evolve-topic.t @ 3229:63f6f9db9c3a stable

help: remove a few commands from `hg` (no args) command list According to `hg help -e evolve`, the following commands come from the evolve extension: amend evolve fold metaedit next obslog pdiff previous prune pstatus split touch uncommit If one runs `hg` without arguments, commands that are prefixed with a ^ character are shown. From the previous list, this includes: evolve fold metaedit next previous prune split touch uncommit It feels several of these commands are not "basic commands" that someone who has never used hg before might care about. They probably also do not come close to passing the "toothbrush test": things that users are likely to use every day. This commit removes these items from the list: metaedit, touch, uncommit This means the following are kept: evolve fold next previous prune split
author Kyle Lippincott <spectral@google.com>
date Tue, 05 Dec 2017 16:08:50 -0800
parents 945a0989e41b
children f5d472b7e800 ae6fddf39933 1439021d22f9
comparison
equal deleted inserted replaced
3228:8cc8fb94cc00 3229:63f6f9db9c3a