# HG changeset patch # User Pierre-Yves David # Date 2020-07-22 14:10:33 # Node ID d056a131c93f282140829315bdd3418526d1cc68 # Parent f512708a9ea8dd045cecbf508d4c12a5b95f064e commitctx: document the None return for "touched" value 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()