Omit different lines by identifier
Posted: Wed 24 Jul 2013 17:58
Is there a way to omit lines that are different based on some type of flag or identifier. ex.
line from file 1:
f1 = f2;
line from file 2:
f1 = f2 * 1; //OMIT THIS LINE AS A CHANGE
Is there a way to filter this line out so it does not appear as a change based on the identifier of "OMIT THIS LINE AS A CHANGE" or any other type of flag
line from file 1:
f1 = f2;
line from file 2:
f1 = f2 * 1; //OMIT THIS LINE AS A CHANGE
Is there a way to filter this line out so it does not appear as a change based on the identifier of "OMIT THIS LINE AS A CHANGE" or any other type of flag