]> git.decadent.org.uk Git - dak.git/commitdiff
generate_index_diffs
authorJoerg Jaspert <joerg@debian.org>
Sat, 24 Jan 2009 13:07:44 +0000 (14:07 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sat, 24 Jan 2009 13:07:44 +0000 (14:07 +0100)
remove commented code. if we really need it - we do have a VCS...

Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/generate_index_diffs.py

index 6104e8a49ea892b885446ffc9acb83956b729e9b..f3f7a4a16bfec70f48db0b62268519c36031c6e1 100755 (executable)
@@ -237,17 +237,6 @@ def genchanges(Options, outdir, oldfile, origfile, maxdiffs = 14):
         if upd.filesizesha1 != oldsizesha1:
             print "info: old file " + oldfile + " changed! %s %s => %s %s" % (upd.filesizesha1 + oldsizesha1)
 
-    # XXX this should be usable now
-    #
-    #for d in upd.history.keys():
-    #    df = smartopen("%s/%s" % (outdir,d))
-    #    act_sha1size = sizesha1(df)
-    #    df.close()
-    #    exp_sha1size = upd.history[d][1]
-    #    if act_sha1size != exp_sha1size:
-    #        print "patch file %s seems to have changed! %s %s => %s %s" % \
-    #            (d,) + exp_sha1size + act_sha1size
-
     if Options.has_key("CanonicalPath"): upd.can_path=Options["CanonicalPath"]
 
     if os.path.exists(newfile): os.unlink(newfile)