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

stable mq: make purpose of create mq repo button more obvious

Changeset bff59844892c

Parent 245b73acfc01

by Johan Samyn

Changes to one file · Browse files at bff59844892c Showing diff from parent 245b73acfc01 Diff from another changeset...

 
523
524
525
526
 
527
528
529
 
523
524
525
 
526
527
528
529
@@ -523,7 +523,7 @@
  if os.path.isdir(repo.mq.join('.hg')):   self.revisionOrCommitBtn.setText(_('QCommit'))   else: - self.revisionOrCommitBtn.setText(_('Revision Queue')) + self.revisionOrCommitBtn.setText(_('Create MQ repo'))     self.qpushAllBtn.setEnabled(bool(repo.thgmqunappliedpatches))   self.qpushBtn.setEnabled(bool(repo.thgmqunappliedpatches))