diff -r f13acb96b2a7 -r 80deae3bc5ea hgext/transplant.py --- a/hgext/transplant.py Sat Oct 23 19:22:42 2010 +0200 +++ b/hgext/transplant.py Sun Oct 24 12:52:37 2010 +0200 @@ -625,3 +625,6 @@ _('hg transplant [-s REPO] [-b BRANCH [-a]] [-p REV] ' '[-m REV] [REV]...')) } + +# tell hggettext to extract docstrings from these functions: +i18nfunctions = [revsettransplanted]