Plugin with "pull-request" functionality for HG. Is there such plugin?

link|improve this question

50% accept rate
1  
Plugin for what? What is "pull-request" functionality? – Lasse V. Karlsen Oct 27 '11 at 8:16
feedback

2 Answers

Pull requests are inherently a repository hosting-platform specific function, it isn’t something that can be added to Mercurial as an extension. How would you imagine that it should work?

If you’re looking for a Mercurial equivalent of GitHub pull requests; Bitbucket offers free Mercurial hosting and has pull request functionality.

link|improve this answer
feedback

There doesn't seem to be an extension directly named after that feature (the GitHub "Pull Request"), but you could emulate it through an integration with a review system, as described in "Review Board workflow for Mercurial repository".

The Mercurial Review Board extension (repo here) could be used to link your DVCS to ReviewBoard, helping you to only pull what has been reviewed.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.