hgkw/pretxnkw.py
branchupdatehook
changeset 27 d00d45c7ddaf
parent 26 bda0dec1aaf1
child 32 b70b38b15fa4
equal deleted inserted replaced
26:bda0dec1aaf1 27:d00d45c7ddaf
    22     if candidates:
    22     if candidates:
    23         r = repo.changelog.tip()
    23         r = repo.changelog.tip()
    24         n = args['node'][:12]
    24         n = args['node'][:12]
    25         # TODO: check whether we need parent1&2 like in updatekw
    25         # TODO: check whether we need parent1&2 like in updatekw
    26         return kwexpander.expandkw(ui, repo, r, n, candidates, update=False)
    26         return kwexpander.expandkw(ui, repo, r, n, candidates, update=False)
    27 
       
    28     return False