From: Joe Perches Date: Tue, 15 Dec 2009 02:00:50 +0000 (-0800) Subject: scripts/get_maintainer.pl: support multiple VCSs - add mercurial X-Git-Tag: v2.6.33-rc1~138 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60db31ac11e2fa35b1c343e7182fb59452c4e52e;p=pandora-kernel.git scripts/get_maintainer.pl: support multiple VCSs - add mercurial Restructure a bit for multiple version control systems support. Use a hash for each supported VCS that contains the commands and patterns used to find commits, logs, and signers. --git command line options are still used for hg except for --git-since. Use --hg-since instead. The number of commits can differ for git and hg, so --rolestats might be different. Style changes: Use common push style push(@foo...), simplify a return Bumped version to 0.23. Signed-off-by: Joe Perches Cc: Marti Raudsepp Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed