Revision | 28156 (tree) |
---|---|
Zeit | 2018-03-24 17:33:23 |
Autor | stefankueng |
Fix revision parameter for the blame command.
@@ -50,7 +50,7 @@ | ||
50 | 50 | here's the parameters I used: |
51 | 51 | </p> |
52 | 52 | <ul> |
53 | - <li><code>/command:blame /path:"$(ItemPath)" /line:$(CurLine) /startrev:1 /endrev:"-1"</code></li> | |
53 | + <li><code>/command:blame /path:"$(ItemPath)" /line:$(CurLine) /startrev:1 /endrev:HEAD</code></li> | |
54 | 54 | <li><code>/command:diff /path:"$(ItemPath)"</code></li> |
55 | 55 | <li><code>/command:log /path:"$(ItemPath)"</code></li> |
56 | 56 | </ul> |