##// END OF EJS Templates
commit: use the term SCM instead of RCS...
Adrian Buehlmann -
r13303:716ce1ea default
parent child Browse files
Show More
@@ -743,7 +743,7 b' 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`
General Comments 0
You need to be logged in to leave comments. Login now