https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23221 M. Tompsett <mtompset@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtompset@hotmail.com --- Comment #8 from M. Tompsett <mtompset@hotmail.com> --- # really force master to be latest before. git checkout master git pull git reset --hard origin/master cat koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt | tr -d [:space:] > before.txt git checkout -b bug_23221 origin/master git bz apply 23221 # interactive and apply just the first patch cat koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt | tr -d [:space:] > after.txt diff before.txt after.txt # should be no differences # didn't use git diff -w origin/master, because too much scroll. rm before.txt after.txt -- You are receiving this mail because: You are watching all bug changes.