From patchwork Tue Jul 25 17:21:14 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D171: phabricator: include the suggested arc config in the repo From: phabricator X-Patchwork-Id: 22555 Message-Id: To: mercurial-devel@mercurial-scm.org Date: Tue, 25 Jul 2017 17:21:14 +0000 This revision was automatically updated to reflect the committed changes. Closed by commit rHGb2c27d84f05c: phabricator: include the suggested arc config in the repo (authored by alex_gaynor). CHANGED PRIOR TO COMMIT https://phab.mercurial-scm.org/D171?vs=365&id=402#toc REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D171?vs=365&id=402 REVISION DETAIL https://phab.mercurial-scm.org/D171 AFFECTED FILES .arcconfig tests/test-check-code.t CHANGE DETAILS To: alex_gaynor, durin42, #hg-reviewers, simpkins Cc: simpkins, quark, durham, mercurial-devel diff --git a/tests/test-check-code.t b/tests/test-check-code.t --- a/tests/test-check-code.t +++ b/tests/test-check-code.t @@ -36,6 +36,7 @@ Prevent adding new files in the root directory accidentally. $ testrepohg files 'glob:*' + .arcconfig .editorconfig .hgignore .hgsigs diff --git a/.arcconfig b/.arcconfig new file mode 100644 --- /dev/null +++ b/.arcconfig @@ -0,0 +1,6 @@ +{ + "conduit_uri": "https://phab.mercurial-scm.org/api", + "repository.callsign": "HG", + "arc.land.onto.default": "@", + "base": "hg:.^" +}