=== pavlushka is now known as Guest80024 === pavlushka_ is now known as Guest65138 === Guest65138 is now known as pavlushka [09:51] hi, I have a MP which has generated a rather long diff, enough that LP is truncating it. Is there a way of persuading LP to show me the full diff? (via URL hackery or similar) [09:59] sparkiegeek: I'm afraid the only option is to check out the branches and generate it locally [09:59] I think ... [09:59] sparkiegeek: URL to the MP? [09:59] cjwatson: fair enough, I discussed with reviewers and agreed a different approach [10:01] cjwatson: I actually have a follow-up question - can I tell bzr/LP that a file is "binary" even if technically it isn't? the large file in question is generated code, which shouldn't be reviewed, it's just an artifact that's version controlled for REASONS™ [10:04] sparkiegeek: so you should be able to use the "Download diff" link to get the whole thing, albeit not syntax-highlighted [10:04] cjwatson: right, we really were hoping for inline comments on chunks past the first "page" [10:05] don't worry, problem has been worked around (for now) [10:05] Yeah, this is basically "if we do that then we time out due to spending too much time rendering" [10:06] ack [10:06] bzr's logic for detecting a binary file is just "is there a NUL byte in the first 1024 bytes" [10:06] which is crude but apparently mostly pretty effective [10:07] and indeed that's pretty much diff's logic too [10:07] don't see a way to override that [10:07] right, was hoping for a way to hint to LP that it should treat /this/ file as a blob [10:08] in subversion I'd suggest setting the content-type or something but bzr doesn't have that degree of per-file properties [10:08] * sparkiegeek nods [10:08] it would have to be a facility in the underlying VCS rather than in LP, really [10:09] now, git *does* have this facility [10:09] https://git-scm.com/docs/gitattributes [10:09] so you can have this if you switch to git :) [10:10] haha [10:10] (in LP, obviously ...) [10:10] and a series of headaches to go along with it :D [10:10] thanks though [10:10] best I can do, sorry [10:11] np, it's good to have confirmation either way! === maxb_ is now known as maxb