I was having a problem using tailor when migrating repositories from the newest version of bzr (0.15) to svn.
The following patch fixes the issue I was experiencing and will allow tailor 0.9.27 and bzr 0.15 to work correctly. This is a temporary fix to bzr.py since the return value expected from bzr's branch.py has been deprecated so a better solution will be necessary. Thanks, Scott On Fri, 2007-04-13 at 10:33 +0200, [EMAIL PROTECTED] wrote: > On Fri, 13 Apr 2007 12:15:38 +1000, "Martin Pool" <[EMAIL PROTECTED]> wrote: > > > On 4/12/07, Gibson, Scott <[EMAIL PROTECTED]> wrote: > > >> I am trying to figure out > > >> where to post this issue and since the only change I have made since > > >> this became an issue was with bzr I thought I would check here first. > > > > > > It's possible there have been changes that could break Tailor. Can > > > you post more details about what goes wrong, including a traceback if > > > you have one? > > > > As Martin says, if you could produce the traceback it would help in > recognizing the problem. Either here, or the dedicated ML or even on IRC (see > http://progetti.arstecnica.it/tailor for details). > > > > Thank you, > > bye, lele. > >
198c198 < if (count != 1) or conflicts: --- > if (int(count) != 1) or conflicts:
_______________________________________________ Tailor mailing list [email protected] http://lists.zooko.com/mailman/listinfo/tailor
