mercurial/templatekw.py
changeset 35143 6fe99a8e266d
parent 34993 625d5ebce066
child 35212 c7b45db8f317
equal deleted inserted replaced
35142:3d6cac7e528c 35143:6fe99a8e266d
   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: