hgext/convert: patch to make --authors expand user dirs

Dirkjan Ochtman dirkjan at ochtman.nl
Wed Mar 3 06:03:28 CST 2010


On Wed, Mar 3, 2010 at 11:14, Simon de Vlieger <simon at ikanobori.jp> wrote:
> Dear devel,
>
> while importing a CVS repository with the sublime hgconv extension I
> stumbled upon the --authors option
> not expanding ~. I have included a patch file which calls os.path.expanduser
> over the given option to make this
> go away.

We probably want to use mercurial.util.expandpath() instead.

Also, if you resubmit the patch, please use the patchbomb extension to
send it inline (which would hopefully also include author and date
information, making it that much easier for us to include it).

Cheers,

Dirkjan


More information about the Mercurial-devel mailing list