comparison tests/test-help.out @ 3268:bb057b6ce3cf

Un-debugify debugconfig to showconfig. (issue 317)
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 05 Oct 2006 15:51:54 +0200
parents 367a009c2acb
children 5155fa27f514
comparison
equal deleted inserted replaced
3267:b4f16bf59a5d 3268:bb057b6ce3cf
36 update update or merge working directory 36 update update or merge working directory
37 Mercurial Distributed SCM 37 Mercurial Distributed SCM
38 38
39 list of commands (use "hg help -v" to show aliases and global options): 39 list of commands (use "hg help -v" to show aliases and global options):
40 40
41 add add the specified files on the next commit 41 add add the specified files on the next commit
42 addremove add all new files, delete all missing files 42 addremove add all new files, delete all missing files
43 annotate show changeset information per file line 43 annotate show changeset information per file line
44 archive create unversioned archive of a repository revision 44 archive create unversioned archive of a repository revision
45 backout reverse effect of earlier changeset 45 backout reverse effect of earlier changeset
46 bundle create a changegroup file 46 bundle create a changegroup file
47 cat output the latest or given revisions of files 47 cat output the latest or given revisions of files
48 clone make a copy of an existing repository 48 clone make a copy of an existing repository
49 commit commit the specified files or all outstanding changes 49 commit commit the specified files or all outstanding changes
50 copy mark files as copied for the next commit 50 copy mark files as copied for the next commit
51 diff diff repository (or selected files) 51 diff diff repository (or selected files)
52 export dump the header and diffs for one or more changesets 52 export dump the header and diffs for one or more changesets
53 grep search for a pattern in specified files and revisions 53 grep search for a pattern in specified files and revisions
54 heads show current repository heads 54 heads show current repository heads
55 help show help for a command, extension, or list of commands 55 help show help for a command, extension, or list of commands
56 identify print information about the working copy 56 identify print information about the working copy
57 import import an ordered set of patches 57 import import an ordered set of patches
58 incoming show new changesets found in source 58 incoming show new changesets found in source
59 init create a new repository in the given directory 59 init create a new repository in the given directory
60 locate locate files matching specific patterns 60 locate locate files matching specific patterns
61 log show revision history of entire repository or files 61 log show revision history of entire repository or files
62 manifest output the latest or given revision of the project manifest 62 manifest output the latest or given revision of the project manifest
63 merge Merge working directory with another revision 63 merge Merge working directory with another revision
64 outgoing show changesets not found in destination 64 outgoing show changesets not found in destination
65 parents show the parents of the working dir or revision 65 parents show the parents of the working dir or revision
66 paths show definition of symbolic path names 66 paths show definition of symbolic path names
67 pull pull changes from the specified source 67 pull pull changes from the specified source
68 push push changes to the specified destination 68 push push changes to the specified destination
69 recover roll back an interrupted transaction 69 recover roll back an interrupted transaction
70 remove remove the specified files on the next commit 70 remove remove the specified files on the next commit
71 rename rename files; equivalent of copy + remove 71 rename rename files; equivalent of copy + remove
72 revert revert files or dirs to their states as of some revision 72 revert revert files or dirs to their states as of some revision
73 rollback roll back the last transaction in this repository 73 rollback roll back the last transaction in this repository
74 root print the root (top) of the current working dir 74 root print the root (top) of the current working dir
75 serve export the repository via HTTP 75 serve export the repository via HTTP
76 status show changed files in the working directory 76 showconfig show combined config settings from all hgrc files
77 tag add a tag for the current tip or a given revision 77 status show changed files in the working directory
78 tags list repository tags 78 tag add a tag for the current tip or a given revision
79 tip show the tip revision 79 tags list repository tags
80 unbundle apply a changegroup file 80 tip show the tip revision
81 update update or merge working directory 81 unbundle apply a changegroup file
82 verify verify the integrity of the repository 82 update update or merge working directory
83 version output version and copyright information 83 verify verify the integrity of the repository
84 add add the specified files on the next commit 84 version output version and copyright information
85 addremove add all new files, delete all missing files 85 add add the specified files on the next commit
86 annotate show changeset information per file line 86 addremove add all new files, delete all missing files
87 archive create unversioned archive of a repository revision 87 annotate show changeset information per file line
88 backout reverse effect of earlier changeset 88 archive create unversioned archive of a repository revision
89 bundle create a changegroup file 89 backout reverse effect of earlier changeset
90 cat output the latest or given revisions of files 90 bundle create a changegroup file
91 clone make a copy of an existing repository 91 cat output the latest or given revisions of files
92 commit commit the specified files or all outstanding changes 92 clone make a copy of an existing repository
93 copy mark files as copied for the next commit 93 commit commit the specified files or all outstanding changes
94 diff diff repository (or selected files) 94 copy mark files as copied for the next commit
95 export dump the header and diffs for one or more changesets 95 diff diff repository (or selected files)
96 grep search for a pattern in specified files and revisions 96 export dump the header and diffs for one or more changesets
97 heads show current repository heads 97 grep search for a pattern in specified files and revisions
98 help show help for a command, extension, or list of commands 98 heads show current repository heads
99 identify print information about the working copy 99 help show help for a command, extension, or list of commands
100 import import an ordered set of patches 100 identify print information about the working copy
101 incoming show new changesets found in source 101 import import an ordered set of patches
102 init create a new repository in the given directory 102 incoming show new changesets found in source
103 locate locate files matching specific patterns 103 init create a new repository in the given directory
104 log show revision history of entire repository or files 104 locate locate files matching specific patterns
105 manifest output the latest or given revision of the project manifest 105 log show revision history of entire repository or files
106 merge Merge working directory with another revision 106 manifest output the latest or given revision of the project manifest
107 outgoing show changesets not found in destination 107 merge Merge working directory with another revision
108 parents show the parents of the working dir or revision 108 outgoing show changesets not found in destination
109 paths show definition of symbolic path names 109 parents show the parents of the working dir or revision
110 pull pull changes from the specified source 110 paths show definition of symbolic path names
111 push push changes to the specified destination 111 pull pull changes from the specified source
112 recover roll back an interrupted transaction 112 push push changes to the specified destination
113 remove remove the specified files on the next commit 113 recover roll back an interrupted transaction
114 rename rename files; equivalent of copy + remove 114 remove remove the specified files on the next commit
115 revert revert files or dirs to their states as of some revision 115 rename rename files; equivalent of copy + remove
116 rollback roll back the last transaction in this repository 116 revert revert files or dirs to their states as of some revision
117 root print the root (top) of the current working dir 117 rollback roll back the last transaction in this repository
118 serve export the repository via HTTP 118 root print the root (top) of the current working dir
119 status show changed files in the working directory 119 serve export the repository via HTTP
120 tag add a tag for the current tip or a given revision 120 showconfig show combined config settings from all hgrc files
121 tags list repository tags 121 status show changed files in the working directory
122 tip show the tip revision 122 tag add a tag for the current tip or a given revision
123 unbundle apply a changegroup file 123 tags list repository tags
124 update update or merge working directory 124 tip show the tip revision
125 verify verify the integrity of the repository 125 unbundle apply a changegroup file
126 version output version and copyright information 126 update update or merge working directory
127 verify verify the integrity of the repository
128 version output version and copyright information
127 hg add [OPTION]... [FILE]... 129 hg add [OPTION]... [FILE]...
128 130
129 add the specified files on the next commit 131 add the specified files on the next commit
130 132
131 Schedule files to be version controlled and added to the repository. 133 Schedule files to be version controlled and added to the repository.