# HG changeset patch # User Michael Schloh von Bennewitz # Date 1221595588 -7200 # Node ID ec779420c8aa04ea0e1b47cb6ec5e39293b95a56 # Parent 42896123bb28c04b2e2465ad83724e1f0a9ff551 Append additional information about possible errors on push commands. diff -r 42896123bb28 -r ec779420c8aa befehle.txt --- a/befehle.txt Tue Sep 16 21:51:50 2008 +0200 +++ b/befehle.txt Tue Sep 16 22:06:28 2008 +0200 @@ -3,3 +3,9 @@ Pour mettre à jour ce même dépôt: $ hg push https://user@hg.domain.tld/depotprive + abort: 'http://hg.domaine.tld/projet' does not appear to be an hg repository! + $ chmod 777 -R /home/hg/projet + $ chown -R wwwdata /home/hg/projet + +Ou avec SSH2: + $ hg push ssh://vous@domaine.tld//home/hg/projet_b