Show More
@@ -609,7 +609,9 b' def clone(ui, source, dest=None, **opts)' | |||
|
609 | 609 | def commit(ui, repo, *pats, **opts): |
|
610 | 610 | """commit the specified files or all outstanding changes |
|
611 | 611 | |
|
612 | Commit changes to the given files into the repository. | |
|
612 | Commit changes to the given files into the repository. Unlike a | |
|
613 | centralized RCS, this operation is a local operation. See hg push | |
|
614 | for means to actively distribute your changes. | |
|
613 | 615 | |
|
614 | 616 | If a list of files is omitted, all changes reported by "hg status" |
|
615 | 617 | will be committed. |
General Comments 0
You need to be logged in to leave comments.
Login now