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: add ConfigError

Changeset 2a721e179328

Parent aa1c1f1f0fc8

by Steve Borho

Changes to one file · Browse files at 2a721e179328 Showing diff from parent aa1c1f1f0fc8 Diff from another changeset...

 
12
13
14
15
 
16
17
18
 
12
13
14
 
15
16
17
18
@@ -12,7 +12,7 @@
 import time    from mercurial.error import RepoError, ParseError, LookupError, RepoLookupError -from mercurial.error import UnknownCommand, AmbiguousCommand +from mercurial.error import UnknownCommand, AmbiguousCommand, ConfigError  from mercurial import hg, ui, util, extensions, commands, hook, match  from mercurial import dispatch, encoding, templatefilters, bundlerepo  _encoding = encoding.encoding