mercurial/commit.py
changeset 45223 d056a131c93f
parent 45204 ce9ee81df9ff
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()