On Sat, 15 Dec 2007 09:07:34 -0700 Kevin Geiss <[EMAIL PROTECTED]> wrote:
> what I'm hoping for is to be able to tag the hg repo by hand now > (using a unique tag name) then to get tailor to skip the offending > tag which it's on currently, and then have tailor continue conversion > of the rest of the patches. how can I get tailor to skip this tag? By setting up a "before-commit" function, that takes a changeset as argument, and may either alter and return it, or return False to indicate that the changeset should be ignored. ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. [EMAIL PROTECTED] | -- Fortunato Depero, 1929. _______________________________________________ Tailor mailing list [email protected] http://lists.zooko.com/mailman/listinfo/tailor
