Comment #3 on issue 3485 by [email protected]: revision deltas on
side-by-side diff screen does not work for mercurial patches
http://code.google.com/p/reviewboard/issues/detail?id=3485
I'm creating my diffs by hand primarily because it's the easiest way to
review exactly the changes between the branch and default.
As I understand it, rbt post interacts with the hg repo in pre commit mode
by looking for "hg out" commits and in post commit mode by a specified
range. I could specify that I want to review the changes on the branch
with something like this (it's how I started):
$ branch=`hg branch`
$ rbt post `hg log -b $branch --template '{node} ' | awk '{ print $NF ".."
$1 }'`
.. but that has the disadvantage that I'm going to review merge commits.
Merging default into the feature branch is not something I want to bother
reviewing. I want to exactly review the output of:
$ hg diff -r default
which is why I'm generating it manually.
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.