tests/test-releasenotes-formatting.t
changeset 33958 2a37459aedf2
parent 33900 6a49c74b1e8f
child 34347 741a511492d3
equal deleted inserted replaced
33957:9d5d040160e6 33958:2a37459aedf2
   405   > EOF
   405   > EOF
   406 
   406 
   407   $ hg releasenotes -r . -c
   407   $ hg releasenotes -r . -c
   408   Invalid admonition 'fixes' present in changeset 0e7130d2705c
   408   Invalid admonition 'fixes' present in changeset 0e7130d2705c
   409   (did you mean fix?)
   409   (did you mean fix?)
       
   410 
       
   411   $ cd ..
       
   412 
       
   413 Usage of --list flag
       
   414 
       
   415   $ hg init relnotes-list
       
   416   $ cd relnotes-list
       
   417   $ hg releasenotes -l
       
   418   feature: New Features
       
   419   bc: Backwards Compatibility Changes
       
   420   fix: Bug Fixes
       
   421   perf: Performance Improvements
       
   422   api: API Changes