You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/08/28 14:20:50 UTC

[15/50] fabric commit: updated refs/heads/master to a71701c

[squash] add deprecation info


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/commit/cb16735d
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/tree/cb16735d
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/diff/cb16735d

Branch: refs/heads/master
Commit: cb16735d274649117af663dda7af1534b9c85bce
Parents: 90411dd
Author: Adam Kocoloski <ad...@cloudant.com>
Authored: Mon Nov 25 15:31:47 2013 -0500
Committer: Robert Newson <rn...@apache.org>
Committed: Fri Aug 1 15:33:42 2014 +0100

----------------------------------------------------------------------
 src/fabric_view_changes.erl | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fabric/blob/cb16735d/src/fabric_view_changes.erl
----------------------------------------------------------------------
diff --git a/src/fabric_view_changes.erl b/src/fabric_view_changes.erl
index 76c8c16..6d5dd24 100644
--- a/src/fabric_view_changes.erl
+++ b/src/fabric_view_changes.erl
@@ -271,6 +271,8 @@ handle_message({complete, Props}, Worker, State) ->
 make_replacement_arg(Node, {Seq, Uuid}) ->
     {replace, Node, Uuid, Seq};
 make_replacement_arg(Node, {Seq, Uuid, _}) ->
+    %% TODO Deprecated, remove when we're confident no seqs with this format
+    %% are in the wild
     {replace, Node, Uuid, Seq};
 make_replacement_arg(_, _) ->
     0.