Escape text for markdown when updating from pending or committed changes.

Review Request #5006 — Created Nov. 18, 2013 and submitted

Information

Review Board
master

Reviewers

Escape text for markdown when updating from pending or committed changes.

When updating from a pending changelist (perforce) or a committed change
description (svn or git), we may need to escape the description and/or testing
done fields. This adds the relevant calls to do so.

Ran unit tests.

Description From Last Updated

Might as well strip the message first, just to reduce code duplication.

chipx86chipx86
chipx86
  1. One small thing.

  2. reviewboard/reviews/models.py (Diff revision 1)
     
     
     
     
     
    Show all issues

    Might as well strip the message first, just to reduce code duplication.

    1. I think I'd rather have it like it is, since it's one fewer line and just as efficient.

  3. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (6a10cf5).
Loading...