p4: retrieve the right revision of the file in UTF-16 codepath
commitf5f53f141087e8ba663d650399e8683c1fc6700b
authorMiguel Torroja <miguel.torroja@gmail.com>
Wed, 27 May 2015 23:14:39 +0000 (28 01:14 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 May 2015 23:23:02 +0000 (27 16:23 -0700)
tree4962d42877099e1293d53548a5dbf0e6a080db2c
parent77bd3ea9f54f1584147b594abc04c26ca516d987
p4: retrieve the right revision of the file in UTF-16 codepath

Fixing bug with UTF-16 files when they are retrieved by git-p4.  It
was always getting the tip version of the file and the history of
the file was lost.

Signed-off-by: Miguel Torroja <miguel.torroja@gmail.com>
Acked-by: Luke Diamand <luke@diamand.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-p4.py