1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-10-24 09:38:50 +02:00
phorge-arcanist/src/workflow
epriestley 802c0ed89f Fix some arc/mercurial issues
Summary:
  - In "arc which", we recommend "--rev x --rev ." to show changes. This is not accurate if there are uncommitted changes in the working copy. Just "--rev x" shows the correct changes (implicitly, the other end of the range is the working copy state).
  - When you diff only working copy changes, we currently incorrectly identify all your open revisions as belonging to the working copy. Instead, correctly identify none of them as belonging to the working copy (in theory, we could go farther than this and do path-based identification like SVN, but with --amend in hg 2.2+ this workflow should be going away in the long run).
  - If you have uncommitted working copy changes, never try to amend.

Test Plan: Ran "arc which .", "arc diff ." in a working copy with dirty changes, got better results than before.

Reviewers: dschleimer, btrahan

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T1507

Differential Revision: https://secure.phabricator.com/D2980
2012-07-17 16:16:11 -07:00
..
exception Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistAliasWorkflow.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistAmendWorkflow.php Use .^ instead of HEAD^ for mercurial 2012-06-11 10:00:02 -04:00
ArcanistBaseWorkflow.php Support an 'editor' config in arc 2012-07-11 16:55:11 -07:00
ArcanistBranchWorkflow.php Fix "arc branch" performance regression 2012-07-11 16:55:29 -07:00
ArcanistCallConduitWorkflow.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistCloseRevisionWorkflow.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistCloseWorkflow.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistCommitWorkflow.php Use pht() 2012-06-14 16:26:11 -07:00
ArcanistCoverWorkflow.php Use pht() 2012-06-14 16:26:11 -07:00
ArcanistDiffWorkflow.php Fix some arc/mercurial issues 2012-07-17 16:16:11 -07:00
ArcanistDownloadWorkflow.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistExportWorkflow.php Support "D123", not just "123", for "arc export --revision" 2012-06-27 18:33:28 -07:00
ArcanistGetConfigWorkflow.php [arcanist] add system arc config file 2012-06-25 15:14:11 -07:00
ArcanistGitHookPreReceiveWorkflow.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistHelpWorkflow.php Add example to --ansi 2012-06-21 10:32:28 -07:00
ArcanistInlinesWorkflow.php Introduce arc inlines 2012-06-23 16:01:38 -07:00
ArcanistInstallCertificateWorkflow.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistLandWorkflow.php Allow the "arc land --onto" default to be read from user config 2012-06-20 12:29:07 -07:00
ArcanistLiberateWorkflow.php Remove all libphutil v1 support 2012-06-26 12:40:42 -07:00
ArcanistLintWorkflow.php arcanist: add postponed linter support 2012-07-11 18:09:05 -07:00
ArcanistListWorkflow.php Simplify "arc branch" and make it work in immutable history repositories 2012-06-26 10:50:43 -07:00
ArcanistMarkCommittedWorkflow.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistPasteWorkflow.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistPatchWorkflow.php Support an 'editor' config in arc 2012-07-11 16:55:11 -07:00
ArcanistSetConfigWorkflow.php Allow the "arc land --onto" default to be read from user config 2012-06-20 12:29:07 -07:00
ArcanistShellCompleteWorkflow.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistSvnHookPreCommitWorkflow.php Define interface for lint renderers 2012-06-01 17:35:38 -07:00
ArcanistTasksWorkflow.php Fix help message for arc tasks --status 2012-06-25 17:46:51 -03:00
ArcanistTodoWorkflow.php Create an arc todo workflow for quickly creating a task. 2012-07-10 17:32:36 -07:00
ArcanistUnitWorkflow.php Use pht() for plural 2012-06-19 15:16:52 -07:00
ArcanistUpgradeWorkflow.php Minor, stop arc upgrade from prompting for commit ranges. 2012-07-02 19:50:35 -07:00
ArcanistUploadWorkflow.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistWhichWorkflow.php Fix some arc/mercurial issues 2012-07-17 16:16:11 -07:00