Mercurial > hg-stable
changeset 45256:d056a131c93f
commitctx: document the None return for "touched" value
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 22 Jul 2020 16:10:33 +0200 |
parents | f512708a9ea8 |
children | 5d0998ccedbb |
files | mercurial/commit.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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()