On Tue, Jan 02, 2007 at 03:29:17PM +0100, Vincent Danjean wrote:
> Can you tell me the results of the following commands :
+ which hg
/usr/bin/hg
+ dpkg -S /usr/bin/hg
mercurial: /usr/bin/hg
+ dpkg -s mercurial
Package: mercurial
Status: install ok installed
Priority: optional
Section: devel
Installed-Size: 1864
Maintainer: Vincent Danjean <[EMAIL PROTECTED]>
Architecture: i386
Version: 0.9.3-1
Depends: libc6 (>= 2.3.6-6), python2.4, python (<< 2.5), python-support (>= 
0.3.4), python (>= 2.4)
Recommends: kdiff3 | tkdiff | rcs, tk8.4 | wish
Suggests: meld, commit-tool
Conffiles:
 /etc/bash_completion.d/mercurial 6dbbd03d2c7e91a4bb1ea333df684974
 /etc/mercurial/hgrc bcefdbdbe45da0913c9ae243149fd497
 /etc/mercurial/hgrc.d/hgext.rc 0e66c94f56d942415b5ba01faf04c037
Description: Scalable distributed version control system
 Mercurial is a fast, lightweight Source Control Management system designed
 for efficient handling of very large distributed projects.
 .
 Its features include:
  * O(1) delta-compressed file storage and retrieval scheme
  * Complete cross-indexing of files and changesets for efficient exploration
    of project history
  * Robust SHA1-based integrity checking and append-only storage model
  * Decentralized development model with arbitrary merging between trees
  * High-speed HTTP-based network merge protocol
  * Easy-to-use command-line interface
  * Integrated stand-alone web interface
  * Small Python codebase
 .
  Homepage: http://www.selenic.com/mercurial/
+ cat /usr/bin/hg
#!/usr/bin/python2.4
#
# mercurial - scalable distributed SCM
#
# Copyright 2005, 2006 Matt Mackall <[EMAIL PROTECTED]>
#
# This software may be used and distributed according to the terms
# of the GNU General Public License, incorporated herein by reference.

from mercurial import commands

commands.run()
+ echo 'import sys; print sys.path;'
+ /usr/bin/python2.4
['', '/usr/lib/python24.zip', '/usr/lib/python2.4', 
'/usr/lib/python2.4/plat-linux2', '/usr/lib/python2.4/lib-tk', 
'/usr/lib/python2.4/lib-dynload', '/usr/local/lib/python2.4/site-packages', 
'/usr/lib/python2.4/site-packages', '/usr/lib/python2.4/site-packages/Numeric', 
'/usr/lib/python2.4/site-packages/PIL', 
'/usr/lib/python2.4/site-packages/cairo', '/var/lib/python-support/python2.4', 
'/usr/lib/python2.4/site-packages/gtk-2.0', 
'/var/lib/python-support/python2.4/gtk-2.0']

Attachment: signature.asc
Description: Digital signature

Reply via email to