Mercurial > evolve
comparison tests/test-tutorial.t @ 4915:5113b38cb677 stable
evolve: use more often seen metavariables in command synopsis strings
Also use ellipsis when multiple options are acceptable.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Fri, 01 Nov 2019 17:54:09 +0700 |
parents | b6a7d2594ff3 |
children | 9f69164cdc16 a1dad44fe3da |
comparison
equal
deleted
inserted
replaced
4914:fcefc052a3b1 | 4915:5113b38cb677 |
---|---|
911 | 911 |
912 This part is not written yet, but you can use either the `histedit` extension | 912 This part is not written yet, but you can use either the `histedit` extension |
913 of the `uncommit` command to splitting a change. | 913 of the `uncommit` command to splitting a change. |
914 | 914 |
915 $ hg help uncommit | 915 $ hg help uncommit |
916 hg uncommit [OPTION]... [NAME] | 916 hg uncommit [OPTION]... [FILE]... |
917 | 917 |
918 move changes from parent revision to working directory | 918 move changes from parent revision to working directory |
919 | 919 |
920 Changes to selected files in the checked out revision appear again as | 920 Changes to selected files in the checked out revision appear again as |
921 uncommitted changed in the working directory. A new revision without the | 921 uncommitted changed in the working directory. A new revision without the |
956 ------------------ | 956 ------------------ |
957 | 957 |
958 The tutorial part is not written yet but can use `hg fold`: | 958 The tutorial part is not written yet but can use `hg fold`: |
959 | 959 |
960 $ hg help fold | 960 $ hg help fold |
961 hg fold [OPTION]... [-r] REV | 961 hg fold [OPTION]... [-r] REV... |
962 | 962 |
963 aliases: squash | 963 aliases: squash |
964 | 964 |
965 fold multiple revisions into a single one | 965 fold multiple revisions into a single one |
966 | 966 |