##// END OF EJS Templates
commitctx: document the None return for "touched" value
marmoute -
r45787:d056a131 default
parent child Browse files
Show More
@@ -238,7 +238,7 b' def _filecommit('
238 output: (filenode, touched)
238 output: (filenode, touched)
239
239
240 filenode: the filenode that should be used by this changeset
240 filenode: the filenode that should be used by this changeset
241 touched: one of: None, 'added' or 'modified'
241 touched: one of: None (mean untouched), 'added' or 'modified'
242 """
242 """
243
243
244 fname = fctx.path()
244 fname = fctx.path()
General Comments 0
You need to be logged in to leave comments. Login now