diff options
author | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2012-02-05 01:26:39 -0500 |
---|---|---|
committer | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2012-02-05 01:26:39 -0500 |
commit | 65b021268bd600561e30110b6dc1a453f3d52557 (patch) | |
tree | b96724a4490d79c1fef9c0ebcf38d907c86b89b9 /doc/rcs/cvs | |
parent | c1f74efea6572e8f36611593f4af58a5bb3e9c9c (diff) | |
download | ikiwiki-65b021268bd600561e30110b6dc1a453f3d52557.tar ikiwiki-65b021268bd600561e30110b6dc1a453f3d52557.tar.gz |
rcs_diff() would always return unbounded output, fixed
Diffstat (limited to 'doc/rcs/cvs')
-rw-r--r-- | doc/rcs/cvs/discussion.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/rcs/cvs/discussion.mdwn b/doc/rcs/cvs/discussion.mdwn index e10892e7d..7df9e6b9f 100644 --- a/doc/rcs/cvs/discussion.mdwn +++ b/doc/rcs/cvs/discussion.mdwn @@ -170,3 +170,6 @@ Bugs found and fixed so far: (ac8eab29e8394aca4c0b23a6687ec947ea1ac869) > Merged to current head. --[[Joey]] + +* Return bounded output from `rcs_diff()` when asked, as the API states. + (6753235d98a3903364af26c0614106c47d93ae35 |