Shelveset name truncated in Code Review Board

Discussion of open issues, suggestions and bugs regarding code review tool for Visual Studio – Review Assistant
Post Reply
lordneeko
Posts: 26
Joined: Fri 19 Dec 2014 16:58

Shelveset name truncated in Code Review Board

Post by lordneeko » Wed 04 Mar 2015 12:45

When performing a pre-commit review, RA creates a shelveset name
reviewassitant-<date>-<time>

2 Things
1) There is a typo in the shelveset name (reviewassitant should be reviewassistant)
2) The name is truncated in the Code Review Board window, so that the reviewer cannot see the shelveset name which is being reviewed. This is especially troublesome for files that cannot be reviewed in the tool (docx, etc) where the reviewer must pull the shelveset from the server, but doesn't know the name because of the truncation.

Post Reply