gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnu-arch-users] Override tagging-method during apply-changeset ?


From: Martin Langhoff
Subject: Re: [Gnu-arch-users] Override tagging-method during apply-changeset ?
Date: Fri, 22 Apr 2005 12:53:36 +1200

> 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 <address@hidden>

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]