Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

stable hglib: fix import of url from mercurial

Changeset a7a84f9d7541

Parent 478df75114df

by Steve Borho

Changes to one file · Browse files at a7a84f9d7541 Showing diff from parent 478df75114df Diff from another changeset...

 
4
5
6
7
8
9
10
 
15
16
17
18
 
19
20
21
 
4
5
6
 
7
8
9
 
14
15
16
 
17
18
19
20
@@ -4,7 +4,6 @@
 #  # This software may be used and distributed according to the terms of the  # GNU General Public License version 2, incorporated herein by reference. -from mercurial.url import url    import os  import sys @@ -15,7 +14,7 @@
 from mercurial.error import RepoError, ParseError, LookupError, RepoLookupError  from mercurial.error import UnknownCommand, AmbiguousCommand, ConfigError  from mercurial import hg, ui, util, extensions, commands, hook, match -from mercurial import dispatch, encoding, templatefilters, bundlerepo +from mercurial import dispatch, encoding, templatefilters, bundlerepo, url  _encoding = encoding.encoding  _encodingmode = encoding.encodingmode  _fallbackencoding = encoding.fallbackencoding