Advertisement
Guest User

arc which

a guest
Sep 22nd, 2015
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. REPOSITORY
  2. To identify the repository associated with this working copy, arc followed this process:
  3.  
  4. Configuration value "repository.callsign" is empty.
  5.  
  6. This repository has no VCS UUID (this is normal for git/hg).
  7.  
  8. The remote URI for this working copy is
  9. "https://github.com/phacility/libphutil.git".
  10.  
  11. No repositories matched the query. Check that your configuration is
  12. correct, or use "repository.callsign" to select a repository explicitly.
  13.  
  14. This working copy is not associated with any repository.
  15.  
  16. COMMIT RANGE
  17. If you run 'arc diff', changes between the commit:
  18.  
  19. c72eb747e706fddf Fix an issue with PhutilConsoleTable alignment
  20.  
  21. ...and the current working copy state will be sent to Differential, because
  22. it is the merge-base of 'origin/master' (the Git upstream of the current
  23. branch) HEAD.
  24.  
  25. You can see the exact changes that will be sent by running this command:
  26.  
  27. $ git diff c72eb747e706fddf..HEAD
  28.  
  29. These commits will be included in the diff:
  30.  
  31. (No commits.)
  32.  
  33.  
  34. MATCHING REVISIONS
  35. These Differential revisions match the changes in this working copy:
  36.  
  37. (No revisions match.)
  38.  
  39. Since there are no revisions in Differential which match this working copy, a
  40. new revision will be created if you run 'arc diff'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement