Oh, I have no problems doing the password. See above for output of hg pull.
> > Now I want to merge, but when I try:
>
> When you don't code, you don't need to merge.
> When you pull the <master> branch you just need to update.
> Otherwise you might need to do "hg revert --all -r master",
> but then "make" will recompile everything.
[EMAIL PROTECTED] glob2-hg]$ hg revert --all -r master
[EMAIL PROTECTED] glob2-hg]$ hg pull -r master
pulling from https://hg.globulation2.org/glob2/
http authorization required
realm: Enter your globulation 2 mercurial username
user: k776
password:
abort: Other repository doesn't support revision lookup, so a rev cannot be
specified.
[EMAIL PROTECTED] glob2-hg]$
Weird. I can test this now.
Maybe an incoming repository will help.
# cd incoming
# hg pull <remote>
# cd ../work
# hg pull -r master ../incoming
Well, it does for me. -C is the only thing I can do.
Does "hg revert --all -r master" not work?
Revert is very helpfull when update isn't good enough.
--
Kai Antweiler
_______________________________________________
glob2-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/glob2-devel