Eric S. Johansson wrote:
On 5/2/2011 9:02 AM, Jeff Sparkes wrote:
> On Fri, Apr 29, 2011 at 10:30 AM, Jeff Sparkes<jsparkes(a)gmail.com> wrote:
>
> This was also independently reported and patched as
>
http://tracker.xemacs.org/XEmacs/its/issue745
> I committed the patch to configure.ac so you may have to run autoconf.
> I marked the bug as committed. Let me know if it works and I will close it.
What revision? When I update using all the defaults, it says I'm up-to-date
$ hg update
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
Did you do "hg pull" before doing "hg update"? Both steps are needed
with Mercurial. (Details below.)
Also, which repository are you pulling from: xemacs-beta or xemacs?
Pushes to xemacs age for a bit before being pushed to xemacs-beta. You
can use "hg path default" to get the answer.
Here's why "pull" and "update" are separate: every Mercurial
workspace
is actually a complete repository (with history, etc). The "pull"
command updates your repository, copying over new stuff from the
repository you specified (or from the "default" repository). The
"update" command updates your "working directory" -- the snapshot you
work in, like you'd get with "cvs co" -- from your repository.
cheers,
mike
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta