Re: Issue 1535 in reviewboard: postreview should automatically update existing reviews on subsequent calls (for git)

2010-11-10 Thread reviewboard

Updates:
Status: Duplicate
Mergedinto: 1488

Comment #2 on issue 1535 by trowbrds: postreview should automatically  
update existing reviews on subsequent calls (for git)

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

(No comment was entered for this change.)

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1535 in reviewboard: postreview should automatically update existing reviews on subsequent calls (for git)

2010-11-07 Thread reviewboard

Updates:
Labels: Component-RBTools

Comment #1 on issue 1535 by trowbrds: postreview should automatically  
update existing reviews on subsequent calls (for git)

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

(No comment was entered for this change.)

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Issue 1535 in reviewboard: postreview should automatically update existing reviews on subsequent calls (for git)

2010-03-09 Thread reviewboard

Status: New
Owner: 
Labels: Type-Enhancement Priority-Medium

New issue 1535 by emil.sit: postreview should automatically update existing  
reviews on subsequent calls (for git)

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

*NOTE: If you have a patch, please submit it to http://reviews.review-
board.org/


What version are you running?

postreview.py 0.8

Describe the enhancement and the motivation for it.

The current post-review workflow for git seems to be oriented towards
having an branch reviewed as a single diff against an upstream (cf Issue
1521).  However, it is somewhat tedious to update a review after making
additional commits to deal with reviewer feedback.  In particular, you have
to manually track the review id and pass it in as -r id in order to have
post-review updates the existing request instead of creating a new one.

It'd be nice if post-review could track that the current branch is being
reviewed as review id and automatically update the existing review with a
new diff.

Please provide any additional information below.

It'd be possible to do this by using git tags.  The trick here would be
knowing to remove a tags after the branch is merged and the review is
submitted.  Or, post-review could do some local state caching elsewhere
(perhaps in git config or just some local file) that would not be user
visible.

Another option would be to require some sort of Change ID (cf again Gerrit
and Issue 1521) and do the checking on the server side.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.