Skip to content
Snippets Groups Projects
  1. Feb 17, 2025
  2. Feb 18, 2025
  3. Feb 19, 2025
  4. Feb 18, 2025
  5. Feb 07, 2025
    • Mitchell Kember's avatar
      rhg-annotate: support whitespace options · 874c64e041b5
      Mitchell Kember authored
      This adds support to rhg annotate for all the whitespace options:
      
          -w, --ignore-all-space
          -b, --ignore-space-change
          -B, --ignore-blank-lines
          -Z, --ignore-space-at-eol
      
      Note that --ignore-blank-lines has no effect on annotate so it is ignored. You
      can see this in dagop.py _annotepair which only checks if blocks are '=' or not,
      whereas the effect of --ignore-blank-lines is to change some '!' into '~'.
      
      When the other 3 are combined, we use the strongest option since -w implies -b
      and -b implies -Z. This is not explicit in the Python implementation, but I have
      verified that's how it behaves.
      874c64e041b5
  6. Feb 12, 2025
  7. Feb 18, 2025
  8. Feb 17, 2025
  9. Feb 11, 2025
  10. Feb 06, 2025
  11. Feb 04, 2025
  12. Feb 03, 2025
  13. Feb 04, 2025
  14. Feb 03, 2025
  15. Feb 18, 2025
  16. Feb 04, 2025
  17. Feb 17, 2025
Loading