equal
deleted
inserted
replaced
2623 def display(fm, fn, ctx, pstates, states): |
2623 def display(fm, fn, ctx, pstates, states): |
2624 rev = scmutil.intrev(ctx) |
2624 rev = scmutil.intrev(ctx) |
2625 if fm.isplain(): |
2625 if fm.isplain(): |
2626 formatuser = ui.shortuser |
2626 formatuser = ui.shortuser |
2627 else: |
2627 else: |
2628 formatuser = str |
2628 formatuser = pycompat.bytestr |
2629 if ui.quiet: |
2629 if ui.quiet: |
2630 datefmt = '%Y-%m-%d' |
2630 datefmt = '%Y-%m-%d' |
2631 else: |
2631 else: |
2632 datefmt = '%a %b %d %H:%M:%S %Y %1%2' |
2632 datefmt = '%a %b %d %H:%M:%S %Y %1%2' |
2633 found = False |
2633 found = False |