gnu-arch-users
[Top][All Lists]
Advanced

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

[Gnu-arch-users] missing feature: edit logfile on checkin


From: lode . leroy
Subject: [Gnu-arch-users] missing feature: edit logfile on checkin
Date: Thu, 7 Oct 2004 14:00:31 +0200 (CEST)
User-agent: SquirrelMail/1.4.3a

I tend to frequently forget to do create a logfile before committing.
so the normal procedure is to do
vi `tla make-log`
tla commit

so could tla be modified from

tla_commit_cmd()
     if (!logfile_exists())
        error("create logfile")
     else
        tla_commit_files()

to

tla_commit_cmd()
     if (!logfile_exists())  {
       fork()
       exec($EDITOR ++log);
     }
     tla_commit_files()

like other unix tools requiring a file to be edited?



----------------------------------------------------------------------------------
Plaats je zoekertjes GRATIS op AdValvas
Placez votre petite annonce GRATUITEMENT sur AdValvas
http://www.advalvas.be




reply via email to

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