Show More
@@ -238,7 +238,7 b' def _filecommit(' | |||
|
238 | 238 | output: (filenode, touched) |
|
239 | 239 | |
|
240 | 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 | 244 | fname = fctx.path() |
General Comments 0
You need to be logged in to leave comments.
Login now