Bug 582899

Summary: guestfish:sparse is missed from command autocomplete list
Product: [Community] Virtualization Tools Reporter: Qixiang Wan <qwan>
Component: libguestfsAssignee: Richard W.M. Jones <rjones>
Status: CLOSED UPSTREAM QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: unspecifiedCC: mbooth, virt-maint
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-05-12 12:25:43 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Qixiang Wan 2010-04-16 06:40:47 UTC
Description of problem:
guestfish command autocomplete is not include sparse, so if you use key <TAB> to list the available commands, it won't be displayed.

Version-Release number of selected component (if applicable):
libguestfs-1.0.85-1.fc12.3.x86_64
guestfish-1.0.85-1.fc12.3.x86_64


How reproducible:
100%

Steps to Reproduce:
1. guestfish
><fs> sp<press TAB>

2. 
<fish/fish.h>

   118	#define BUILTIN_COMMANDS_FOR_COMPLETION \
   119	  "help",				\
   120	  "quit", "exit", "q",		        \
   121	  "alloc", "allocate",		        \
   122	  "echo",				\
   123	  "edit", "vi", "emacs",		\
   124	  "lcd",				\
   125	  "glob",				\
   126	  "more", "less",			\
   127	  "reopen",				\
   128	  "time"
   129	

Actual results:


Expected results:


Additional info:

Comment 2 Fedora Update System 2010-04-20 19:12:13 UTC
libguestfs-1.2.3-1.el5 has been submitted as an update for Fedora EPEL 5.
http://admin.fedoraproject.org/updates/libguestfs-1.2.3-1.el5

Comment 3 Fedora Update System 2010-04-20 22:25:44 UTC
libguestfs-1.2.3-1.fc13 has been submitted as an update for Fedora 13.
http://admin.fedoraproject.org/updates/libguestfs-1.2.3-1.fc13

Comment 4 Fedora Update System 2010-04-21 12:42:32 UTC
libguestfs-1.2.3-1.fc12.6 has been submitted as an update for Fedora 12.
http://admin.fedoraproject.org/updates/libguestfs-1.2.3-1.fc12.6

Comment 5 Fedora Update System 2010-05-21 00:31:24 UTC
libguestfs-1.2.3-1.el5 has been pushed to the Fedora EPEL 5 stable repository.  If problems still persist, please make note of it in this bug report.