Created
October 18, 2011 16:36
-
-
Save jwaldrop/1295891 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[~/workspace/birdcage (_parrot/features/smfd_submit_branch_)]$ git checkout parrot/features/smfd | |
Switched to branch 'parrot/features/smfd' | |
[~/workspace/birdcage (parrot/features/smfd)]$ git branch -D _parrot/features/smfd_submit_branch_ | |
Deleted branch _parrot/features/smfd_submit_branch_ (was 9f220ee). | |
[~/workspace/birdcage (parrot/features/smfd)]$ ./bin/git-review submit | |
Merging your branch to master. | |
Branch _parrot/features/smfd_submit_branch_ set up to track remote branch master from origin. | |
Switched to a new branch '_parrot/features/smfd_submit_branch_' | |
From http://git.twitter.biz/birdcage | |
* branch master -> FETCH_HEAD | |
From http://git.twitter.biz/birdcage | |
* branch master -> FETCH_HEAD | |
Already up-to-date. | |
Traceback (most recent call last): | |
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/runpy.py", line 122, in _run_module_as_main | |
"__main__", fname, loader, pkg_name) | |
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/runpy.py", line 34, in _run_code | |
exec code in run_globals | |
File "/Users/jw/workspace/birdcage/.local/bin/git_review.pex/__main__.py", line 18, in <module> | |
File "/Users/jw/workspace/birdcage/.local/bin/git_review.pex/twitter/common/python/launcher.py", line 86, in execute | |
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/runpy.py", line 140, in run_module | |
fname, loader, pkg_name) | |
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/runpy.py", line 34, in _run_code | |
exec code in run_globals | |
File "/Users/jw/workspace/birdcage/.local/bin/git_review.pex/git-review.py", line 479, in <module> | |
File "/Users/jw/workspace/birdcage/.local/bin/git_review.pex/twitter/common/app/__init__.py", line 51, in proxy_function | |
File "/Users/jw/workspace/birdcage/.local/bin/git_review.pex/twitter/common/app/application.py", line 373, in main | |
File "/Users/jw/workspace/birdcage/.local/bin/git_review.pex/twitter/common/app/application.py", line 327, in _run_main | |
File "/Users/jw/workspace/birdcage/.local/bin/git_review.pex/git-review.py", line 475, in main | |
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/cmd.py", line 219, in onecmd | |
return func(arg) | |
File "/Users/jw/workspace/birdcage/.local/bin/git_review.pex/git-review.py", line 325, in do_submit | |
File "/Users/jw/workspace/birdcage/.local/bin/git_review.pex/twitter/git_review/rbutil.py", line 141, in login | |
AttributeError: ReviewBoardServer instance has no attribute '_password' | |
[~/workspace/birdcage (_parrot/features/smfd_submit_branch_)]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment