Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-7466

Email diff service does not handle new lines properly (BB-8654)

    XMLWordPrintable

Details

    Description

      Diffs in mails often include next lines into diff line (removing newlines ?).

      Example for commit https://bitbucket.org/affinitic/arsia.cerise.menu/commits/d62058aa9a21/ :

      Correct diff (seen on bitbucket.org) :

      #!XML
      
      ... 
      -  <include package="plone.app.portlets" file="meta.zcml" />
      +  <include package="Products.CMFPlone" file="meta.zcml" />
         <include package="Products.GenericSetup" file="meta.zcml" />
       
         <include package=".browser" />
      ...
      
      

      Diff in mail :

      #!XML
      
      ...
      -  <include package="plone.app.portlets" file="meta.zcml" />
      +  <include package="Products.CMFPlone" file="meta.zcml" /><include package="Products.GenericSetup" file="meta.zcml" /><include package=".browser" />
      ...
      
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            7b61bb442221 laulaz
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: