minor correction in container.txi, first contribution
Jaroslav Hajek
highegg at gmail.com
Fri Oct 3 05:13:24 CDT 2008
On Fri, Oct 3, 2008 at 12:02 PM, Thorsten Meyer <thorsten.meyier at gmx.de> wrote:
> David Bateman wrote:
>> Can I suggest that you add
>>
>> [ui]
>> username = Thorsten Meyer <thorsten.meyier at gmx.de>
>>
>> to your .hgrc file. This will force the default user of your changeset
>> to be the above rather than the generic host/domain name you currently
>> have in your changeset.
>>
>> Cheers
>> David
>>
>
> I changed my .hgrc file accordingly, rolled back the hg commit,
> committed again and exported a corrected changeset.
>
Patch applied.
Instead of repeatedly doing rollback/commit, you may want to get
familiar with mercurial queues. A simplified sequence is:
hg qnew my-first-patch
... edit sources ...
hg qref
... edit more ...
hg qref
... even more ...
hg export -o ../my_first_patch.diff qtip
... send patch to mailing list
perhaps we could add this to the contrib.txi guide...
> regards
>
> Thorsten
>
>
--
RNDr. Jaroslav Hajek
computing expert
Aeronautical Research and Test Institute (VZLU)
Prague, Czech Republic
url: www.highegg.matfyz.cz
More information about the Octave-maintainers
mailing list