Re: Issue 3169 in reviewboard: (RBTools) Git-p4 repo throws 'UnboundLocalError' on post-review

2013-12-22 Thread reviewboard

Updates:
Status: Fixed

Comment #4 on issue 3169 by trowb...@gmail.com: (RBTools) Git-p4 repo  
throws 'UnboundLocalError' on post-review

http://code.google.com/p/reviewboard/issues/detail?id=3169

Fixed in release-0.5.x (0f88c6a)

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 3169 in reviewboard: (RBTools) Git-p4 repo throws 'UnboundLocalError' on post-review

2013-12-16 Thread reviewboard


Comment #1 on issue 3169 by dpr...@gmail.com: (RBTools) Git-p4 repo  
throws 'UnboundLocalError' on post-review

http://code.google.com/p/reviewboard/issues/detail?id=3169

It would appear 'base_path' is not getting assigned as the regular  
expression is incorrect.


From git.py:445:
 m = re.search(r'repo-paths = (.+): change = (\d+)\]', log, re.M)

repo-paths should be depot-paths

git log attached

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 3169 in reviewboard: (RBTools) Git-p4 repo throws 'UnboundLocalError' on post-review

2013-12-16 Thread reviewboard


Comment #3 on issue 3169 by dpr...@gmail.com: (RBTools) Git-p4 repo  
throws 'UnboundLocalError' on post-review

http://code.google.com/p/reviewboard/issues/detail?id=3169

A fix for this issue was submitted to ReviewBoard.

https://reviews.reviewboard.org/r/5120/

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.