1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-23 15:55:47 +01:00

Fix gathering of config.version from hg.

This commit is contained in:
Kris Maglione
2011-01-24 06:15:48 -05:00
parent bd431b92b5
commit 198879bc04
2 changed files with 4 additions and 3 deletions

View File

@@ -113,7 +113,7 @@ var ConfigBase = Class("ConfigBase", {
io.pathSearch("hg")) {
return io.system(["hg", "-R", uri.file.parent.path,
"log", "-r.",
"--template=hg{rev} ({date|isodate})"]);
"--template=hg{rev} ({date|isodate})"]).output;
}
}
let version = this.addon.version;