diff -r f512708a9ea8 -r d056a131c93f mercurial/commit.py --- a/mercurial/commit.py Thu Jul 23 22:06:36 2020 -0700 +++ b/mercurial/commit.py Wed Jul 22 16:10:33 2020 +0200 @@ -238,7 +238,7 @@ 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()