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/07/10 16:50:49 UTC

[16/50] couchdb commit: updated refs/heads/master to 6526051

replicator is merged


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

Branch: refs/heads/master
Commit: 3131cf0d201a762165026a941f3bc1c8f644e59d
Parents: 9fe3361
Author: Robert Newson <rn...@apache.org>
Authored: Wed May 14 15:23:27 2014 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Wed May 14 15:23:27 2014 +0100

----------------------------------------------------------------------
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/3131cf0d/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index 5a6d501..94844fa 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -23,7 +23,7 @@ DepDescs = [
     {couch, "couchdb-couch", {branch, "master"}},
     {couch_index, "couchdb-couch-index", {branch, "1843-feature-bigcouch"}},
     {couch_mrview, "couchdb-couch-mrview", {branch, "master"}},
-    {couch_replicator, "couchdb-couch-replicator", {branch,  "1843-feature-bigcouch"}},
+    {couch_replicator, "couchdb-couch-replicator", {branch,  "master"}},
     {ddoc_cache, "couchdb-ddoc-cache", {branch, "1843-feature-bigcouch"}},
     {ets_lru, "couchdb-ets-lru", {branch, "1843-feature-bigcouch"}},
     {fabric, "couchdb-fabric", {branch,  "master"}},