mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-12-04 20:52:42 +01:00
f1874ddf33
Summary: In D962, I switched us from using "hg summary" to "hg id" to find the working copy revision. However, "hg id" reports the revision with a trailing "+" if the working copy is dirty, so we fail before hitting the explicit check for this later. Trim off the trailing '+' if it is present. Test Plan: Ran "arc diff" in a dirty Mercurial working copy and got a good error message about uncommitted changes. ~/repos/hg-working-copy $ arc diff WARNING: Mercurial support is largely imaginary right now. Usage Exception: You have uncommitted changes in this branch. Commit (or revert) them before proceeding. Working copy: /INSECURE/repos/hg-working-copy/ Uncommitted changes in working copy hello.c Reviewers: Makinde, jungejason, nh, tuomaspelkonen, aran Reviewed By: Makinde CC: aran, Makinde Differential Revision: 1070 |
||
---|---|---|
.. | ||
__init__.php | ||
ArcanistMercurialAPI.php |