Guest User

arc diff --trace

a guest
Apr 10th, 2019
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1. ARGV '/usr/share/arcanist/bin/../scripts/arcanist.php' 'diff' '--trace'
  2. LOAD Loaded "phutil" from "/usr/share/libphutil/src".
  3. LOAD Loaded "arcanist" from "/usr/share/arcanist/src".
  4. Config: Reading user configuration file "/home/theloudspeaker/.arcrc"...
  5. Config: Did not find system configuration at "/etc/arcconfig".
  6. Working Copy: Unable to find .arcconfig in any of these locations: /home/theloudspeaker/Style/lubuntu-default-settings/.arcconfig.
  7. Working Copy: Path "/home/theloudspeaker/Style/lubuntu-default-settings" is part of `git` working copy "/home/theloudspeaker/Style/lubuntu-default-settings".
  8. Working Copy: Project root is at "/home/theloudspeaker/Style/lubuntu-default-settings".
  9. Config: Did not find local configuration at "/home/theloudspeaker/Style/lubuntu-default-settings/.git/arc/config".
  10. >>> [0] (+0) <http> https://phab.lubuntu.me/api/user.whoami
  11. <<< [0] (+1,556) <http> 1,556,143 us
  12. >>> [1] (+1,560) <exec> $ git --version
  13. <<< [1] (+1,564) <exec> 4,214 us
  14. >>> [2] (+1,565) <exec> $ git status --porcelain=2 -z
  15. <<< [2] (+1,571) <exec> 5,980 us
  16. >>> [3] (+1,571) <exec> $ git rev-parse --verify HEAD^
  17. <<< [3] (+1,576) <exec> 5,429 us
  18. >>> [4] (+1,577) <exec> $ git rev-parse --abbrev-ref --symbolic-full-name '@{upstream}'
  19. <<< [4] (+1,582) <exec> 5,497 us
  20. >>> [5] (+1,583) <exec> $ git rev-parse --git-dir
  21. <<< [5] (+1,588) <exec> 5,560 us
  22. Select a Default Commit Range
  23.  
  24. You're running a command which operates on a range of revisions (usually,
  25. from some revision to HEAD) but have not specified the revision that should
  26. determine the start of the range.
  27.  
  28. Previously, arc assumed you meant 'HEAD^' when you did not specify a start
  29. revision, but this behavior does not make much sense in most workflows
  30. outside of Facebook's historic git-svn workflow.
  31.  
  32. arc no longer assumes 'HEAD^'. You must specify a relative commit explicitly
  33. when you invoke a command (e.g., `arc diff HEAD^`, not just `arc diff`) or
  34. select a default for this working copy.
  35.  
  36. In most cases, the best default is 'origin/master'. You can also select
  37. 'HEAD^' to preserve the old behavior, or some other remote or branch. But you
  38. almost certainly want to select 'origin/master'.
  39.  
  40. (Technically: the merge-base of the selected revision and HEAD is used to
  41. determine the start of the commit range.)
  42.  
  43. What default do you want to use? [origin/master]
  44. >>> [6] (+3,198) <exec> $ git cat-file -t 'origin/master'
  45. <<< [6] (+3,207) <exec> 8,193 us
  46.  
  47. [2019-04-10 21:37:50] EXCEPTION: (CommandException) Command failed with error #128!
  48. COMMAND
  49. git cat-file -t 'origin/master'
  50.  
  51. STDOUT
  52. (empty)
  53.  
  54. STDERR
  55. fatal: Not a valid object name origin/master
  56. at [<phutil>/src/future/exec/ExecFuture.php:380]
  57. arcanist(), phutil()
  58. #0 ExecFuture::resolvex() called at [<arcanist>/src/repository/api/ArcanistRepositoryAPI.php:406]
  59. #1 ArcanistRepositoryAPI::execxLocal(string, string) called at [<arcanist>/src/repository/api/ArcanistGitAPI.php:365]
  60. #2 ArcanistGitAPI::buildBaseCommit(NULL) called at [<arcanist>/src/repository/api/ArcanistRepositoryAPI.php:599]
  61. #3 ArcanistRepositoryAPI::getBaseCommit() called at [<arcanist>/src/repository/api/ArcanistGitAPI.php:107]
  62. #4 ArcanistGitAPI::getLocalCommitInformation() called at [<arcanist>/src/workflow/ArcanistWorkflow.php:1081]
  63. #5 ArcanistWorkflow::calculateShouldAmend() called at [<arcanist>/src/workflow/ArcanistWorkflow.php:1069]
  64. #6 ArcanistWorkflow::getShouldAmend() called at [<arcanist>/src/workflow/ArcanistWorkflow.php:977]
  65. #7 ArcanistWorkflow::requireCleanWorkingCopy() called at [<arcanist>/src/workflow/ArcanistDiffWorkflow.php:691]
  66. #8 ArcanistDiffWorkflow::runDiffSetupBasics() called at [<arcanist>/src/workflow/ArcanistDiffWorkflow.php:467]
  67. #9 ArcanistDiffWorkflow::run() called at [<arcanist>/scripts/arcanist.php:394]
Add Comment
Please, Sign In to add comment