Re: recent changes
"Andy Tai" <[email protected]>
| Newsgroups | gmane.comp.version-control.arch.user |
|---|---|
| Message-ID | <[email protected]> |
some updates On 2/19/06, Andy Tai <[email protected]> wrote: > Hi, these are the recent changes > * tla commit now allows the exclusion of files via the -x option. For example, > > tla commit -x main.c > > will commit every file but main.c > > tla commit -x a.c -- b.c a.c d.c > > will commit b.c and d.c > this functionality is now available for diff and undo as well. > * tla library-path is an alias for tla my-revision-library, setting > the location (path) of the revision library. it should be library-dir, not library-path