diff options
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/direct_mode_undo.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/direct_mode_undo.mdwn b/doc/todo/direct_mode_undo.mdwn index 7d719c74b..926222d97 100644 --- a/doc/todo/direct_mode_undo.mdwn +++ b/doc/todo/direct_mode_undo.mdwn @@ -80,5 +80,7 @@ the last change to each file would be expensive, and likely confusing. Instead, when a directory is passed, it could find the most recent commit that touched files in that directory, and undo the changes to those files. +> [[done]] --[[Joey]] + Also, --depth could make undo look for an older commit than the most recent one to affect the specified file. |