1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2025-04-11 03:48:33 +02:00
phorge-arcanist/src/parser/__tests__/diff/hg-patch-git.hgdiff
Asher Baker 087ad5f84a Added support for hg diffs generated in git mode
Summary: Fixes T2112. These are fairly common now, and are used as the storage format for `hg export` and mq in most installs.

Test Plan: Ran unit tests, used `arc patch --patch`, uploaded some diffs manually.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Maniphest Tasks: T2112

Differential Revision: https://secure.phabricator.com/D4592
2013-01-22 18:14:14 -08:00

17 lines
390 B
Text

# HG changeset patch
# Date 1358829820 0
# Node ID 0c4c74e145f5e842a855330f600dba87b2f80fc9
# Parent 80034eb49c320ccd43a1635471baf5c359f43cb5
Added .arcconfig
diff --git a/.arcconfig b/.arcconfig
new file mode 100644
--- /dev/null
+++ b/.arcconfig
@@ -0,0 +1,5 @@
+{
+ "project_id" : "TestProject",
+ "conduit_uri" : "http://phabricator.example.com/",
+ "history.immutable" : true
+}