HG clone- pick only the changed file in a repo

is it possible to pick only the changed file in a repo.

  • name: Clone Config
    hg:
    repo: http://url
    clone: yes
    dest: “/home/files/”
    delegate_to: localhost

register: cloned

in the variable cloned, i can see the repo status not the file status, is there a way to see that?