trac-mercurial (0.11.0.5dev~svnr7354-2) unstable; urgency=low

  Between versions 0.10 and 0.11, the name of the Python package containing the
  TracMercurial plugin changed.  Unfortunately, if you had configured version
  0.10, this update will break your installation!  You need to change the
  following in your trac.ini
  
    [components]
    tracvc.hg.* = enabled
  
  to

    [components]
    tracext.hg.* = enabled

 -- John Wright <jsw@debian.org>  Wed, 23 Jul 2008 02:44:00 -0600
