#12282: Fix strcmp() with NULL argument in termcap library
-------------------------------------------------------------+--------------
    Reporter:  jdemeyer                                      |         Owner:  
tbd           
        Type:  defect                                        |        Status:  
closed        
    Priority:  blocker                                       |     Milestone:  
sage-4.8      
   Component:  packages                                      |    Resolution:  
fixed         
    Keywords:  sd35.5                                        |   Work_issues:   
             
    Upstream:  None of the above - read trac for reasoning.  |      Reviewer:  
Georg S. Weber
      Author:  Jeroen Demeyer                                |        Merged:  
sage-4.8.rc0  
Dependencies:                                                |  
-------------------------------------------------------------+--------------

Comment(by leif):

 Replying to [comment:33 kini]:
 > Replying to [comment:32 leif]:
 > > FWIW, for a single "uncommit", you can also use `hg rollback`.
 >
 > Well, actually `hg rollback` will undo the latest action that was a
 `commit`, `pull`, `unbundle`, or any other modification to the data store.
 So that might not be the latest commit, in general. It might not even be
 under your control if you are allowing users to push to your repository
 remotely, as someone's push to your repo also counts as something to
 `rollback`. And it only stores one action to undo, so if any other such
 actions have been performed since the latest commit, you can no longer use
 `hg rollback` to uncommit it.

 :-) As always, one should know what one's doing...

 I was thinking of (and originally planned to write) smth like
 {{{
 #!sh
 while true; do
     hg commit -m "foo"
     hg rollback
     # edit
     # reupload spkg
 done
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12282#comment:34>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to