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

fabric commit: updated refs/heads/windsor-merge to 80be483

Repository: couchdb-fabric
Updated Branches:
  refs/heads/windsor-merge ac8198092 -> 80be483a8


Add a no-options adapter to all_docs.


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

Branch: refs/heads/windsor-merge
Commit: 80be483a8376d8bd16c3969e59930fc51ee92581
Parents: ac81980
Author: Paul J. Davis <pa...@gmail.com>
Authored: Thu Aug 14 13:56:04 2014 -0500
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Thu Aug 14 13:56:04 2014 -0500

----------------------------------------------------------------------
 src/fabric.erl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fabric/blob/80be483a/src/fabric.erl
----------------------------------------------------------------------
diff --git a/src/fabric.erl b/src/fabric.erl
index dd4f0c6..4552f55 100644
--- a/src/fabric.erl
+++ b/src/fabric.erl
@@ -29,8 +29,8 @@
     update_doc/3, update_docs/3, purge_docs/2, att_receiver/2]).
 
 % Views
--export([all_docs/5, changes/4, query_view/3, query_view/4, query_view/6,
-    get_view_group_info/2]).
+-export([all_docs/4, all_docs/5, changes/4, query_view/3, query_view/4,
+    query_view/6, get_view_group_info/2]).
 
 % miscellany
 -export([design_docs/1, reset_validation_funs/1, cleanup_index_files/0,