Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 13303:716ce1ea6fec
commit: use the term SCM instead of RCS
for consistency.
see also fc4a3931e608
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Tue, 18 Jan 2011 14:16:27 +0100 |
parents | 6bf39d88c857 |
children | 4e92ad05fe18 |
comparison
equal
deleted
inserted
replaced
13302:a4e0908ce35b | 13303:716ce1ea6fec |
---|---|
741 | 741 |
742 def commit(ui, repo, *pats, **opts): | 742 def commit(ui, repo, *pats, **opts): |
743 """commit the specified files or all outstanding changes | 743 """commit the specified files or all outstanding changes |
744 | 744 |
745 Commit changes to the given files into the repository. Unlike a | 745 Commit changes to the given files into the repository. Unlike a |
746 centralized RCS, this operation is a local operation. See | 746 centralized SCM, this operation is a local operation. See |
747 :hg:`push` for a way to actively distribute your changes. | 747 :hg:`push` for a way to actively distribute your changes. |
748 | 748 |
749 If a list of files is omitted, all changes reported by :hg:`status` | 749 If a list of files is omitted, all changes reported by :hg:`status` |
750 will be committed. | 750 will be committed. |
751 | 751 |