| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
| 11.1 changes (bis) | report about local changes in a project tree | |
| 11.2 file-diffs (bis) | show local changes to a file | |
| 11.3 file-find | find given version of file | |
| 11.4 pristines | list pristine trees in a project tree | |
| 11.5 lock-pristine | lock (or unlock) a pristine tree | |
| 11.6 add-pristine | ensure that a project tree has a particular pristine revision | |
| 11.7 find-pristine | find and print the path to a pristine revision |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
usage: tla changes [options] [revision] [-- limit...]
-h, --help Display a help message and exit. -H Display a verbose help message and exit. -V, --version Display a release identifier string and exit. -A, --archive Override `my-default-archive'. -d, --dir DIR Change to DIR first. -o, --output DIR Save changeset in DIR (implies --keep). -v, --verbose Verbose changeset report. -q, --quiet Suppress progress information --diffs Include diffs in the output. -k, --keep Don't remove the output directoryon termination. --link hardlink unchanged files to revision library |
Generate a patch report describing the differences between the project tree containing DIR (or the current directory) and REVISION.
The default patch level for a given version is the latest level for which the project tree has a patch. The default archive and version is as printed by "tla tree-version".
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
usage: tla file-diffs [options] file [revision]
-h, --help Display a help message and exit.
-H Display a verbose help message and exit.
-V, --version Display a release identifier string
and exit.
-A, --archive Override `my-default-archive'
-N, --new-file Treat missing file as empty
|
Print diffs between FILE and the corresponding file in a cached copy of REVISION.
The default patch level for a given version is the latest level for which the project tree has a patch. The default archive and version is as printed by "tla tree-version".
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
usage: tla file-find [options] file [revision]
-h, --help Display a help message and exit.
-H Display a verbose help message and exit.
-V, --version Display a release identifier string
and exit.
-A, --archive Override `my-default-archive'
-N, --new-file Print missing file as `/dev/null'
|
Print location of file corresponding to FILE in a cached copy of REVISION
The default patch level for a given version is the latest level for which the project tree has a patch. The default archive and version is as printed by "tla tree-version".
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
usage: tla pristines [options] [limit]
-h, --help Display a help message and exit.
-H Display a verbose help message and exit.
-V, --version Display a release identifier string
and exit.
-d, --dir DIR cd to DIR first
-u, --unlocked return only unlocked pristines
-l, --locked return only locked pristines
-r, --reverse reverse sort order
|
Print the list of pristine revisions cached in project tree DIR (or the current directory).
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
usage: tla lock-pristine [options] revision
-h, --help Display a help message and exit.
-H Display a verbose help message and exit.
-V, --version Display a release identifier string
and exit.
-A, --archive Override `my-default-archive'
-d, --dir DIR cd to DIR first
-u, --unlock unlock, rather than lock
|
Lock the indicated pristine REVISION in the project tree containing DIR (or the current directory). This prevents the revision from being automatically recycled.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
usage: tla add-pristine [options] revision
-h, --help Display a help message and exit.
-H Display a verbose help message and exit.
-V, --version Display a release identifier string
and exit.
-A, --archive Override `my-default-archive'
-d, --dir DIR cd to DIR first
|
Extract REVISION from an archive, creating a pristine copy. Store that pristine copy in the current directory's project tree
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
usage: tla find-pristine [options] revision
-h, --help Display a help message and exit.
-H Display a verbose help message and exit.
-V, --version Display a release identifier string
and exit.
-A, --archive Override `my-default-archive'
-d, --dir DIR cd to DIR first
-u, --unlocked return only an unlocked pristine
-l, --locked return only a locked pristine
-t, --tree-only search this tree only, not siblings
-s, --silent exit status only
|
Print the location of a pristine copy of the indicated revision
| [ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |