#IF !ITEM_LIST_LOADED #DEFINE ITEM_LIST_LOADED #INCLUDE html/item_preview.html #INCLUDE html/dialog.html #LOADCSS html/reset.css #LOADCSS html/base.css #LOADCSS html/grid.css #LOADCSS html/scrollbars.css #ENDIF a83d3f61807e6fa527'>Add 'guix describe'.Ludovic Courtès * guix/scripts/describe.scm: New file. * Makefile.am (MODULES): Add it. (SH_TESTS): Add tests/guix-describe.sh. * po/guix/POTFILES.in: Add it. * guix/scripts/pull.scm (display-profile-content): Export. * guix/describe.scm (current-profile, current-profile-entries): Export. * tests/guix-describe.sh: New file. * doc/guix.texi (Features): Mention 'guix pull' and provenance tracking. (Invoking guix pull): Link to 'guix describe'. (Channels): Likewise. (Invoking guix describe): New node.