diff options
author | 2014-11-13 16:41:21 -0400 | |
---|---|---|
committer | 2014-11-14 14:41:07 -0400 | |
commit | a471f380bd56373bf9613c3b4bfe7448318a0619 (patch) | |
tree | 356263e3de291e19d60a4ed3461706f5062877b0 /doc/todo/direct_mode_undo.mdwn | |
parent | 49e97f31528351af46437bcccfa645d949bc85a1 (diff) |
undo command
This commit was sponsored by Andrew Cant.
Diffstat (limited to 'doc/todo/direct_mode_undo.mdwn')
-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. |