Pre-commit reviews with automatic shelvesets

Discussion of open issues, suggestions and bugs regarding code review tool for Visual Studio – Review Assistant
Post Reply
brett.postin
Posts: 1
Joined: Mon 31 Mar 2014 09:20

Pre-commit reviews with automatic shelvesets

Post by brett.postin » Mon 31 Mar 2014 09:29

Since toying around with Review Assistant, I have been under the impression that in order to create a pre-commit review you first need to (manually) create a shelveset and then add that as a revision to the review.

However in the discussion under the following post, one of your colleagues suggests that pre-commit reviews could be requested with the automatic creation of a shelveset:

http://stackoverflow.com/a/19312694/295813

I'm unable to see how to achieve this.

I'm aware you can create Ad-Hoc review but this seems to be for a single file/comments only. One of the great things about the in-built (TFS) code review system is the ability to just create a code review and it automatically suspend the current pending changes into a shelveset for the review.

Is the same functionality possible in Review Assistant?

AlexeyN
Devart Team
Posts: 244
Joined: Wed 12 Sep 2012 12:09

Re: Pre-commit reviews with automatic shelvesets

Post by AlexeyN » Mon 31 Mar 2014 12:10

Unfortunately, Review Assistant can not create a shelveset on demand automatically. I think, that user mistakenly wrote about the Visual Studio in-built review tool.

As you mentioned above, you should to shelve changes manually and then add them to the review:
http://www.devart.com/review-assistant/ ... veset.html

We will think how to simplify that case.

Post Reply