commands: stress that commit is a local operation
authorMartin Geisler <mg@daimi.au.dk>
Sat, 04 Apr 2009 00:32:06 +0200
changeset 7975 fc4a3931e608
parent 7974 a8a719ff150a
child 7976 a62fc8fe882f
commands: stress that commit is a local operation
mercurial/commands.py
--- 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.