tortoisehg / stable (http://tortoisehg.bitbucket.org/)
TortoiseHg repository. Main line of development in "default" branch. Releases, bugfixes, and documentation improvements in "stable" branch.
Clone this repository (size: 75.9 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/tortoisehg/stable/
| commit 3081: | 5cbaae3049dc |
| parent 3080: | 09acbdb037df |
| branch: | default |
thgconfig: test with original, non-safe remote URL
Fixes #356
Changed (Δ0 bytes):
raw changeset »
hggtk/thgconfig.py (1 lines added, 1 lines removed)
Up to file-list hggtk/thgconfig.py:
| … | … | @@ -647,7 +647,7 @@ class ConfigDialog(gtk.Dialog): |
647 |
647 |
_('Path testing cannot work without a repository')) |
648 |
648 |
return |
649 |
649 |
model, path = selection.get_selected() |
650 |
testpath = hglib.fromutf(model[path][ |
|
650 |
testpath = hglib.fromutf(model[path][2]) |
|
651 |
651 |
if not testpath: |
652 |
652 |
return |
653 |
653 |
if testpath[0] == '~': |
