comparison paste/paste.20546 @ 7126:c9ab79fd2ebf

<oerjan> ` hg --help | paste
author HackBot
date Sun, 06 Mar 2016 01:03:21 +0000
parents
children
comparison
equal deleted inserted replaced
7125:d251c26c906e 7126:c9ab79fd2ebf
1 Mercurial Distributed SCM
2
3 list of commands:
4
5 add add the specified files on the next commit
6 addremove add all new files, delete all missing files
7 annotate show changeset information by line for each file
8 archive create an unversioned archive of a repository revision
9 backout reverse effect of earlier changeset
10 bisect subdivision search of changesets
11 bookmarks track a line of development with movable markers
12 branch set or show the current branch name
13 branches list repository named branches
14 bundle create a changegroup file
15 cat output the current or given revision of files
16 clone make a copy of an existing repository
17 commit commit the specified files or all outstanding changes
18 copy mark files as copied for the next commit
19 diff diff repository (or selected files)
20 export dump the header and diffs for one or more changesets
21 forget forget the specified files on the next commit
22 graft copy changes from other branches onto the current branch
23 grep search for a pattern in specified files and revisions
24 heads show current repository heads or show branch heads
25 help show help for a given topic or a help overview
26 identify identify the working copy or specified revision
27 import import an ordered set of patches
28 incoming show new changesets found in source
29 init create a new repository in the given directory
30 locate locate files matching specific patterns
31 log show revision history of entire repository or files
32 manifest output the current or given revision of the project manifest
33 merge merge working directory with another revision
34 outgoing show changesets not found in the destination
35 parents show the parents of the working directory or revision
36 paths show aliases for remote repositories
37 phase set or show the current phase name
38 pull pull changes from the specified source
39 push push changes to the specified destination
40 recover roll back an interrupted transaction
41 remove remove the specified files on the next commit
42 rename rename files; equivalent of copy + remove
43 resolve redo merges or set/view the merge status of files
44 revert restore files to their checkout state
45 rollback roll back the last transaction (dangerous)
46 root print the root (top) of the current working directory
47 serve start stand-alone webserver
48 showconfig show combined config settings from all hgrc files
49 status show changed files in the working directory
50 summary summarize working directory state
51 tag add one or more tags for the current or given revision
52 tags list repository tags
53 tip show the tip revision
54 unbundle apply one or more changegroup files
55 update update working directory (or switch revisions)
56 verify verify the integrity of the repository
57 version output version and copyright information
58
59 additional help topics:
60
61 config Configuration Files
62 dates Date Formats
63 diffs Diff Formats
64 environment Environment Variables
65 extensions Using Additional Features
66 filesets Specifying File Sets
67 glossary Glossary
68 hgignore Syntax for Mercurial Ignore Files
69 hgweb Configuring hgweb
70 merge-tools Merge Tools
71 multirevs Specifying Multiple Revisions
72 patterns File Name Patterns
73 phases Working with Phases
74 revisions Specifying Single Revisions
75 revsets Specifying Revision Sets
76 subrepos Subrepositories
77 templating Template Usage
78 urls URL Paths
79
80 use "hg -v help" to show builtin aliases and global options