author | Pierre-Yves David <pierre-yves.david@octobus.net> |
Wed, 22 Jul 2020 16:10:33 +0200 | |
changeset 45223 | d056a131c93f |
parent 45222 | f512708a9ea8 |
child 45230 | 5d0998ccedbb |
--- 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()