Kaydet (Commit) e8511261 authored tarafından Barış Metin's avatar Barış Metin

fix: we don't have a long (-L) option in Info command anymore..

üst a97edfb4
......@@ -687,7 +687,7 @@ Usage: info <package1> <package2> ... <packagen>
def print_pkginfo(self, metadata, files, repo = None):
import os.path
if not ctx.get_option('long'):
if ctx.get_option('short'):
pkg = metadata.package
ctx.ui.info('%15s - %s' % (pkg.name, unicode(pkg.summary)))
else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment