We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e4485 commit 848eea5Copy full SHA for 848eea5
src/repo/js/common.js
@@ -134,7 +134,7 @@ function showHeader(level, content) {
134
if(content.git) {
135
command = "git clone $path_to_data/" + address + "/" + content.git;
136
} else if(content.hg) {
137
- command = "hg clone $path_to_data/" + address + "/" + content.hg;
+ command = "hg clone $path_to_data/" + address + "/" + content.hg.replace(/\.hg$/, "");
138
}
139
140
if(copy(command)) {
0 commit comments