[Tailor] hg fixes

2006-06-29 Thread Andrea Arcangeli
Here a fix to handle the dry-run vs dry_run and the install of the repository directory: diff -rN -u old-tailor/setup.py new-tailor/setup.py --- old-tailor/setup.py 2006-06-29 04:07:51.0 +0200 +++ new-tailor/setup.py 2006-06-29 04:07:51.0 +0200 @@ -7,7 +7,7 @@

[Tailor] mercurial s/find/findcmd/

2006-07-09 Thread Andrea Arcangeli
It seems the hg folks renamed find to findcmd. I wonder if you should attempt a compatibility layer to catch the exception and retry with find. It would also be great if there was an attempt at rollback of the changes applied when something goes wrong, it looks like I ended up with a corrupted

[Tailor] fix for latest mercurial

2006-10-16 Thread Andrea Arcangeli
Hello, after upgrading to latest mercurial tree I started to get exceptions. This fixed it: diff -rN -u old-tailor/vcpx/repository/hg.py new-tailor/vcpx/repository/hg.py --- old-tailor/vcpx/repository/hg.py2006-10-10 17:41:40.0 +0200 +++ new-tailor/vcpx/repository/hg.py2006-10-10

[Tailor] couldn't reply changeset error

2008-07-17 Thread Andrea Arcangeli
I upgraded tailor (run darcs pull) and I started getting this error every time I run it. The changeset 24214 is actually applied to the .hg directory, and it doesn't seem there are changes left in the working dir after commit (hg diff shows nothing and hg log shows the changset and I can pull it