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/01 16:29:44 UTC

[04/23] fabric commit: updated refs/heads/windsor-merge to 4ec3f11

[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/81d8c7bd
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/tree/81d8c7bd
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/diff/81d8c7bd

Branch: refs/heads/windsor-merge
Commit: 81d8c7bd41adb15fd7db775955381b260104adce
Parents: 3710a6a
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 14:25:35 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/couchdb-fabric/blob/81d8c7bd/src/fabric_view_changes.erl
----------------------------------------------------------------------
diff --git a/src/fabric_view_changes.erl b/src/fabric_view_changes.erl
index d94870e..ae6b54d 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.