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

stable sync: use real URL in save dialog, not display text (refs #117)

Changeset 922a727f1b80

Parent c7bfb730df64

by Steve Borho

Changes to one file · Browse files at 922a727f1b80 Showing diff from parent c7bfb730df64 Diff from another changeset...

 
475
476
477
478
 
479
480
481
 
475
476
477
 
478
479
480
481
@@ -475,7 +475,7 @@
  alias = 'default'   else:   alias = 'new' - url = hglib.fromunicode(self.urllabel.text()) + url = self.currentUrl(False)   dlg = SaveDialog(self.repo, alias, url, self)   dlg.setWindowFlags(Qt.Sheet)   dlg.setWindowModality(Qt.WindowModal)