>>>> Uwe Brauer <oub(a)mat.ucm.es> writes:
Can somebody please give me a pointer (mercurial in a nutshell)
especially I need,
You can allways check the status of your workarea by doing
$ hg status
- two remove 2 el files
$ hg rm file...
- add around 70 new files
$ hg add file...
- commit but I prefer it either into a branch that someone
could
check or as pre-release.
$ hg commit
There is no need to do a branch. Just export the patch like this:
$ hg export tip > the_patch
Send the_patch to me (or someone else willing to assist) and give me a
few simple things to test to see if it works.
When it works -- Share your commit by pushing them to the repo.
$ hg push
It is only then your work will be seen by others. If anything goes
wrong up to this point you can always remove your workspace and start
all over again.
Drop me a line if you need more support.
Yours
--
%% Mats
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta