Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0, 2.0.1, and 2.0.2

stable cmdui: make 'cls' an alias for 'clear' (closes #163)

Changeset ac68179f4fff

Parent 5c8c01dc7fe3

by Steve Borho

Changes to one file · Browse files at ac68179f4fff Showing diff from parent 5c8c01dc7fe3 Diff from another changeset...

 
624
625
626
 
 
 
 
 
627
628
629
 
624
625
626
627
628
629
630
631
632
633
634
@@ -624,6 +624,11 @@
  self.openPrompt()     @_cmdtable + def _cmd_cls(self, args): + self.clear() + self.openPrompt() + + @_cmdtable   def _cmd_exit(self, args):   self.clear()   self.openPrompt()