]> git.ipfire.org Git - thirdparty/git.git/commit - git-p4.py
git p4: inline listExistingP4GitBranches
authorPete Wyckoff <pw@padd.com>
Tue, 15 Jan 2013 00:46:58 +0000 (19:46 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Jan 2013 17:46:29 +0000 (09:46 -0800)
commit3b650fc9869a51190578aed8014d906f01f510a9
treec946c63db3edb1ae59bf046df435dce78fb938c9
parent2c8037edeef9ae6f510335587c04081e58564758
git p4: inline listExistingP4GitBranches

It is four lines of code used in only one place.  Simplify by
including it where it is used.

Signed-off-by: Pete Wyckoff <pw@padd.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-p4.py