mercurial/hgweb/hgweb_mod.py
changeset 3131 cff3c58a5766
parent 2928 27da6dddd0ee
child 3173 3466bd7b9754
--- a/mercurial/hgweb/hgweb_mod.py	Mon Sep 18 17:32:28 2006 +0200
+++ b/mercurial/hgweb/hgweb_mod.py	Mon Sep 18 17:43:31 2006 +0200
@@ -825,7 +825,6 @@
         req.write(resp)
 
     def do_between(self, req):
-        nodes = []
         if req.form.has_key('pairs'):
             pairs = [map(bin, p.split("-"))
                      for p in req.form['pairs'][0].split(" ")]