-
Notifications
You must be signed in to change notification settings - Fork 467
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: phacility/arcanist
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: w3development/arcanist
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
2
contributors
Commits on Aug 8, 2015
-
epriestley committed
Aug 8, 2015 Configuration menu - View commit details
-
Copy full SHA for 1e5059f - Browse repository at this point
Copy the full SHA 1e5059fView commit details
Commits on Aug 15, 2015
-
epriestley committed
Aug 15, 2015 Configuration menu - View commit details
-
Copy full SHA for 25be30a - Browse repository at this point
Copy the full SHA 25be30aView commit details
Commits on Aug 22, 2015
-
epriestley committed
Aug 22, 2015 Configuration menu - View commit details
-
Copy full SHA for 0d2b7fd - Browse repository at this point
Copy the full SHA 0d2b7fdView commit details
Commits on Aug 29, 2015
-
epriestley committed
Aug 29, 2015 Configuration menu - View commit details
-
Copy full SHA for c94e604 - Browse repository at this point
Copy the full SHA c94e604View commit details
Commits on Sep 5, 2015
-
epriestley committed
Sep 5, 2015 Configuration menu - View commit details
-
Copy full SHA for 529dc0c - Browse repository at this point
Copy the full SHA 529dc0cView commit details
Commits on Sep 13, 2015
-
epriestley committed
Sep 13, 2015 Configuration menu - View commit details
-
Copy full SHA for 3168583 - Browse repository at this point
Copy the full SHA 3168583View commit details
Commits on Sep 19, 2015
-
epriestley committed
Sep 19, 2015 Configuration menu - View commit details
-
Copy full SHA for b37b2c3 - Browse repository at this point
Copy the full SHA b37b2c3View commit details
Commits on Sep 26, 2015
-
epriestley committed
Sep 26, 2015 Configuration menu - View commit details
-
Copy full SHA for ac28f95 - Browse repository at this point
Copy the full SHA ac28f95View commit details
Commits on Oct 3, 2015
-
epriestley committed
Oct 3, 2015 Configuration menu - View commit details
-
Copy full SHA for 7423271 - Browse repository at this point
Copy the full SHA 7423271View commit details
Commits on Oct 10, 2015
-
epriestley committed
Oct 10, 2015 Configuration menu - View commit details
-
Copy full SHA for 1773aad - Browse repository at this point
Copy the full SHA 1773aadView commit details
Commits on Oct 17, 2015
-
epriestley committed
Oct 17, 2015 Configuration menu - View commit details
-
Copy full SHA for e458d0c - Browse repository at this point
Copy the full SHA e458d0cView commit details
Commits on Oct 24, 2015
-
epriestley committed
Oct 24, 2015 Configuration menu - View commit details
-
Copy full SHA for c0308b7 - Browse repository at this point
Copy the full SHA c0308b7View commit details
Commits on Nov 1, 2015
-
epriestley committed
Nov 1, 2015 Configuration menu - View commit details
-
Copy full SHA for dbd4563 - Browse repository at this point
Copy the full SHA dbd4563View commit details
Commits on Nov 7, 2015
-
epriestley committed
Nov 7, 2015 Configuration menu - View commit details
-
Copy full SHA for ebb88c8 - Browse repository at this point
Copy the full SHA ebb88c8View commit details
Commits on Nov 21, 2015
-
epriestley committed
Nov 21, 2015 Configuration menu - View commit details
-
Copy full SHA for 6256967 - Browse repository at this point
Copy the full SHA 6256967View commit details
Commits on Nov 28, 2015
-
epriestley committed
Nov 28, 2015 Configuration menu - View commit details
-
Copy full SHA for 76ea4e6 - Browse repository at this point
Copy the full SHA 76ea4e6View commit details
Commits on Dec 5, 2015
-
epriestley committed
Dec 5, 2015 Configuration menu - View commit details
-
Copy full SHA for 05ac4a6 - Browse repository at this point
Copy the full SHA 05ac4a6View commit details
Commits on Dec 26, 2015
-
epriestley committed
Dec 26, 2015 Configuration menu - View commit details
-
Copy full SHA for 3dbc141 - Browse repository at this point
Copy the full SHA 3dbc141View commit details
Commits on Jan 5, 2016
-
(stable) Fix
arc diff --raw
with "onto" target propertiesSummary: Currently, `git show | arc diff --raw` and similar doesn't work because we try to figure out what the "Branch: feature (branched from whatever)" value is, which doesn't make sense. ``` $ git show | arc diff --raw --trace ARGV '/Users/epriestley/dev/core/lib/arcanist/bin/../scripts/arcanist.php' 'diff' '--raw' '--trace' LOAD Loaded "phutil" from "/Users/epriestley/dev/core/lib/libphutil/src". LOAD Loaded "arcanist" from "/Users/epriestley/dev/core/lib/arcanist/src". Config: Reading user configuration file "/Users/epriestley/.arcrc"... Config: Did not find system configuration at "/etc/arcconfig". Working Copy: Reading .arcconfig from "/Users/epriestley/dev/core/lib/arcanist/.arcconfig". Working Copy: Path "/Users/epriestley/dev/core/lib/arcanist" is part of `git` working copy "/Users/epriestley/dev/core/lib/arcanist". Working Copy: Project root is at "/Users/epriestley/dev/core/lib/arcanist". Config: Reading local configuration file "/Users/epriestley/dev/core/lib/arcanist/.git/arc/config"... Loading phutil library from '/Users/epriestley/dev/core/lib/arcanist/src'... >>> [0] <conduit> conduit.connect() <bytes = 489> >>> [1] <http> https://secure.phabricator.com/api/conduit.connect <<< [1] <http> 211,217 us <<< [0] <conduit> 212,001 us >>> [2] <event> diff.didCollectChanges <listeners = 0> <<< [2] <event> 140 us >>> [3] <event> diff.didBuildMessage <listeners = 0> <<< [3] <event> 46 us Reading diff from stdin... >>> [4] <conduit> differential.creatediff() <bytes = 10,542> >>> [5] <http> https://secure.phabricator.com/api/differential.creatediff <<< [5] <http> 120,215 us <<< [4] <conduit> 120,411 us >>> [6] <event> diff.wasCreated <listeners = 0> <<< [6] <event> 41 us SKIP STAGING Raw changes can not be pushed to a staging area. >>> [7] <conduit> harbormaster.queryautotargets() <bytes = 290> >>> [8] <http> https://secure.phabricator.com/api/harbormaster.queryautotargets <<< [8] <http> 217,717 us <<< [7] <conduit> 217,944 us >>> [9] <conduit> harbormaster.sendmessage() <bytes = 274> >>> [10] <http> https://secure.phabricator.com/api/harbormaster.sendmessage >>> [11] <conduit> harbormaster.sendmessage() <bytes = 274> >>> [12] <http> https://secure.phabricator.com/api/harbormaster.sendmessage <<< [10] <http> 123,821 us <<< [9] <conduit> 134,329 us <<< [12] <http> 227,580 us <<< [11] <conduit> 227,787 us [2016-01-05 10:08:58] EXCEPTION: (Exception) This workflow ('ArcanistDiffWorkflow') requires a Repository API, override requiresRepositoryAPI() to return true. at [<arcanist>/src/workflow/ArcanistWorkflow.php:804] arcanist(head=master, ref.master=b3e68c9f1793), phutil(head=stable, ref.master=adb8a9c074ba, ref.stable=7b8d38cd2d4e) #0 ArcanistWorkflow::getRepositoryAPI() called at [<arcanist>/src/workflow/ArcanistDiffWorkflow.php:2421] #1 ArcanistDiffWorkflow::getDiffOntoTargets() called at [<arcanist>/src/workflow/ArcanistDiffWorkflow.php:2411] #2 ArcanistDiffWorkflow::updateOntoDiffProperty() called at [<arcanist>/src/workflow/ArcanistDiffWorkflow.php:534] #3 ArcanistDiffWorkflow::run() called at [<arcanist>/scripts/arcanist.php:392] ``` Test Plan: Ran `arc diff --raw` in `phabricator/`. Reviewers: chad Reviewed By: chad Differential Revision: https://secure.phabricator.com/D14946
epriestley committedJan 5, 2016 Configuration menu - View commit details
-
Copy full SHA for b642b6e - Browse repository at this point
Copy the full SHA b642b6eView commit details
Commits on Jan 9, 2016
-
epriestley committed
Jan 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 6833ae5 - Browse repository at this point
Copy the full SHA 6833ae5View commit details
Commits on Jan 15, 2016
-
epriestley committed
Jan 15, 2016 Configuration menu - View commit details
-
Copy full SHA for 2412c31 - Browse repository at this point
Copy the full SHA 2412c31View commit details
Commits on Jan 30, 2016
-
epriestley committed
Jan 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 0553cb8 - Browse repository at this point
Copy the full SHA 0553cb8View commit details
Commits on Feb 13, 2016
-
epriestley committed
Feb 13, 2016 Configuration menu - View commit details
-
Copy full SHA for ed476cf - Browse repository at this point
Copy the full SHA ed476cfView commit details
Commits on Feb 27, 2016
-
epriestley committed
Feb 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 92a93ab - Browse repository at this point
Copy the full SHA 92a93abView commit details
Commits on Mar 5, 2016
-
epriestley committed
Mar 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 1439aaa - Browse repository at this point
Copy the full SHA 1439aaaView commit details
Commits on Mar 12, 2016
-
epriestley committed
Mar 12, 2016 Configuration menu - View commit details
-
Copy full SHA for bb27674 - Browse repository at this point
Copy the full SHA bb27674View commit details
Commits on Mar 19, 2016
-
epriestley committed
Mar 19, 2016 Configuration menu - View commit details
-
Copy full SHA for f89f3de - Browse repository at this point
Copy the full SHA f89f3deView commit details
Commits on Apr 8, 2016
-
epriestley committed
Apr 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 68f4a77 - Browse repository at this point
Copy the full SHA 68f4a77View commit details
Commits on Apr 15, 2016
-
epriestley committed
Apr 15, 2016 Configuration menu - View commit details
-
Copy full SHA for 01b6fe8 - Browse repository at this point
Copy the full SHA 01b6fe8View commit details
Commits on Apr 23, 2016
-
epriestley committed
Apr 23, 2016 Configuration menu - View commit details
-
Copy full SHA for 789aff8 - Browse repository at this point
Copy the full SHA 789aff8View commit details
Commits on Apr 30, 2016
-
epriestley committed
Apr 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 6d17551 - Browse repository at this point
Copy the full SHA 6d17551View commit details
Commits on May 20, 2016
-
epriestley committed
May 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 0249f90 - Browse repository at this point
Copy the full SHA 0249f90View commit details
Commits on Jun 11, 2016
-
epriestley committed
Jun 11, 2016 Configuration menu - View commit details
-
Copy full SHA for 9c412da - Browse repository at this point
Copy the full SHA 9c412daView commit details -
epriestley committed
Jun 11, 2016 Configuration menu - View commit details
-
Copy full SHA for 7b0aac5 - Browse repository at this point
Copy the full SHA 7b0aac5View commit details
Commits on Jun 18, 2016
-
epriestley committed
Jun 18, 2016 Configuration menu - View commit details
-
Copy full SHA for 18b27b0 - Browse repository at this point
Copy the full SHA 18b27b0View commit details
Commits on Jul 1, 2016
-
epriestley committed
Jul 1, 2016 Configuration menu - View commit details
-
Copy full SHA for f1c45a3 - Browse repository at this point
Copy the full SHA f1c45a3View commit details
Commits on Jul 30, 2016
-
epriestley committed
Jul 30, 2016 Configuration menu - View commit details
-
Copy full SHA for 65cd42f - Browse repository at this point
Copy the full SHA 65cd42fView commit details
Commits on Aug 6, 2016
-
epriestley committed
Aug 6, 2016 Configuration menu - View commit details
-
Copy full SHA for c9337c2 - Browse repository at this point
Copy the full SHA c9337c2View commit details
Commits on Aug 20, 2016
-
epriestley committed
Aug 20, 2016 Configuration menu - View commit details
-
Copy full SHA for e78618c - Browse repository at this point
Copy the full SHA e78618cView commit details
Commits on Aug 27, 2016
-
epriestley committed
Aug 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 10e5194 - Browse repository at this point
Copy the full SHA 10e5194View commit details
Commits on Sep 24, 2016
-
epriestley committed
Sep 24, 2016 Configuration menu - View commit details
-
Copy full SHA for e7906e4 - Browse repository at this point
Copy the full SHA e7906e4View commit details
Commits on Oct 9, 2016
-
epriestley committed
Oct 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 71132db - Browse repository at this point
Copy the full SHA 71132dbView commit details
Commits on Oct 21, 2016
-
epriestley committed
Oct 21, 2016 Configuration menu - View commit details
-
Copy full SHA for e17fe43 - Browse repository at this point
Copy the full SHA e17fe43View commit details
Commits on Dec 30, 2016
-
epriestley committed
Dec 30, 2016 Configuration menu - View commit details
-
Copy full SHA for e8b580d - Browse repository at this point
Copy the full SHA e8b580dView commit details
Commits on Jan 7, 2017
-
epriestley committed
Jan 7, 2017 Configuration menu - View commit details
-
Copy full SHA for 9503b94 - Browse repository at this point
Copy the full SHA 9503b94View commit details
Commits on Feb 13, 2017
-
epriestley committed
Feb 13, 2017 Configuration menu - View commit details
-
Copy full SHA for 67a47ac - Browse repository at this point
Copy the full SHA 67a47acView commit details
Commits on Feb 18, 2017
-
epriestley committed
Feb 18, 2017 Configuration menu - View commit details
-
Copy full SHA for a232e95 - Browse repository at this point
Copy the full SHA a232e95View commit details
Commits on Feb 25, 2017
-
epriestley committed
Feb 25, 2017 Configuration menu - View commit details
-
Copy full SHA for 822bc53 - Browse repository at this point
Copy the full SHA 822bc53View commit details
Commits on Mar 25, 2017
-
epriestley committed
Mar 25, 2017 Configuration menu - View commit details
-
Copy full SHA for 60aaee0 - Browse repository at this point
Copy the full SHA 60aaee0View commit details
Commits on Apr 7, 2017
-
epriestley committed
Apr 7, 2017 Configuration menu - View commit details
-
Copy full SHA for 3512c4a - Browse repository at this point
Copy the full SHA 3512c4aView commit details
There are no files selected for viewing