>>>>> "Brendan" == Brendan Cully <[EMAIL PROTECTED]> writes:

    Brendan>   Unlike the 'hg' module, 'hglib' explicitly chooses the
    Brendan> files to commit from the entries in the changeset. But in
    Brendan> the case of a rename, that contains only the new name, so
    Brendan> hg never commits the removal of the old name (since hg
    Brendan> doesn't have a real rename, only copy and remove). The
    Brendan> simple solution is to let mercurial's dirstate tracker
    Brendan> figure things out on its own.

Hi Brendan, sorry this took so long...

Uhm, this is something I'd like to avoid, if at all possible. There is
also http://progetti.arstecnica.it/tailor/ticket/11 that suggests a
similar approach for darcs. Even if I agree that after all, what we
want is that the target picks up everything changed, I find more
confortable not relaying on VC facility to discover what changed,
since that may suggest a bug is hiding at higher level in the chain.
Anyway, what should be fixed/reimplemented in this particular case is
probably target._getCommitEntries().

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: [EMAIL PROTECTED]        |               -- Fortunato Depero, 1929.
_______________________________________________
Tailor mailing list
[email protected]
http://lists.zooko.com/mailman/listinfo/tailor

Reply via email to