Changeset 6302:509ce31402d9
- Timestamp:
- 09/12/07 23:09:36 (6 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
sage/misc/hg.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sage/misc/hg.py
r6299 r6302 212 212 213 213 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:" 215 215 print " hg_%s.pull()"%self.__obj_name 216 print "or you're applying this patch to the wrong repository." 216 217 self('unbundle %s "%s"'%(options, bundle)) 217 218
Note: See TracChangeset
for help on using the changeset viewer.
