[Koha-bugs] [Bug 13499] Auth.pm needs a tidy

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 5 19:06:52 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13499

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

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

--- Comment #2 from M. Tompsett <mtompset at hotmail.com> ---
You didn't change the status, and I can't successfully repeat your suggested
test plan.

$ git reset --hard origin/master
$ git blame -w C4/Auth.pm | cut -f1 -d' ' > ~/before.txt
$ git bz apply 13499
...
$ git blame -w C4/Auth.pm | cut -f1 -d' '> ~/after.txt
$ diff ~/before.txt ~/after.txt | less

At this point there is a highly repetitive number, let's say a734e040, which
corresponds to your applied patch.

$ diff ~/before.txt ~/after.txt | grep "[\<\>]" | cut -f2 -d' ' | grep -v
a734e040
7535f2bf
493dcede
06d19958

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list