• 
      

    Make all URL names consistent.

    Review Request #5395 — Created Feb. 3, 2014 and submitted — Latest diff uploaded

    Information

    Review Board
    master

    Reviewers

    Make all URL names consistent.

    This changes all the URL names to use '-' instead of '_' as a separator.
    The '-' is more common in Review Board, and is used exclusively in
    Djblets.

    Browsed around the UI, and ran unit tests.

    Also grepped for all {% url %} tags and reverse/local_site_reverse calls.