> This is a pretty tricky request. I know it is. Computing the whole changeset isn't what I'm after -- I'll be selectively merging patches, so it isn't really useful. After thinking about it for a while, I decided to try editing the tagging-methods file when I'm running apply-changeset.
Gnu Arch Users <[email protected]> My workflow looks a bit like: $ perl -pi -e 's/^explicit$/names/' ./\{arch\}/\=tagging-method $ tla replay XX or tla apply-changeset $ perl -pi -e 's/^names$/explicit/' ./\{arch\}/\=tagging-method $ tla changes --diffs # cleanup stuff until happy $ tla commit cheers, martin _______________________________________________ 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/
