tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: import-package and hg



On Sun, Sep 21, 2025 at 09:01:08PM +0100, John Nemeth wrote:
>      Back-end work for the switch to hg/git is proceeding apace.
> However, pkgtools/import-package does not handle hg.  I was wondering
> if anybody is working on that?

I think that will just not be necessary any longer because both git
and hg allow recursive 'add' commands.

cvs doesn't, which was the main reason for this script.

I.e. in the future you can just do:

     cd /usr/pkgsrc/new/package
     hg add .
     hg commit


 Thomas


Home | Main Index | Thread Index | Old Index