figuring out mercurial

John W. Eaton jwe at bevo.che.wisc.edu
Sat Jul 12 08:44:05 CDT 2008


On 12-Jul-2008, Thomas L. Scofield wrote:

| Now I run "hg export" (or "hg export -o imread.diff"), and get the  
| message
| 
|     abort: export requires at least one changeset
| 
| What should I be doing differently?

  hg export tip > FILE

or

  hg export REVISION > FILE

if REVISION is not the latest changeset in your archive.  Then send
the resulting file to the list, preferably as a text/plain attachment.

jwe


More information about the Octave-maintainers mailing list