[PATCH 3 of 6] NoOptionError is unknown there

Ollivier Robert roberto at keltia.freenix.fr
Wed Aug 24 10:47:25 CDT 2005


Patch subject is complete summary.


# HG changeset patch
# User Ollivier Robert <roberto at keltia.freenix.fr>
# Node ID 032e712313aeef0f275c3b196612905174c2d1cf
# Parent  87e344dcb6c637a8f42bd24f762b0baf3935f373
NoOptionError is unknown there.

diff -r 87e344dcb6c6 -r 032e712313ae mercurial/hgweb.py
--- a/mercurial/hgweb.py	Wed Aug 24 12:48:23 2005
+++ b/mercurial/hgweb.py	Wed Aug 24 13:08:27 2005
@@ -856,7 +856,7 @@
                 h = hgweb(real)
                 h.run()
                 return
-            except NoOptionError:
+            except:
                 httpnotfound(virtual)
                 return
 


More information about the Mercurial mailing list