diff options
author | Joey Hess <joey@kitenet.net> | 2014-11-14 14:55:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-11-14 14:55:35 -0400 |
commit | e241f533e382278d52d360b4f1d8721dcf9ea4ff (patch) | |
tree | 29a3c3c3d4fc18e9e53a1e57b72b21481c6ba958 /doc/todo | |
parent | ce9d8f8a51760146d500545da65d5e0e915b1a55 (diff) | |
parent | cc7caaa6f1035b3a38966534b3d9c7b8db25fdb9 (diff) |
Merge branch 'undo'
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. |