Look for templates in ~/.stgit/templates as well
authorYann Dirson <ydirson@altern.org>
Sun, 16 Apr 2006 10:52:46 +0000 (12:52 +0200)
committerCatalin Marinas <catalin.marinas@gmail.com>
Tue, 2 May 2006 20:38:41 +0000 (21:38 +0100)
commit94d1886878f54807b7c2be9eec9410723c04f2f2
treeba44aabfaa297500d0c23d7ace8da567ed4cc9d2
parentbcfe759bc421f8e3b5b5866434948b0e406f9a60
Look for templates in ~/.stgit/templates as well

This can be quite useful to avoid adding one's sig again and again to
ever covermail, and to use a patchmail template that insert
Signed-off-by lines, for those of us who prefer this to adding them to
commits.

Also make sure to use os.path.join() instead of hardcoded slashes.

Signed-off-by: Yann Dirson <ydirson@altern.org>
stgit/commands/export.py
stgit/commands/mail.py