90
91
return _show_id_annotations(annotations, to_file, full)
93
96
current_rev = Revision(CURRENT_REVISION)
94
97
current_rev.parent_ids = tree.get_parent_ids()
95
98
current_rev.committer = tree.branch.get_config().username()
96
99
current_rev.message = "?"
97
100
current_rev.timestamp = round(time.time(), 3)
98
101
current_rev.timezone = osutils.local_time_offset()
100
102
annotation = list(_expand_annotations(annotations, tree.branch,
102
104
_print_annotations(annotation, verbose, to_file, full)