+2006-06-11 James Troup <james@nocrew.org>
+
+ * dak/ls.py (main): add back 'heidi' as a valid argument for
+ -f/--format as people are using it in scripts and breaking that
+ without warning seems rude.
+
2006-05-21 James Troup <james@nocrew.org>
* dak/rm.py (main): use string .isdigit() rather than
sys.stdout.write("%10s | %10s | %13s | " % (pkg, version, suite))
sys.stdout.write(", ".join(arches))
sys.stdout.write('\n')
- elif Options["Format"] == "control-suite":
+ elif Options["Format"] in [ "control-suite", "heidi" ]:
for arch in arches:
sys.stdout.write("%s %s %s\n" % (pkg, version, arch))
if Options["GreaterOrEqual"]: