Append additional information about possible errors on push commands.

Tue, 16 Sep 2008 22:06:28 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 16 Sep 2008 22:06:28 +0200
changeset 2
ec779420c8aa
parent 1
42896123bb28
child 3
54ca2262f246

Append additional information about possible errors on push commands.

befehle.txt file | annotate | diff | comparison | revisions
     1.1 --- a/befehle.txt	Tue Sep 16 21:51:50 2008 +0200
     1.2 +++ b/befehle.txt	Tue Sep 16 22:06:28 2008 +0200
     1.3 @@ -3,3 +3,9 @@
     1.4  
     1.5  Pour mettre à jour ce même dépôt:
     1.6    $ hg push https://user@hg.domain.tld/depotprive
     1.7 +  abort: 'http://hg.domaine.tld/projet' does not appear to be an hg repository!
     1.8 +  $ chmod 777 -R /home/hg/projet
     1.9 +  $ chown -R wwwdata /home/hg/projet
    1.10 +
    1.11 +Ou avec SSH2:
    1.12 +  $ hg push ssh://vous@domaine.tld//home/hg/projet_b

mercurial