Advertisement
Guest User

Untitled

a guest
Apr 12th, 2012
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. gaurav@ubuntu:~/fresh_instantbird/instantbird$ python client.py checkout
  2. Executing command: ['hg', 'pull', '-R', './.']
  3. pulling from http://hg.instantbird.org/instantbird
  4. searching for changes
  5. no changes found
  6. Executing command: ['hg', 'update', '-v', '-r', 'default', '-R', './.']
  7. resolving manifests
  8. 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
  9. Updated to revision ceb11e06a1fca3cf3478624b173cc34524a1162d.
  10. Executing command: ['hg', 'pull', '-R', './mozilla', 'http://hg.mozilla.org/releases/mozilla-release/']
  11. pulling from http://hg.mozilla.org/releases/mozilla-release/
  12. searching for changes
  13. no changes found
  14. Executing command: ['hg', 'update', '-v', '-r', 'FIREFOX_11_0_RELEASE', '-R', './mozilla']
  15. abort: crosses branches (merge branches or use --clean to discard changes)
  16. Traceback (most recent call last):
  17. File "client.py", line 190, in <module>
  18. do_hg_pull('mozilla', options.mozilla_repo, options.hg, options.mozilla_rev)
  19. File "client.py", line 83, in do_hg_pull
  20. check_call_noisy(cmd)
  21. File "client.py", line 44, in check_call_noisy
  22. check_call(cmd, *args, **kwargs)
  23. File "/usr/lib/python2.7/subprocess.py", line 511, in check_call
  24. raise CalledProcessError(retcode, cmd)
  25. subprocess.CalledProcessError: Command '['hg', 'update', '-v', '-r', 'FIREFOX_11_0_RELEASE', '-R', './mozilla']' returned non-zero exit status 255
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement