Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7, 0.7.1, and 0.7.2

hgtk: load ParseError from mercurial.dispatch in older hg releases

Changeset 4833809e1016

Parent 17f8ee2d60e5

by Steve Borho

Changes to one file · Browse files at 4833809e1016 Showing diff from parent 17f8ee2d60e5 Diff from another changeset...

Change 1 of 1 Show Entire File contrib/​hgtk Stacked
 
26
27
28
29
30
 
31
32
33
 
26
27
28
 
 
29
30
31
32
@@ -26,8 +26,7 @@
 except ImportError:   from mercurial.repo import RepoError   from mercurial.cmdutil import UnknownCommand, AmbiguousCommand - class ParseError(Exception): - """Exception raised on errors in parsing the command line.""" + from mercurial.dispatch import ParseError    nonrepo_commands = 'userconfig clone init about help'