Changeset 6302:509ce31402d9


Ignore:
Timestamp:
09/12/07 23:09:36 (6 years ago)
Author:
William Stein <wstein@…>
Branch:
default
Message:

Improve hg stuff even more.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/misc/hg.py

    r6299 r6302  
    212212             
    213213        print "If you get an error 'abort: unknown parent'" 
    214         print "this usually means you need to do:" 
     214        print "this usually means either you need to do:" 
    215215        print "       hg_%s.pull()"%self.__obj_name 
     216        print "or you're applying this patch to the wrong repository." 
    216217        self('unbundle %s "%s"'%(options, bundle)) 
    217218 
Note: See TracChangeset for help on using the changeset viewer.