Your message dated Mon, 29 Oct 2007 11:47:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#425841: fixed in mercurial 0.9.5-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: mercurial
Version: 0.9.3-2
Severity: minor

Hello,

thanks for packaging mercurial.

In the README.Debian, the link to web documentation is
http://www.serpentine.com/mercurial/ but the address does not seem to
exist.  I've found that wiki instead at
http://www.selenic.com/mercurial/

Ciao,

Enrico


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.21-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages mercurial depends on:
ii  libc6                       2.3.6.ds1-13 GNU C Library: Shared libraries
ii  python                      2.4.4-2      An interactive high-level object-o
ii  python-support              0.6.4        automated rebuilding support for p
ii  python2.4                   2.4.4-3      An interactive high-level object-o

Versions of packages mercurial recommends:
ii  kdiff3                        0.9.91-1   compares and merges 2 or 3 files o
ii  rcs                           5.7-18     The GNU Revision Control System
ii  tk8.3 [wish]                  8.3.5-6    Tk toolkit for Tcl and X11, v8.3 -
ii  tk8.4 [wish]                  8.4.12-1   Tk toolkit for Tcl and X11, v8.4 -

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: mercurial
Source-Version: 0.9.5-1

We believe that the bug you reported is fixed in the latest version of
mercurial, which is due to be installed in the Debian FTP archive:

mercurial_0.9.5-1.diff.gz
  to pool/main/m/mercurial/mercurial_0.9.5-1.diff.gz
mercurial_0.9.5-1.dsc
  to pool/main/m/mercurial/mercurial_0.9.5-1.dsc
mercurial_0.9.5-1_i386.deb
  to pool/main/m/mercurial/mercurial_0.9.5-1_i386.deb
mercurial_0.9.5.orig.tar.gz
  to pool/main/m/mercurial/mercurial_0.9.5.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vincent Danjean <[EMAIL PROTECTED]> (supplier of updated mercurial package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 29 Oct 2007 10:22:45 +0100
Source: mercurial
Binary: mercurial
Architecture: i386 source 
Version: 0.9.5-1
Distribution: unstable
Urgency: low
Maintainer: Vincent Danjean <[EMAIL PROTECTED]>
Changed-By: Vincent Danjean <[EMAIL PROTECTED]>
Description: 
 mercurial  - Scalable distributed version control system
Closes: 316347 418780 425841 427808 427851 435636 440175 443428 446972 447094 
447095 447663 448376
Changes: 
 mercurial (0.9.5-1) unstable; urgency=low
 .
   * New upstream release
     Closes: #435636 (erroneous multiple heads after commit)
     Closes: #427808 (hgweb/hgwebdir do not work with flup (FastCGI))
     Closes: #418780 (partial hgweb listings)
     Closes: #440175 (please include record extension)
     Closes: #447663 (0.9.5 available)
     Closes: #427851 (RSS feeds have wrong URL with https)
     New features:
      * Handle symlinks on systems without symlink support
      * hg archive supports symlinks
      * Display executable/symlink bit with "hg manifest -v" (see UpgradeNotes)
      * Improved hg verify diagostics
      * Faster revlog handling
      * Faster handling of large directories
      * Greatly improved handling of large files
      * Atom syndication support in hgweb
      * Improved test suite with parallel execution
 .
     Fixes:
      * Fixes for some file copy and rename corner cases
      * Allow moving newly-added files before commit
      * Improve hg diff whitespace handling
      * Disallow fast-forward merge with an ancestor
      * Fix adding untracked files on directory renames
      * Fix hg archive %r format specifier
      * Fix re: and glob: patterns in .hgignore
      * Improve hg executable path resolution
      * Many options and hgrc parsing improvements
      * Better handling of VFAT filesystems on Linux
      * Fix tgz archival on Windows
      * Fix hg serve on Windows requiring pywin32 modules
      * Fix --profile under Windows
 .
     New extensions:
      * alias - allow user-defined command aliases
      * children - show the children of the given or working dir revision
      * imerge - incremental interactive merging
      * interhg - modify changelog text as in InterWiki
      * record - darcs-style interactive change selection during commit
 .
     New extension features:
      * convert
        * Now supports Subversion, Darcs and Mercurial as source SCMs
        * Use clone's behaviour for the default destination name
        * Force encoding to UTF-8 for converted repository
        * Support new-style .cvspass file format
        * Filter the files and directories to import
        * Remap paths to new locations during import
      * hgk
        * Fix hgk stopping because of untrusted repository warnings
        * Handle filenames with spaces
        * Improved documentation
      * mq
        * Autodetect --git patches on qrefresh
 .
   * Improve README.Debian about Emacs
     Closes: #446972 (mercurial.el: autoload)
     Thanks to Trent W. Buck for its explainations added to the README.Debian
   * Apply several patches to hgmerge:
     - use /bin/bash for hgmerge: 'type' is not POSIX (Closes: #447094)
     - patch hgmerge to do minimum check of its arguments (Closes: #443428)
     - use $VISUAL and default to 'editor' instead of 'vi'
       (Closes: #447095, #448376) [mercurial/command.py modified too]
   * Correct wrong link to web docs in README.Debian (Closes: #425841)
   * [debian/control] Recommends: meld (used to hgmerge) (Closes: #316347)
Files: 
 a9dd54bcb87ca332315ce83293816e37 670808 devel optional 
mercurial_0.9.5.orig.tar.gz
 bffb6349b06eb2237bdcaac3b26d1a90 688 devel optional mercurial_0.9.5-1.dsc
 d8eebc8bb7928c0639f10a4fb87a22e4 16882 devel optional mercurial_0.9.5-1.diff.gz
 f7996c5f4bde62c4d22fe0ae70e257f9 463700 devel optional 
mercurial_0.9.5-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHJcU0C/d4Z50CXocRArH3AKDDl2fj4W1tNv6c0JQdpswXBfj1CACfYU08
/17LEzGgTxDecYQaDrjFWq8=
=Mlog
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to