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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user