equal
deleted
inserted
replaced
606 # |
606 # |
607 # This function will be replaced by templates fragments when we will have |
607 # This function will be replaced by templates fragments when we will have |
608 # the verbosity templatekw available. |
608 # the verbosity templatekw available. |
609 succsandmarkers = showsuccsandmarkers(**args) |
609 succsandmarkers = showsuccsandmarkers(**args) |
610 |
610 |
|
611 args = pycompat.byteskwargs(args) |
611 ui = args['ui'] |
612 ui = args['ui'] |
612 |
613 |
613 values = [] |
614 values = [] |
614 |
615 |
615 for x in succsandmarkers: |
616 for x in succsandmarkers: |