Show More
@@ -48,4 +48,7 b' echo "helpext = $abspath" >> $HGRCPATH' | |||||
48 | echo %% test command with no help text |
|
48 | echo %% test command with no help text | |
49 | hg help nohelp |
|
49 | hg help nohelp | |
50 |
|
50 | |||
|
51 | echo %% test that default list of commands omits extension commands | |||
|
52 | hg help | |||
|
53 | ||||
51 | exit 0 |
|
54 | exit 0 |
@@ -468,3 +468,77 b' hg nohelp' | |||||
468 | (no help text available) |
|
468 | (no help text available) | |
469 |
|
469 | |||
470 | use "hg -v help nohelp" to show global options |
|
470 | use "hg -v help nohelp" to show global options | |
|
471 | %% test that default list of commands omits extension commands | |||
|
472 | Mercurial Distributed SCM | |||
|
473 | ||||
|
474 | list of commands: | |||
|
475 | ||||
|
476 | add add the specified files on the next commit | |||
|
477 | addremove add all new files, delete all missing files | |||
|
478 | annotate show changeset information by line for each file | |||
|
479 | archive create an unversioned archive of a repository revision | |||
|
480 | backout reverse effect of earlier changeset | |||
|
481 | bisect subdivision search of changesets | |||
|
482 | branch set or show the current branch name | |||
|
483 | branches list repository named branches | |||
|
484 | bundle create a changegroup file | |||
|
485 | cat output the current or given revision of files | |||
|
486 | clone make a copy of an existing repository | |||
|
487 | commit commit the specified files or all outstanding changes | |||
|
488 | copy mark files as copied for the next commit | |||
|
489 | diff diff repository (or selected files) | |||
|
490 | export dump the header and diffs for one or more changesets | |||
|
491 | forget forget the specified files on the next commit | |||
|
492 | grep search for a pattern in specified files and revisions | |||
|
493 | heads show current repository heads or show branch heads | |||
|
494 | help show help for a given topic or a help overview | |||
|
495 | identify identify the working copy or specified revision | |||
|
496 | import import an ordered set of patches | |||
|
497 | incoming show new changesets found in source | |||
|
498 | init create a new repository in the given directory | |||
|
499 | locate locate files matching specific patterns | |||
|
500 | log show revision history of entire repository or files | |||
|
501 | manifest output the current or given revision of the project manifest | |||
|
502 | merge merge working directory with another revision | |||
|
503 | outgoing show changesets not found in destination | |||
|
504 | parents show the parents of the working directory or revision | |||
|
505 | paths show aliases for remote repositories | |||
|
506 | pull pull changes from the specified source | |||
|
507 | push push changes to the specified destination | |||
|
508 | recover roll back an interrupted transaction | |||
|
509 | remove remove the specified files on the next commit | |||
|
510 | rename rename files; equivalent of copy + remove | |||
|
511 | resolve retry file merges from a merge or update | |||
|
512 | revert restore individual files or directories to an earlier state | |||
|
513 | rollback roll back the last transaction | |||
|
514 | root print the root (top) of the current working directory | |||
|
515 | serve export the repository via HTTP | |||
|
516 | showconfig show combined config settings from all hgrc files | |||
|
517 | status show changed files in the working directory | |||
|
518 | summary summarize working directory state | |||
|
519 | tag add one or more tags for the current or given revision | |||
|
520 | tags list repository tags | |||
|
521 | tip show the tip revision | |||
|
522 | unbundle apply one or more changegroup files | |||
|
523 | update update working directory | |||
|
524 | verify verify the integrity of the repository | |||
|
525 | version output version and copyright information | |||
|
526 | ||||
|
527 | enabled extensions: | |||
|
528 | ||||
|
529 | helpext (no help text available) | |||
|
530 | ||||
|
531 | additional help topics: | |||
|
532 | ||||
|
533 | config Configuration Files | |||
|
534 | dates Date Formats | |||
|
535 | patterns File Name Patterns | |||
|
536 | environment Environment Variables | |||
|
537 | revisions Specifying Single Revisions | |||
|
538 | multirevs Specifying Multiple Revisions | |||
|
539 | diffs Diff Formats | |||
|
540 | templating Template Usage | |||
|
541 | urls URL Paths | |||
|
542 | extensions Using additional features | |||
|
543 | ||||
|
544 | use "hg -v help" to show aliases and global options |
General Comments 0
You need to be logged in to leave comments.
Login now