Skip to main content

How can I commit a subset of the modified files of a Mercurial repository?

19 Oct 2013 - mercurial

Run the following command to commit only file1 and file2.

hg commit file1 file2

References