Mercurial > hg
changeset 7975:fc4a3931e608
commands: stress that commit is a local operation
author | Martin Geisler <mg@daimi.au.dk> |
---|---|
date | Sat, 04 Apr 2009 00:32:06 +0200 |
parents | a8a719ff150a |
children | a62fc8fe882f |
files | mercurial/commands.py |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Sat Apr 04 00:27:55 2009 +0200 +++ b/mercurial/commands.py Sat Apr 04 00:32:06 2009 +0200 @@ -609,7 +609,9 @@ def commit(ui, repo, *pats, **opts): """commit the specified files or all outstanding changes - Commit changes to the given files into the repository. + Commit changes to the given files into the repository. Unlike a + centralized RCS, this operation is a local operation. See hg push + for means to actively distribute your changes. If a list of files is omitted, all changes reported by "hg status" will be committed.