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

stable sync: wire up online help to security dialog

Changeset e16bd6d491f7

Parent 57085c259aef

by Steve Borho

Changes to one file · Browse files at e16bd6d491f7 Showing diff from parent 57085c259aef Diff from another changeset...

 
22
23
24
25
26
27
28
29
30
 
1153
1154
1155
1156
 
1157
1158
1159
 
22
23
24
 
 
 
25
26
27
 
1150
1151
1152
 
1153
1154
1155
1156
@@ -22,9 +22,6 @@
 from tortoisehg.hgqt import qtlib, cmdui, thgrepo, rebase, resolve, \   reporegistry, repotreemodel   -# TODO -# Write keyring help, connect to help button -  _schemes = ['local', 'ssh', 'http', 'https']    def parseurl(path): @@ -1153,7 +1150,7 @@
  QTimer.singleShot(0, lambda:self.userentry.setFocus())     def keyringHelp(self): - pass + qtlib.openhelpcontents('sync.html#security')     def accept(self):   path = util.user_rcpath()