fix rcs_add() of a text file under a name that had been a binary file

master
Amitai Schlair 2012-02-05 16:38:15 -05:00
parent 65b021268b
commit 744642d374
1 changed files with 4 additions and 1 deletions

View File

@ -172,4 +172,7 @@ Bugs found and fixed so far:
> Merged to current head. --[[Joey]]
* Return bounded output from `rcs_diff()` when asked, as the API states.
(6753235d98a3903364af26c0614106c47d93ae35
(6753235d98a3903364af26c0614106c47d93ae35)
* When adding a text file under a name formerly tracked as binary,
fix CVS keyword substitution behavior by explicitly setting `-kkv`.
(e45175d5454cc72b261507260accb309f13b5e8b)