diff --git a/mercurial/commit.py b/mercurial/commit.py --- a/mercurial/commit.py +++ b/mercurial/commit.py @@ -238,7 +238,7 @@ def _filecommit( output: (filenode, touched) filenode: the filenode that should be used by this changeset - touched: one of: None, 'added' or 'modified' + touched: one of: None (mean untouched), 'added' or 'modified' """ fname = fctx.path()