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

hgshelve: fix bug reported by PyChecker

Changeset d38be5660077

Parent 0d54968c0a23

by Steve Borho

Changes to one file · Browse files at d38be5660077 Showing diff from parent 0d54968c0a23 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hgshelve.py Stacked
 
35
36
37
38
 
39
40
41
 
35
36
37
 
38
39
40
41
@@ -35,7 +35,7 @@
  if cwd:   os.chdir(curdir)   if ret < 0: - raise PatchError + raise patch.PatchError   return ret > 0    def scanpatch(fp):