Show More
@@ -567,8 +567,12 b' def journal(ui, repo, *args, **opts):' | |||||
567 | ) |
|
567 | ) | |
568 | fm.write(b'newnodes', b'%s', formatnodes(entry.newhashes)) |
|
568 | fm.write(b'newnodes', b'%s', formatnodes(entry.newhashes)) | |
569 | fm.condwrite(ui.verbose, b'user', b' %-8s', entry.user) |
|
569 | fm.condwrite(ui.verbose, b'user', b' %-8s', entry.user) | |
|
570 | ||||
|
571 | # ``name`` is bytes, or None only if 'all' was an option. | |||
570 | fm.condwrite( |
|
572 | fm.condwrite( | |
|
573 | # pytype: disable=attribute-error | |||
571 | opts.get(b'all') or name.startswith(b're:'), |
|
574 | opts.get(b'all') or name.startswith(b're:'), | |
|
575 | # pytype: enable=attribute-error | |||
572 | b'name', |
|
576 | b'name', | |
573 | b' %-8s', |
|
577 | b' %-8s', | |
574 | entry.name, |
|
578 | entry.name, |
General Comments 0
You need to be logged in to leave comments.
Login now