changeset 2058:7e0dd64b0718

Use the new format of setting tags in view extension (Debian bug #361897)
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 11 Apr 2006 12:44:13 +0200
parents fef2d653beaf
children a4c271765415 a5d072f38a4a
files contrib/hgk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/hgk	Tue Apr 11 08:42:07 2006 +0200
+++ b/contrib/hgk	Tue Apr 11 12:44:13 2006 +0200
@@ -3448,7 +3448,7 @@
 	return
     }
     if {[catch {
-	set out [exec hg tag $tag $id]
+	set out [exec hg tag -r $id $tag]
     } err]} {
 	error_popup "Error creating tag: $err"
 	return