[Koha-bugs] [Bug 23221] Reindent tools/manage-marc-import.tt

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 4 20:56:25 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23221

M. Tompsett <mtompset at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mtompset at hotmail.com

--- Comment #8 from M. Tompsett <mtompset at 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.


More information about the Koha-bugs mailing list