On Sun, 2005-02-27 at 13:56 -0800, Lyle Brulhart wrote:
> Thanks,
>
> It has worked perfectly! in my case:
>
> tla redo ,,undo-1
Just "tla redo" would have done it, by the way.
Also, that's something that you should never have to do.
Rationale: you should commit your changes before updating, so you do not
risk losing them because of unexpected conflicts or user error.
Arch makes it (relatively) easy to branch. If you start making changes,
just create your own private branch and do them there. Commit, then
merge with upstream in a separate revision.
--
-- ddaa
_______________________________________________
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/