0

I made several terrible changesets, is it possible to join/group them to one changeset ? Because I would like to keep the meaningful and readable commit history.

enter image description here

Muflix
  • 6,192
  • 17
  • 77
  • 153

2 Answers2

1

Unfortunately, this is not support in TFVC. And there had been a feature request in uservocie called TFS to merge multiple, non-continuous changesets which has been declined by the PM of TFS.

Thanks for the feedback on this idea. We have reviewed this feedback and determined that we will not be able to complete this suggestion in the foreseeable future.

Matt Mitrik TFS Program Manager

March 12 2015

For your situation, you can either edit the comment just like AakashM suggested or try to use Visual Studio add-on TFS Productivity Tools.

Moreover, about how to edit the changeset comment, please refer the answer in this question: Edit changeset comment after updates have been checked in to TFS

Community
  • 1
  • 1
PatrickLu-MSFT
  • 49,478
  • 5
  • 35
  • 62
0

Assuming you mean like a git "squash", I'm afraid not.

Daniel Morritt
  • 1,787
  • 17
  • 25