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.
This commit is contained in:
parent
ea21e5b5dd
commit
50e5d81777
1 changed files with 3 additions and 4 deletions
|
@ -55,14 +55,13 @@
|
||||||
stat: path={{ checkout_dir }}/.hgtags
|
stat: path={{ checkout_dir }}/.hgtags
|
||||||
register: tags
|
register: tags
|
||||||
|
|
||||||
- name: check for HEAD
|
|
||||||
stat: path={{ checkout_dir }}/.hg/cache/branchheads
|
|
||||||
register: head
|
|
||||||
|
|
||||||
- name: check for remotes
|
- name: check for remotes
|
||||||
stat: path={{ checkout_dir }}/.hg/branch
|
stat: path={{ checkout_dir }}/.hg/branch
|
||||||
register: branches
|
register: branches
|
||||||
|
|
||||||
|
- debug: var=tags
|
||||||
|
- debug: var=branches
|
||||||
|
|
||||||
- name: assert presense of tags/trunk/branches
|
- name: assert presense of tags/trunk/branches
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
|
|
Loading…
Reference in a new issue