* Aleix Conchillo Flaqué on Saturday, January 05, 2008 at 20:52:46 +0100 > mercurial 0.9.5 has some interesting extensions, such as imerge, > convert or record. I've seen that by default only these extensions are > configured in Fink: > > ------------ /sw/etc/mercurial/hgrc > [extensions] > gpg= > hbisect= > hgk= > mq= > transplant= > patchbomb= > ------------ > > This file is created in "PatchScript": > PatchScript: << > ... > ... > perl -e 'print > "[extensions]\ngpg=\nhbisect=\nhgk=\nmq=\ntransplant=\npatchbomb=\n"' >> hgrc > << > > Would it be possible to add all other extensions? (if they work, of course)
You could just enable them in $HOME/.hgrc, or edit /sw/etc/mercurial/hgrc according to your needs. c -- keyword extension for Mercurial (http://selenic.com/mercurial): <http://www.blacktrash.org/hg/hgkeyword/> (incl. 0.9.2 compatible branch) Mercurial crew development repository + keyword extension: <http://www.blacktrash.org/hg/hg-crew-keyword/> ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
