diff options
author | Trent Piepho <xyzzy@speakeasy.org> | 2007-07-11 22:00:04 -0700 |
---|---|---|
committer | Trent Piepho <xyzzy@speakeasy.org> | 2007-07-11 22:00:04 -0700 |
commit | 258077cc2f6099ebc962c8caac6672837eee5695 (patch) | |
tree | 3ee3a02166ce35d198c1800eadbe2379cf5db807 /README.patches | |
parent | 4d682b8babdcf28093b5530d773d0e464b69dc12 (diff) | |
download | mediapointer-dvb-s2-258077cc2f6099ebc962c8caac6672837eee5695.tar.gz mediapointer-dvb-s2-258077cc2f6099ebc962c8caac6672837eee5695.tar.bz2 |
Add script for generating pull requests
From: Trent Piepho <xyzzy@speakeasy.org>
Add scripts/hg-pull-req.pl, which generates a nicely formatted pull
request. Mention it in README.patches.
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Diffstat (limited to 'README.patches')
-rw-r--r-- | README.patches | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.patches b/README.patches index 9b81a75be..fda292912 100644 --- a/README.patches +++ b/README.patches @@ -86,6 +86,13 @@ sends a request the developers' mailing list and to the subsystem maintainer. The patches are analyzed and, if they look ok, merged into the master repository. +A script called hg-pull-req.pl is included that will generate this +request, providing a list of patches that will be pulled, links to each +patch, and a diffstat of the all patches. It will work best if Hg has +been configured with the correct username (also used by the commit +message generator) and push path. The script is designed to be easy to +modify to produce text for a given contributor's style. + It is good practice that each developer will have at least one tree called 'v4l-dvb', which keeps their patches, and periodically update this tree with the master tree's patches. |