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

hglib: ParseError initially came from dispatch.py

Changeset 17f8ee2d60e5

Parent e99f0bbd2100

by Steve Borho

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

Change 1 of 1 Show Entire File hggtk/​hglib.py Stacked
 
12
13
14
15
 
16
17
18
 
12
13
14
 
15
16
17
18
@@ -12,7 +12,7 @@
  from mercurial.error import RepoError, ParseError  except ImportError:   from mercurial.repo import RepoError - from mercurial.cmdutil import ParseError + from mercurial.dispatch import ParseError    try:   try: