Sep 23, 2007

TLA Arch: Finding changes from patch

Arch is a revision control, source code management, and configuration management tool.

Today I need to see the changes made in patch-1052 and patch-1044 by other developers.

I issued the command to get the changeset first by patch number.

# tla get-changeset projectname--devel--7.1--patch-1052 patch-1052

get-changeset retrieves the changeset from the archive and, in this case, stores
it in a directory called patch-1052

Now I want to see changes made in that patch. I wrote-

# tla show-changeset --diffs patch-1052

Hummmm... things are clear. What I am looking for - is there!

No comments: