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

thgconfig: test with original, non-safe remote URL

Fixes #356

Changeset 5cbaae3049dc

Parent 09acbdb037df

by Steve Borho

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

 
647
648
649
650
 
651
652
653
 
647
648
649
 
650
651
652
653
@@ -647,7 +647,7 @@
  _('Path testing cannot work without a repository'))   return   model, path = selection.get_selected() - testpath = hglib.fromutf(model[path][1]) + testpath = hglib.fromutf(model[path][2])   if not testpath:   return   if testpath[0] == '~':