~ubuntu-branches/ubuntu/wily/phabricator/wily

« back to all changes in this revision

Viewing changes to src/parser/__tests__/diff/hg-patch-git.hgdiff

  • Committer: Package Import Robot
  • Author(s): Richard Sellam
  • Date: 2014-11-01 23:20:06 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: package-import@ubuntu.com-20141101232006-mvlnp0cil67tsboe
Tags: upstream-0~git20141101/arcanist
Import upstream version 0~git20141101, component arcanist

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# HG changeset patch
 
2
# Date 1358829820 0
 
3
# Node ID 0c4c74e145f5e842a855330f600dba87b2f80fc9
 
4
# Parent  80034eb49c320ccd43a1635471baf5c359f43cb5
 
5
Added .arcconfig
 
6
 
 
7
diff --git a/.arcconfig b/.arcconfig
 
8
new file mode 100644
 
9
--- /dev/null
 
10
+++ b/.arcconfig
 
11
@@ -0,0 +1,5 @@
 
12
+{
 
13
+  "project_id" : "TestProject",
 
14
+  "conduit_uri" : "http://phabricator.example.com/",
 
15
+  "history.immutable" : true
 
16
+}
 
17