diff CHANGELOG @ 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 873d2f1949e1
children c1d20598bc2b 11a2bc798deb
line wrap: on
line diff