Commit 50e5d817 by Michael DeHaan

Remove the check in the 'hg' integration tests for the 'heads' file, as that was a bit of an idiom

copied over from the svn module.
parent ea21e5b5
......@@ -55,14 +55,13 @@
stat: path={{ checkout_dir }}/.hgtags
register: tags
- name: check for HEAD
stat: path={{ checkout_dir }}/.hg/cache/branchheads
register: head
- name: check for remotes
stat: path={{ checkout_dir }}/.hg/branch
register: branches
- debug: var=tags
- debug: var=branches
- name: assert presense of tags/trunk/branches
assert:
that:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment