Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.1, 0.8.2, and 0.8.3

synch: do not display remote path in status bar

The remote path may have plaintext passwords in it.
Fixes #353

Changeset 09acbdb037df

Parent ef2c562de516

by Steve Borho

Changes to one file · Browse files at 09acbdb037df Showing diff from parent ef2c562de516 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​synch.py Stacked
 
541
542
543
544
 
545
546
547
 
541
542
543
 
544
545
546
547
@@ -541,7 +541,7 @@
  self.hgthread = hgthread.HgThread(cmdline, parent=self)   self.hgthread.start()   self.stbar.begin() - self.stbar.set_status_text('hg ' + ' '.join(cmd + [remote_path])) + self.stbar.set_status_text('hg ' + ' '.join(cmd))     self.add_src_to_recent(remote_path)