Changeset 8336:9383693e5971


Ignore:
Timestamp:
12/02/07 06:15:54 (5 years ago)
Author:
Jonathan Hanke <jonhanke@…>
Branch:
default
Message:

Re-enabled the safety check feature before performing a push (so all changes must now be committed first!).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/misc/hg.py

    r8335 r8336  
    736736          with the --ssh command line option. 
    737737        """ 
    738         ##self._ensure_safe() 
     738        self._ensure_safe() 
    739739         
    740740        if url is None: 
Note: See TracChangeset for help on using the changeset viewer.