I would like to set up a bzr repository that does not require me to deal with the addition or subtraction of empty lines.
Is it possible to do this?
Are there any potential disadvantages? My code is in R and bash.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
When comparing repositories or revisions using bzr diff, you can use diff-options to pass options through to the standard UNIX diff command.
I’ve been unable to find a way to handle whitespace changes (tab to spaces, or spaces to tabs) gracefully. I’ve also been unable to find a way to handle any sort of whitespace changes when performing a merge.