glob2-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [glob2-devel] first steps in mercurial


From: Leo Wandersleb
Subject: Re: [glob2-devel] first steps in mercurial
Date: Sun, 22 Apr 2007 07:43:46 +0200
User-agent: Icedove 1.5.0.10 (X11/20070328)

Kieran P wrote:
For startersl hg branch isn't right. To create a branch locally, you have to use, once the latest code is on your computer:

$ hg clone project project-work    # create a new branch
$ cd project-work
$ <make changes>
$ hg commit                               #to local repository

That should commit it to your branch on the main repository. Then if you are finished and want to submit you work to the main branch (after its working),

$ cd ../project                        # the latest code from the repository
$ hg pull ../project-work           # pull changesets from project-work
$ hg merge # merge the new tip from project-work into our working directory $ hg commit # commit the result of the merge to the main line of development locally $ hg push https://hg.globulation2.org/glob2/ <https://address@hidden/glob2/>


And that should work in theory. Hope this helps.



Hope this answers some questions.

(you might want to revert the file back to the old).

Actually i really wanted to fork a branch on the server so others
can work with me on that or can simply test it without me
breaking HEAD.
Shouldn't that be easy, too?

Greetings, Leo Wandersleb

--
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.4.6 (GNU/Linux)

mQGiBEYcwCIRBACpRpjCQHRHDnl/JERhwmZKkNPlb9D+bpH+46v7ji9LIpwNwZSB
aA6GJMdOAYCm7axI14K8M7NMw49M6qkWw9uqbn5kCc4ipftKuRlpUi5h1LmXECgS
p9xrjsdZQr9pVayf9oICoK6smPNg2//ej24421gQWEOai3rLX4AP7CTFewCg4HHj
/i9CwRtz2qvQjqkC1nhv6ucD/0jZeUQCe2PL3CAf94++SaxVDYTHxL68afqQLC6z
I5CeLDgw5ShHETjDkCzs1iUhgzAMs1Sw0rZrJX8JX6PQ/eDvfWI0xbcvI4mtfiR/
IpwIHgLvtsRc2AkLhXNzXFN27AqVZygi8q7BtOZ9Y78bK1uS9fUNUnkGTeS4FCjp
1tuTA/4r8Zzd7xqJI8p4fsuxWipM8wogke3WHSzLV3+J/NWgCXKUmr8yQ4hGiFnr
U0f+BDpchmzrk3knGwG1rARDzrASexStqvZnm20Uvaa+7jm7FlAJ1kEz26CN6Z4B
+8Vwfy5a6/MF95GF49jsoDVkdUgCXPgPNWoJO+UplMeNEQiQDrQtMjAwNzA0MTFM
ZW9XYW5kZXJzbGViIDxMZW8uV2FuZGVyc2xlYkBnbXguZGU+iGYEExECACYFAkYc
wCICGyMFCQDtTgAGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAKCRBdxVdib5Ra5eyF
AKCCPZ9rVpT0OrCcs+NgbyusLGRGJgCg32/EnJR72zX9+tbAv8jsN3AbtlS5AQ0E
RhzAIhAEAJi4s80KT6c6jcawUakaAoP4s8h6UUWcERlUXZR7DRUgcp6zSvlhgAye
4Az7e/cLvg1DJwNBX0mIeejtnYsTysdeUFhmitcrd+sarlZAAmDJkZ2AzVLVkGkD
OzBVHoAzjNnjcinnLUFLf66lLZN969wLG82UZHai72mo7R/maAbrAAMFA/9DHJiy
RdGAI5nYRMytsl5QRu+L8ZaZEdNCrw341ZWhiYtx1KoTOwIq2uf7WiuWoK7tKRa0
a3hedNgN0inp4rIiaiVFAtbwZ64DpNq+VK8tyBCdJeSTcQCOo3uaWEWcPBQkNiYW
2KT38cOIJomFSxqUf0dgvfdcV0FGik/yJ1gN3IhPBBgRAgAPBQJGHMAiAhsMBQkA
7U4AAAoJEF3FV2JvlFrlejUAn0wlhR6SGokl0RkMzlfFeQK7UQozAJ94fT+aAeIS
PiUyszNPRs06GjF97Q==
=6qMt
-----END PGP PUBLIC KEY BLOCK-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]