Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11696


Ignore:
Timestamp:
Jul 28, 2014, 5:33:44 PM (10 years ago)
Author:
Christian Boos
Comment:

Nice catch!

I upgraded to Mercurial 3.1-rc this morning and now I also see this, after forcing a tag cache update (touch .hg/tags.cache).

That ui.log() method is there since 1.7 apparently… but this is the first time we get caught by this (3.0 introduced this precise call).

Thanks for the patch, which works for me as well.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11696

    • Property Milestoneplugin - mercurial
  • Ticket #11696 – Description

    initial v1  
    3030I was able to fix the error by altering the code in backend.py to rename the `trac_ui.log` member to `trac_ui._log`:
    3131
    32 {{{
     32{{{#!diff
    3333--- backend.py  2014-07-28 09:37:09.000000000 -0400
    3434+++ backend.py.new      2014-07-28 09:36:52.000000000 -0400
  • Ticket #11696 – Release Notes

    initial v1  
     1compatibility fix for Mercurial 3.0