Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
14cea9da
"vscode:/vscode.git/clone" did not exist on "13269d7f97cd6bdf78b67805ce92f07da99a331d"
Commit
14cea9da
authored
Jan 23, 2013
by
Davis King
Browse files
switched testenv to check for hg instead of svn
parent
b34b25a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/testenv
docs/testenv
+1
-1
No files found.
docs/testenv
View file @
14cea9da
...
...
@@ -18,7 +18,7 @@ echo nothing | awk '{}' > /dev/null || return_error "awk";
echo | sed -e "s/s/r/" > /dev/null || return_error "sed";
htmlify > /dev/null || return_error "htmlify";
echo | xargs > /dev/null || return_error "xargs";
svn help
> /dev/null || return_error "
svn
";
hg
> /dev/null || return_error "
hg
";
xsltproc -V > /dev/null || return_error "xsltproc";
tar --help > /dev/null || return_error "tar";
zip -h > /dev/null || return_error "zip";
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment