Use the new format of setting tags in view extension (Debian bug #361897)
authorThomas Arendsen Hein <thomas@intevation.de>
Tue, 11 Apr 2006 12:44:13 +0200
changeset 2058 7e0dd64b0718
parent 2057 fef2d653beaf
child 2059 a4c271765415
child 2066 a5d072f38a4a
Use the new format of setting tags in view extension (Debian bug #361897)
contrib/hgk
--- a/contrib/hgk
+++ b/contrib/hgk
@@ -3448,7 +3448,7 @@ proc domktag {} {
 	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