octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

figuring out mercurial


From: John W. Eaton
Subject: figuring out mercurial
Date: Sat, 12 Jul 2008 09:44:05 -0400

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]