3
votes
2answers
370 views
Diff of some files (such as .sql) on the changeset page is showing them as binary
It would be helpful to be able to see the diff of .sql files, like we can with other text files (.js, .css for example)
Why aren't my .sql files showing up as text?
3
votes
4answers
174 views
Show hash# in change-set list?
When viewing a list of changesets like this:
It shows the time, user, and comment.
Is it possible to list the change-set hash number as well?
If trying to find a specific cha …
0
votes
1answer
170 views
“changeset not found” in kiln, shows up correctly on hg serve [closed]
I just pushed a number of changes to my self-hosted kiln installation, and while the most recent changeset shows up, the previous three are grayed out with "changeset not found," a …
0
votes
1answer
179 views
Possible Bug: Using Chrome (6.0.472.63 / Windows) “Add a case” to a Changeset in Kiln doesn’t show option to enter Case ID
This happens when a changeset has been pushed to Kiln but no case number was put in the commit notes. So I would go to the changeset and manually add it.
As I mouse over "Cases ( …
4
votes
3answers
252 views
Can I use kiln to view a diff of a file between two arbitrary changesets?
I do multiple commits over the course of working on a feature. It would be nice to see the sum of all my changes (in kiln)
part two: can I view this way in a code review?
2
votes
2answers
89 views
Copy-pasted code from changeset includes +/- symbols
In Kiln's changeset view, copying a chunk of code that was added or removed and then pasting it into a text editor retains the +/- symbols on the left, e.g.:
+ public class Hel …
3
votes
1answer
58 views
Can you improve the handling of large diffs in the kiln changeset view? [closed]
I was reviewing a changeset with a modification to a large auto-generated file. The diff algorithm got lost and spit out virtually every line from both the before and after file. …
2
votes
1answer
67 views
show [changes only | entire file] links [closed]
The "show changes only" & "show entire file" links in the changeset view don't make any sense if the whole file has changed or if it's a binary file. Do they need to be shown i …
2
votes
1answer
202 views
Include total count of changes in changeset summary [closed]
The summary of a changeset includes the number of the change I am viewing relative to the number of changes in the changeset that the web UI has loaded. I get why it's easier, but …
3
votes
1answer
57 views
Change highlighting when doing a review
When I click on the arrows to navigate between changes in a changeset the relevant change is highlighted. But when I scroll the view so the highlighted area is out of view the high …
3
votes
1answer
94 views
JavaScript error when closing a resolved review case [closed]
JavaScript error when closing a review case. IE8 on Win7x64.
Case has been closed but page stays the same and loading message and animation remain.
Webpage error details
User A …
3
votes
2answers
59 views
Changeset view for a small patch shows entire file added [closed]
Changeset 0 is a big initial import, changeset 1 adds a few lines to the README file. When I view 1 in Kiln's changeset viewer or code review, it shows all the lines in the file ad …