From 4440e22f4f7ebffe0728a8c019319d1a2b260cf5 Mon Sep 17 00:00:00 2001
From: Richard Jones <rjones@redhat.com>
Date: Mon, 2 Aug 2010 17:43:23 +0100
Subject: fish: Reimplement -i option using new C-based inspection.

Don't shell out to virt-inspector.  Instead, use the new C-based
inspection APIs.

This is much faster.

The new syntax is slightly different:

  guestfish -a disk.img -i
  guestfish -d guest -i

However, the old syntax still works.
---
 po/POTFILES.in | 1 +
 1 file changed, 1 insertion(+)

(limited to 'po/POTFILES.in')

diff --git a/po/POTFILES.in b/po/POTFILES.in
index e463bbb2..843e8e04 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -76,6 +76,7 @@ fish/echo.c
 fish/edit.c
 fish/fish.c
 fish/glob.c
+fish/inspect.c
 fish/lcd.c
 fish/man.c
 fish/more.c
-- 
cgit