Package: mercurial
Version: 0.8-1
Tags: patch
Tag setting via the GUI uses, according to the error message, an old
no-longer-supported format. The attached patch fixes this.
(The GUI should probably also ask for a log message, but that's a separate
issue.)
--
| Darren Salt | d @ youmustbejoking,demon,co,uk | nr. Ashington, | Toon
| RISC OS, Linux | s zap,tartarus,org | Northumberland | Army
| + Output *more* particulate pollutants. BUFFER AGAINST GLOBAL WARMING.
Better late than never.
--- /usr/share/mercurial/hgk~ 2006-04-11 03:33:08.000000000 +0100
+++ /usr/share/mercurial/hgk 2006-04-11 03:33:08.000000000 +0100
@@ -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