tests/test-command-template.t
changeset 24930 0e06c9fc84ea
parent 24929 6fb98463643b
child 24951 eeca859cc045
equal deleted inserted replaced
24929:6fb98463643b 24930:0e06c9fc84ea
    93 
    93 
    94   $ hg log -l1 --style default -T '{rev}\n'
    94   $ hg log -l1 --style default -T '{rev}\n'
    95   8
    95   8
    96 
    96 
    97 Add a commit with empty description, to ensure that the templates
    97 Add a commit with empty description, to ensure that the templates
    98 following below omit it properly.
    98 below will omit the description line.
    99 
    99 
   100   $ echo c >> c
   100   $ echo c >> c
   101   $ hg add c
   101   $ hg add c
   102   $ hg commit -qm ' '
   102   $ hg commit -qm ' '
   103 
   103