tests/test-histedit-commute.t
changeset 45858 62983988bbf5
parent 45857 ec6ba70be853
child 46103 3f82a915ab2a
equal deleted inserted replaced
45857:ec6ba70be853 45858:62983988bbf5
   105 
   105 
   106 
   106 
   107 colors in the custom template don't show up in the editor
   107 colors in the custom template don't show up in the editor
   108   $ HGEDITOR=cat hg histedit 177f92b77385 --color=debug \
   108   $ HGEDITOR=cat hg histedit 177f92b77385 --color=debug \
   109   >  --config histedit.summary-template='I am rev {label("rev", rev)}'
   109   >  --config histedit.summary-template='I am rev {label("rev", rev)}'
   110   pick 177f92b77385 I am rev [rev|2]
   110   pick 177f92b77385 I am rev 2
   111   pick 055a42cdd887 I am rev [rev|3]
   111   pick 055a42cdd887 I am rev 3
   112   pick e860deea161a I am rev [rev|4]
   112   pick e860deea161a I am rev 4
   113   pick 652413bf663e I am rev [rev|5]
   113   pick 652413bf663e I am rev 5
   114   
   114   
   115   # Edit history between 177f92b77385 and 652413bf663e
   115   # Edit history between 177f92b77385 and 652413bf663e
   116   #
   116   #
   117   # Commits are listed from least to most recent
   117   # Commits are listed from least to most recent
   118   #
   118   #