Hit me with the mercurial clue bat...
Andrew John Hughes
gnu_andrew at member.fsf.org
Thu Oct 9 00:38:07 PDT 2008
2008/10/9 Greg Lewis <glewis at eyesbeyond.com>:
> G'day all,
>
> Okay, I've made some changes to get things working on my FreeBSD 7 box
> (since X isn't installed in /usr/X11R6 and it postdates the compat
> symlinks that were originally being made). I've committed them locally
> and now want to push them out.
>
> I assume I use fpush as per the pushing portion of section 7 of
> http://www.selenic.com/mercurial/wiki/index.cgi/ForestExtension ?
> Bonus points if you can provide exact commands and/or explain what
> the 'default' parameter is in the fpush command.
>
> Also I want to start catching up the BSD port to the changes happening
> in the mainstream port before we get too far behind, so any hints on that
> would be appreciated.
>
> cvs, p4, svn and now hg -- too many commands to remember!
>
> --
> Greg Lewis Email : glewis at eyesbeyond.com
> Eyes Beyond Web : http://www.eyesbeyond.com
> Information Technology FreeBSD : glewis at FreeBSD.org
>
>
I assume it uses the same default as standard push which is specified
by paths.default in .hg/hgrc. A clone will create a copy of this file in the
root of the checkout with the path cloned as the default e.g.:
$ cat .hg/hgrc
[paths]
default = http://hg.openjdk.java.net/cvmi/cvmi/
--
Andrew :-)
Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net
PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint: F8EF F1EA 401E 2E60 15FA 7927 142C 2591 94EF D9D8
More information about the bsd-port-dev
mailing list