tests/test-context.py
changeset 6740 b148e9099133
parent 6212 e75aab656f46
child 6747 f6c00b17387c
equal deleted inserted replaced
6739:c9fbd6ec3489 6740:b148e9099133
    14 
    14 
    15 # add+commit 'foo'
    15 # add+commit 'foo'
    16 repo.add(['foo'])
    16 repo.add(['foo'])
    17 repo.commit(text='commit1', date="0 0")
    17 repo.commit(text='commit1', date="0 0")
    18 
    18 
    19 print "workingfilectx.date =", repo.workingctx().filectx('foo').date()
    19 print "workingfilectx.date =", repo.changectx(None).filectx('foo').date()