Taking into account, that update is a shortcut for undo + replay + redo, ... (Note: no, it's not exactly replay. It's more of a star-merge with itself, but anyway).
The operations are: $tla undo $tla apply-delta $(tla logs -f|tail -n 1) $(tla revisions -f|tail -n 1) $tla redo
(yes, it's the same result as star-merge, but achieved much more simply)
If you're not using revlibs, it will usually do replay as an optimization of the apply-delta.
Aaron
-- Aaron Bentley Director of Technology Panometrics, Inc.
_______________________________________________ Gnu-arch-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-arch-users
GNU arch home page: http://savannah.gnu.org/projects/gnu-arch/
