Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Fix spurious declarations of new merge conflicts
Browse files Browse the repository at this point in the history
This patch also adds extra tests of the key tree merging logic as well
as edoc-formatted documentation for the module and a few of the merge
functions.  Closes COUCHDB-902.

Thanks Paul Davis, Bob Dionne, Klaus Trainer.

git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1065471 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
kocolosk authored and Robert Newson committed Nov 14, 2012
1 parent d9ad14b commit 574be32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/couch/src/couch_key_tree.erl
Expand Up @@ -61,6 +61,7 @@

% partial trees arranged by how much they are cut off.

%% @doc Merge a path with a list of paths and stem to the given length.
-spec merge([path()], path(), pos_integer()) -> {[path()],
conflicts | no_conflicts}.
merge(Paths, Path, Depth) ->
Expand Down

0 comments on commit 574be32

Please sign in to comment.