--- a/Admin/Release/CHECKLIST Sun Apr 23 23:06:50 2017 +0200
+++ b/Admin/Release/CHECKLIST Sun Apr 23 23:10:23 2017 +0200
@@ -11,7 +11,7 @@
- check sources:
isabelle check_sources '~~' '$AFP_BASE'
- isabelle imports -M -d '~~/src/Benchmarks' -a
+ isabelle imports -M -a -d '~~/src/Benchmarks'
- check ANNOUNCE, README, NEWS, COPYRIGHT, CONTRIBUTORS;
--- a/NEWS Sun Apr 23 23:06:50 2017 +0200
+++ b/NEWS Sun Apr 23 23:10:23 2017 +0200
@@ -202,7 +202,11 @@
unchanged.
* Command-line tool "isabelle imports" helps to maintain theory imports
-wrt. session structure.
+wrt. session structure. Examples:
+
+ isabelle imports -I -a
+ isabelle imports -U -a
+ isabelle imports -M -a -d '~~/src/Benchmarks'