![]() | ![]() | ![]() | describe-patches | ![]() |
|
| module-name | [Function] |
Purpose
Print information about patch id to a module.
Package :module-manager
Module :module-manager
Arguments and values
| module-name | A keyword symbol naming a module |
Errors
Module module-name has not been
defined.
See also
continue-patch
define-module
describe-module
finish-patch
get-patch-description
parse-date
patch
patch-loaded-p
start-patch
Examples
Display the patches to module :my-app:
> (describe-patches ':my-app) ;; 1 Jun 22, 2008 Corkill (loaded Jun 24 13:08) ;; A simple example patch ;; 2 Jun 23, 2008 Corkill (loaded Jun 24 13:08) ;; A more complex patch example >
Display the patches to module :gbbopen-test (when that
module has not been loaded):
> (describe-patches ':gbbopen-test) ;; Module :gbbopen-test is not loaded >
The GBBopen Project
![]() | ![]() | ![]() | describe-patches | ![]() |