The plugin doesn't load in 0.11b1 because of a version conflict,
resulting in "Warning: Can't synchronize with the repository"...  This
changes the version number.

Cheers,
J.

diff -ur mercurial-plugin-0.11/tracext/hg/backend.py mercurial-
plugin-0.11b1/tracext/hg/backend.py
--- mercurial-plugin-0.11/tracext/hg/backend.py 2008-01-02
05:57:07.000000000 +0900
+++ mercurial-plugin-0.11b1/tracext/hg/backend.py       2008-01-02
06:45:48.469314813 +0900
@@ -16,7 +16,7 @@
 import re

 import pkg_resources
-pkg_resources.require('Trac>=0.11dev')
+pkg_resources.require('Trac>=0.11b1')

 from genshi.builder import tag



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to