diff options
author | Raja R Harinath <harinath@hurrynot.org> | 2010-06-19 20:39:50 +0530 |
---|---|---|
committer | Raja R Harinath <harinath@hurrynot.org> | 2010-06-19 20:54:04 +0530 |
commit | 97657964b3c9ba5d5b45dced323a53c1e5d83b94 (patch) | |
tree | a9a9bed9813ac6461fc5ef2802fa5bd5e2d69e5b /src/svn.h | |
parent | 2de3ef976eeb1c860d082ed73a58c02be5834923 (diff) | |
download | svn2git-97657964b3c9ba5d5b45dced323a53c1e5d83b94.tar svn2git-97657964b3c9ba5d5b45dced323a53c1e5d83b94.tar.gz svn2git-97657964b3c9ba5d5b45dced323a53c1e5d83b94.tar.bz2 svn2git-97657964b3c9ba5d5b45dced323a53c1e5d83b94.tar.xz svn2git-97657964b3c9ba5d5b45dced323a53c1e5d83b94.zip |
Improve determination of branch point
This fixes the logic of commit 209e6ce4ddf114494d6d72455690af819dcbf18c
qLowerBound doesn't have the desired semantics -- it returns the position of the
first item which is not smaller than the search key.
The intended semantics seems to be to find the given key, or the next smallest one.
This is almost given by qUpperBound -- it returns an element one past the desired result.
I've also added some additional debugging code to help debug this.
Diffstat (limited to 'src/svn.h')
0 files changed, 0 insertions, 0 deletions