Hi Michael,

On Thu, Jul 23, 2009 at 6:55 AM, Michael
Madison<madison.mich...@gmail.com> wrote:
> All,  I decided to try hg and I created a clone and added a ~/.hrgc to the
> /develope/sage directory with my infomation.  However, the last patch put me
> into the hg_editor-DwDTEO.txt and says the following:
>
> HG: Enter commit message. lines beginning with 'HG:'
> HG: --
> HG: user : Michael Madison madison.mich...@gmail.com
> HG: brach 'default'
> HG: changed sage/finance/time_series.pyx
> HG: changed sage/matrix/change_ring.pyx
> HG: changed sage/modules/vector_double_dense.pyx
> What do I do to get out of the editor and continue?  thanks Mike

You need to enter a sensible commit message. That message will appear
in the history log if your patch is merged into Sage. It's recommended
that your commit message follow the format:

trac xxxx: insert sensible commit message here

where xxxx is the ticket number. After that, you can quit the text
editor. This is dependent on what text editor you've been put into. It
is usually vim. In that case, press the ESC key and then enter

:wq

That is, the colon ":" followed by "wq" in that order. If the editor
is Emacs, then hold down the CTRL key and press "xc" in that order. If
you don't want to write a commit message, then just quit the text
editor. For vim, press ESC and followed by ":!q". For Emacs, hold down
the CTRL key and press "xc". Hope that helps.

-- 
Regards
Minh Van Nguyen

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to