# HG changeset patch # User wenzelm # Date 1492981823 -7200 # Node ID c556c09765dd8cefceacb098a685cbd7ff070e3d # Parent 94c514ea2846d727393b2dd3d2b818c1b66d0436 tuned documentation; diff -r 94c514ea2846 -r c556c09765dd Admin/Release/CHECKLIST --- 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; diff -r 94c514ea2846 -r c556c09765dd NEWS --- 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'