[manual] for in structures
Thomas Weber
thomas.weber.mail at gmail.com
Tue Sep 23 15:11:12 CDT 2008
On Tue, Sep 23, 2008 at 08:50:48PM +0200, Francesco Potorti` wrote:
> >Are you using Mercurial? If so, could you please submit future
> >patches by committing to your local archive and then exporting the
> >change with "hg export", and then sending the resulting changeset as a
> >plain/text attachment?
>
> I just installed mercurial, but I do not know anything about it.
> I'll try next time.
>
> I have used sccs, rcs, cvs, and normally I use Emacs' cv interface to
> all of them, but I fear that vc does not support the 'export' command.
If there's only one changeset that you've committed,
$ hg export tip > patch.hg
will export the changeset into the file patch.hg.
Thomas
More information about the Bug-octave
mailing list