Guest User

latest arc diff

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