##// END OF EJS Templates
Use the new format of setting tags in view extension (Debian bug #361897)
Thomas Arendsen Hein -
r2058:7e0dd64b default
parent child Browse files
Show More
@@ -3448,7 +3448,7 b' proc domktag {} {'
3448 return
3448 return
3449 }
3449 }
3450 if {[catch {
3450 if {[catch {
3451 set out [exec hg tag $tag $id]
3451 set out [exec hg tag -r $id $tag]
3452 } err]} {
3452 } err]} {
3453 error_popup "Error creating tag: $err"
3453 error_popup "Error creating tag: $err"
3454 return
3454 return
General Comments 0
You need to be logged in to leave comments. Login now