changeset 17:32fd17a943f7 1.0

Merge from 0.12
author cboos
date Mon, 17 Sep 2012 20:49:05 +0200
parents 62e59cafa3de (current diff) 2706330d90cb (diff)
children 985671b91ce4
files setup.py tracext/hg/backend.py
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/setup.cfg	Mon Sep 17 12:09:52 2012 +0200
+++ b/setup.cfg	Mon Sep 17 20:49:05 2012 +0200
@@ -1,5 +1,5 @@
 [egg_info]
-tag_build = 
+tag_build = dev
 tag_svn_revision = true
 
 [extract_messages]
--- a/setup.py	Mon Sep 17 12:09:52 2012 +0200
+++ b/setup.py	Mon Sep 17 20:49:05 2012 +0200
@@ -39,7 +39,7 @@
       install_requires='Trac >=1.0dev',
       description='Mercurial plugin for Trac (1.0 branch)',
       keywords='trac scm plugin mercurial hg',
-      version='1.0.0.2',
+      version='1.0.0.3',
       url=TracMercurial,
       license='GPL',
       author='Christian Boos',
--- a/tracext/hg/backend.py	Mon Sep 17 12:09:52 2012 +0200
+++ b/tracext/hg/backend.py	Mon Sep 17 20:49:05 2012 +0200
@@ -241,7 +241,7 @@
         repos, value = props[name]
         if name == 'hg-transplant_source':
             try:
-                ctx = self.changectx(value)
+                ctx = repos.changectx(value)
                 chgset = MercurialChangeset(repos, ctx)
                 href = context.href.changeset(ctx.hex(), repos.reponame)
                 link = tag.a(repos._display(ctx), class_="changeset",