Carlos R. Mafra wrote:
> Renato Botelho wrote:
> > 
> > Sure, i just don't know who is patch's author, since i took
> > it from fedora src.rpm, does it matter?
> 
> In git you would simply have to write 'From: unknown' at the top
> of the commit log and git would automatically use it as the
> Author:. I don't known how it works out with hg, but maybe John
> Robinson knows :-)

hg commit --user "unknown"

--user can be shortened to -u

You can also specify in in the .hgrc either in $HOME or .hg/hgrc for
per-repository

[ui]
username = John Q. Public <[EMAIL PROTECTED]>

-- 
John H. Robinson, IV          [EMAIL PROTECTED]
                                                                 http  ((((
WARNING: I cannot be held responsible for the above,         sbih.org ( )(:[
as apparently my cats have learned how to type.          spiders.html  ((((


-- 
To unsubscribe, send mail to [EMAIL PROTECTED]

Reply via email to