diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-06 15:08:12 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-06 15:08:12 -0400 |
commit | 238e8b95a5b084e7131d3314b78419b9404cba4c (patch) | |
tree | 448ac7310509725d8d344fe0b9aba721f6ed127f /doc/todo | |
parent | 58a0698d921efe0daa932599515f6b41b2da4044 (diff) |
convert rcs_revert to only stage the reversion
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/web_reversion.mdwn | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/todo/web_reversion.mdwn b/doc/todo/web_reversion.mdwn index 7cb412f79..784b72e05 100644 --- a/doc/todo/web_reversion.mdwn +++ b/doc/todo/web_reversion.mdwn @@ -71,10 +71,6 @@ Peter Gammie has done an initial implementation of the above. >>> to: --[[Joey]] >>>> Please change the git pointer above, then. I will work on your branch. -- [[peteg]] ->>> * Would it be better for `rcs_revert` to not commit, and ->>> `rcs_commit_staged` to then be used? This would work for git, but ->>> maybe other RCSs would be problimatic. It would simplifiy the ->>> interface and allow for future mulitple-revert interfaces. >>> * I quite don't understand why one caller of `git_parse_changes` >>> needs it to chdir, and not the other one. It's running >>> in the same git repo either way, and git doesn't need |