To make a mirror:
tla archive-mirror john@wjsullivan.net--2005To revert changes made locally to hello.c to what's in the archive:
tla file-diff hello.c | patch -RTo revert a mistaken commit (patch-104 for example):
tla replay --reverse mwolson@gnu.org--2006-planner-el/planner-el--devel--0--patch-104tla commit --out-of-date-okTo catch up with a main branch (ignore the specifics of the branch name, they are now outdated):
tla star-merge --three-way sacha@free.net.ph--main/planner--dev--1.0tla log-for-merge >> ++name-of-log-filetla commitSee http://www.mwolson.org/projects/CooperationAndArch.html for more info.
To show diffs between two revisions:
tla get-changeset patch-3tla show-changeset --diffs muse--johnsu01--0--patch-3.patchestla show-changeset --diffs ,,delta.1152811960.17171.1/Other useful things:
tla logs --summary -A mwolson@gnu.org--2006
planner--main--1.0: Shows the list of patches along with the log
summary.tla get mwolson@gnu.org--2006-planner-el/planner-el--devel--0
planner
"...The name of the song is called 'Haddocks' Eyes'!"
"Oh, that's the name of the song, is it?" Alice said, trying to
feel interested.
"No, you don't understand," the Knight said, looking a little
vexed. "That's what the name is called. The name really is, 'The Aged
Aged Man.'"
"Then I ought to have said "That's what the song is called'?"
Alice corrected herself.
"No, you oughtn't: that's quite another thing! The song is
called 'Ways and Means': but that's only what it is called you know!"
"Well, what is the song then?" said Alice, who was by this
time completely bewildered.
"I was coming to that," the Knight said. "The song really is
"A-sitting on a Gate": and the tune's my own invention."
-- Lewis Carroll, "Through the Looking Glass"
This page was last modified on 2011 December 20. "NotesArch" by John Sullivan is Copyright ©2003 - 2011, and licensed under the Creative Commons Attribution-Share Alike 3.0 United States License.