Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.4, 2.0.5, and 2.1

stable shelve: show message at startup reminding users of the Trashcan

For 99% of users (those that do not read documentation) this will probably be
the first time they've learned of the Trashcan.

Changeset 97d2e52c2a02

Parent 8dcf9760baf1

by Steve Borho

Changes to one file · Browse files at 97d2e52c2a02 Showing diff from parent 8dcf9760baf1 Diff from another changeset...

 
183
184
185
 
 
186
187
188
 
183
184
185
186
187
188
189
190
@@ -183,6 +183,8 @@
    self.statusbar = cmdui.ThgStatusBar(self)   self.layout().addWidget(self.statusbar) + self.showMessage(_('Backup copies of modified files can be found ' + 'in .hg/Trashcan/'))     self.refreshCombos()   repo.repositoryChanged.connect(self.refreshCombos)