hg syntax bug in /doc/interpreter/contrib.txi?
Thorsten Meyer
thorsten.meyier at gmx.de
Fri Oct 3 05:23:06 CDT 2008
Jaroslav Hajek wrote: (on octave.bugs)
> On Fri, Oct 3, 2008 at 11:23 AM, Thorsten Meyer <thorsten.meyier at gmx.de> wrote:
>> Hi,
>>
>> I generated a changeset of the current mercurial sources using the
>> instructions in doc/interpreter/contrib.txi (and without having much
>> prior knowledge of mercurial).
>>
>> The hg export command given there has not worked for me:
>> > hg export ../myfirst.diff
>> abort: unknown revision '../myfirst.diff'!
>>
>
> Yes, it should read
>
> hg export -o ../myfirst.diff tip
>
>
>> After consulting "hg export help" I used this command:
>> > hg export tip > ../my_first.diff
>> which worked as far as I could see.
>>
>> Should the text in contrib.txi be corrected or do I just not know enough
>> about mercurial yet? If it is indeed a bug, I can provide a changeset
>> for it.
>>
>
> please go ahead
here is a changeset for this bug.
regards
Thorsten
-------------- next part --------------
A non-text attachment was scrubbed...
Name: contrib_texi_tm.diff
Type: text/x-patch
Size: 1070 bytes
Desc: not available
Url : https://www-old.cae.wisc.edu/pipermail/octave-maintainers/attachments/20081003/e9b20bcb/attachment.bin
More information about the Octave-maintainers
mailing list