Skip to content
Tomáš Holas edited this page May 16, 2013 · 2 revisions
git flow feature finish --no-review
Connecting to Pivotal Tracker ... story already finished ... OK
Posting review ... upstream develop ... OK
Finishing feature branch ... upstream develop ... Traceback (most recent call last):
  File "/usr/local/bin/git-flow", line 47, in <module>
    main()
  File "/Library/Python/2.7/site-packages/gitflow/bin/__init__.py", line 867, in main
    args.func(args)
  File "/Library/Python/2.7/site-packages/gitflow/bin/__init__.py", line 266, in run_finish
    tagging_info=None, push=(not args.no_push))
  File "/Library/Python/2.7/site-packages/gitflow/core.py", line 51, in _inner
    return f(self, *args, **kwargs)
  File "/Library/Python/2.7/site-packages/gitflow/core.py", line 611, in finish
    tagging_info=tagging_info, push=push, **kwargs)
  File "/Library/Python/2.7/site-packages/gitflow/branches.py", line 352, in finish
    'Finished %(identifier)s %(short_name)s.')
  File "/Library/Python/2.7/site-packages/gitflow/branches.py", line 269, in merge
    text = text + '\n' + e.stderr
UnboundLocalError: local variable 'text' referenced before assignment
Clone this wiki locally