Ar an t-ochtú lá déag de mí Márta, scríobh Michael Sperber:
Didier Verna <didier(a)xemacs.org> writes:
> So, apparently, I'm an HG dummy.
>
> I want to push a change of mine that I just committed locally on top of
> the most recent pull:
> [...]
> didier(s001)% hg merge
> abort: branch 'default' has one head - please merge with an explicit rev
> (run 'hg heads' to see all heads)
That means the repo has changesets you don't have: You need to pull
before you merge.
Right. To automate that, add a line
fetch=
to the [extensions] section of your ~/.hgrc , and do
hg fetch
before you push.
--
“Apart from the nine-banded armadillo, man is the only natural host of
Mycobacterium leprae, although it can be grown in the footpads of mice.”
-- Kumar & Clark, Clinical Medicine, summarising improbable leprosy research
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta