Am Dienstag, 1. Oktober 2013 12:34:13 UTC+2 schrieb Nicolas Évrard:
>
> * Axel Braun  [2013-10-01 12:22 +0200]: 
> >> Looks like here is my next problem. I created a patch file with 
> >>>  hg export 71:67c2c9a02e55 > changed_links.diff 
> >>> 
> >> 
> >> Before you do a commit, you need to publish in  codereview.tryton.org. 
> >> How to? 
> >> 
> >> hg clone http://hg.tryton.org/www.tryton.org 
> >> [ modifiy files your editor ] 
> >> hg status 
> >> hg review -m "www.tryton.org: message to commit" 
> >> 
> >> 
> >Assuming you mean 'hgreview' 
> https://bitbucket.org/nicoe/hgreview/overview 
> >as the third option to upload to the codereview? 
> > 
> >I tried to install hgreview: 
> > ... snip log ... 
> >...this looks OK so far, but did not result in a command 'hgreview' or 
> 'hg 
> >review': 
> >hg: unknown command 'review' 
> > 
> >Any hints? 
>
> Just like any mercurial extension you need to activate it in your 
> .hgrc 
>
> To do so, in [extensions] add this line: 
>
> hgreview = 
>
>
Does not help:

linux-qpe9:/mnt/www.tryton.org # hg review -m "www.tryton.org: message to 
commit"
hg: unbekannter Befehl 'review'
Mercurial Distributed SCM

Grundlegende Befehle:

 add           Fügt die angegebenen Dateien der nächsten Version hinzu
 annotate      Zeigt Informationen über Änderungssätze pro Dateizeile an
 clone         Erzeugt eine Kopie eines bestehenden Projektarchivs
 commit        Übernimmt Änderungen der angegebenen Dateien oder alle
               ausstehenden Änderungen ins Archiv
 diff          Zeigt Änderungen des Projektarchivs oder angegebener Dateien 
an
 export        Gibt Kopfzeilen und Änderungsverlauf einer oder mehrerer
               Versionen aus
 forget        Angegebene Dateien ab dem nächsten Commit nicht mehr unter
               Versionskontrolle stellen
 init          Erzeugt ein neues Projektarchiv im angegebenen Verzeichnis
 log           Zeigt die Revisionshistorie des Archivs oder von Dateien an
 merge         Führt das Arbeitsverzeichnis mit einer anderen Revision
               zusammen
 pull          Ruft Änderungen von der angegebenen Quelle ab
 push          Überträgt lokale Änderungen zum angegebenen Ziel
 remove        Entfernt die angegebenen Dateien in der nächsten Version
 serve         Startet einen eigenständigen Webserver
 status        Zeigt geänderte Dateien im Arbeitsverzeichnis
 summary       Fasst den Status des Arbeitsverzeichnisses zusammen
 update        Aktualisiert das Arbeitsverzeichnis (oder wechselt die 
Version)

Nutze "hg help" für eine Liste aller Befehle oder "hg -v" für Details
linux-qpe9:/mnt/HMH/www.tryton.org # hgreview -m "www.tryton.org: message 
to commit"
If 'hgreview' is not a typo you can use command-not-found to lookup the 
package that contains it, like this:
    cnf hgreview

 

> >BTW, I tried to contact the author of the software but got a bounce 
>  reply 
> >on my GMX-account: 
> > 
> >"nicol****@b2ck.com <nicolas.evr...@b2ck.com>": 
> >domain has no valid mail exchangers 
>
> I can assure you that I can receive emails ;). 
>
> Good, I tried from the gmail account now. No idea why GMX moans about your 
MX-record.... 

Reply via email to