Any plans for selecting individual lines for committing (Mercurial)?
Hi!
Do you have any plans to hugely improve the VCS support in AppCode/IDEA to support selecting individual changed blocks or, better yet, individual lines in a file to be committed separately from other changes in the file?
Often I edit my files so that they contain multiple logical changes. For example, typo fixes in comments, logging improvements and then some real bug fixes, for example. I'd like to commit these changes separately, so many times I need to commit only a few lines at a time from a certain file. Mercurial lets me do this using hg record on the command line, but that's not really very nice or fast to do.
Any chances you'd be creating a GUI tool for selecting individual lines for commit?
请先登录再写评论。