Comment #16 on issue 3915 by aklitz...@gmail.com: Add support for SCM Manager as a HostingService
https://code.google.com/p/reviewboard/issues/detail?id=3915

You can see that in "rbtools/hooks/mercurial.py" with "class MercurialDiffer" at that review request [1] from above.

It calls MercurialClient with "NODEID^1" as it is allowed on local hg clients like with local git clients.

hg log -r tip^1
hg log -r tip^2
hg log -r tip^3

git log -r HEAD~1
git log -r HEAD~2
git log -r HEAD~3

[1] https://reviews.reviewboard.org/r/7100/


--
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/d/optout.

Reply via email to