From a05ce0d2cd7fea3769cc692208a4d61de62ccc84 Mon Sep 17 00:00:00 2001
From: Martijn Vermaat <martijn@vermaat.name>
Date: Mon, 2 Nov 2015 11:33:27 +0100
Subject: [PATCH] Add deprecation warning for old batch format

---
 mutalyzer/website/templates/batch-jobs.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/mutalyzer/website/templates/batch-jobs.html b/mutalyzer/website/templates/batch-jobs.html
index 4b4db657..6955a18a 100644
--- a/mutalyzer/website/templates/batch-jobs.html
+++ b/mutalyzer/website/templates/batch-jobs.html
@@ -79,6 +79,8 @@
   <p><a href="{{ url_for('.downloads', filename='batchtestnew.txt') }}">Download new style example file</a></p>
 
   <h4>Old Style</h4>
+  <p><strong>Deprecation warning:</strong> Please don't use this format, it
+  is deprecated and will not be supported in the future.</p>
   <p>This file format has a header-row, which consists of
     three tab delimited fields. In each following row the
     corressponding data is also tab delimited.</p>
-- 
GitLab