1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-13 05:35:45 +01:00

Merge default.

--HG--
branch : key-processing
This commit is contained in:
Kris Maglione
2011-01-24 06:20:30 -05:00
4 changed files with 39 additions and 14 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;