use hgblame.py script to show commit description in mercurial blame view

This commit is contained in:
Sebastian Sdorra
2011-09-22 19:07:14 +02:00
parent c5a3e34fb6
commit 798b7332d7
3 changed files with 47 additions and 161 deletions

View File

@@ -50,7 +50,7 @@ import javax.xml.bind.annotation.XmlRootElement;
* @author Sebastian Sdorra
* @since 1.8
*/
@XmlRootElement(name = "blame-paging")
@XmlRootElement(name = "blame-result")
@XmlAccessorType(XmlAccessType.FIELD)
public class BlameResult
{