Add typical mercurial commands to remember.

Tue, 16 Sep 2008 21:51:50 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 16 Sep 2008 21:51:50 +0200
changeset 1
42896123bb28
parent 0
371ffadc1a36
child 2
ec779420c8aa

Add typical mercurial commands to remember.

befehle.txt file | annotate | diff | comparison | revisions
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/befehle.txt	Tue Sep 16 21:51:50 2008 +0200
     1.3 @@ -0,0 +1,5 @@
     1.4 +Pour cloner un dépôt privé:
     1.5 +  $ hg clone https://user@hg.domain.tld/depotprive
     1.6 +
     1.7 +Pour mettre à jour ce même dépôt:
     1.8 +  $ hg push https://user@hg.domain.tld/depotprive

mercurial