remove extra refresh_index() call in apply_patches()
authorChuck Lever <cel@netapp.com>
Wed, 2 Nov 2005 21:55:35 +0000 (16:55 -0500)
committerCatalin Marinas <catalin.marinas@gmail.com>
Fri, 4 Nov 2005 21:35:41 +0000 (21:35 +0000)
commite1db88d02ed4fbb0cb38c90ce6f9cd7416747d69
tree18be77de5b87ff8c20533033a07aac01663dccb9
parentd60cd083b1de0d100b96eacc4e172eca8da8f104
remove extra refresh_index() call in apply_patches()

apply_patches() calles git.merge() and git.switch(), both of which already
invoke refresh_index().

Signed-off-by: Chuck Lever <cel@netapp.com>
stgit/git.py