mercurial (0.7-8) unstable; urgency=low * Closes: #343459: correct FAQ URL * Closes: #343458: fix directory completion * Closes: #343472: clone does not work with path aliases (Thanks Daniel Kobras for these three bugreports with patch) -- Vincent Danjean Tue, 3 Jan 2006 21:13:23 +0100 mercurial (0.7-7) unstable; urgency=low * Add support for alias st for hg status (Closes: #340235) (backport from tip, thanks Michael Gebetsroither ) -- Vincent Danjean Tue, 22 Nov 2005 13:01:39 +0100 mercurial (0.7-6) unstable; urgency=low * Backport of the patch "fix handling of daylight saving time" from upstream (Closes: #336646) -- Vincent Danjean Wed, 2 Nov 2005 06:17:04 +0100 mercurial (0.7-5) unstable; urgency=low * Add hgweb.cgi and hgwebdir.cgi in examples (Closes: #332973) -- Vincent Danjean Sat, 15 Oct 2005 11:24:54 +0200 mercurial (0.7-4) unstable; urgency=low * backport from upstream of - use of 'hgext' directory for extensions - 'hgk.py' extension (was hgit before) => 'hg view' works ;-) * add 'Recommands: wish' for the hgk extension -- Vincent Danjean Fri, 23 Sep 2005 11:45:13 +0200 mercurial (0.7-3) unstable; urgency=low * Add system-wide config directory (so that extensions can be easyly added) * Enable hgit extension -- Vincent Danjean Tue, 20 Sep 2005 02:47:16 +0200 mercurial (0.7-2) unstable; urgency=low * Correct changelog.Debian (I forgot to add upstream changes in the previous entry) -- Vincent Danjean Sun, 18 Sep 2005 22:46:14 +0200 mercurial (0.7-1) unstable; urgency=low * New upstream release (Closes: #328725) core improved merge logic improved copy/rename support (still experimental) automatic binary file handling generic file filtering support various performance improvements command line new bundle/unbundle commands for exchanging native updates more natural support for remove, copy, and rename faster, more powerful log command new grep command for searching entire history support for plug-in extensions improved exception handling and debugging facilities hgweb optional downloading of tarballs and zip files Windows support hardlinking support newline conversion through file filtering contrib updated hgk * New package (a bit delayed due to a crash disk and a new job) * Upstream added support for options -h and --help (Closes: #324049) * renamming conffile 'bash_completion' to 'mercurial' (Closes: #325266) -- Vincent Danjean Sat, 17 Sep 2005 16:54:37 +0200 mercurial (0.6c-1) unstable; urgency=low * New upstream release What's new: core functionality ability to use tags to identify branches detect adding new heads with push protocol versioning for push/pull https: support minor merge fixes command line much more powerful path handling incoming/outgoing commands smarter import/export fewer long, confusing hashes to deal with many new command options and settings portability improved portability of test suite and support scripts improved Windows support web interface easy to set up multiple repository interface several new hgrc config options IPv6 support documentation improved built-in help and man pages a steadily growing wiki tutorial in multiple languages extras a highly functional bash auto-completion script a new Emacs mode -- Vincent Danjean Tue, 23 Aug 2005 11:01:36 +0200 mercurial (0.6b-2) unstable; urgency=low * Adds proper python dependencies * Recommends tkdiff or kdiff3 for merge purpose * Suggests meld as this is another merging program that can be used by mercurial (but this needs the user set the HGMERGE variable) * Closes: #316347: Please Recommands: meld -- Vincent Danjean Wed, 17 Aug 2005 10:33:33 +0200 mercurial (0.6b-1) unstable; urgency=low * New upstream release What's new: improved ui new clone command replaces mkdir+init+pull+update new revert command add range support and -p option to log to show patches tags command now supports local tags improved push and pull better exception and signal handling improved option parsing support for user-defined hooks (aka triggers) performance updates even faster import of large sets of patches faster delta generation faster annotate faster status and ignore improved web interface more conformant and compatible HTML output built-in RSS feeds better tags handling fast multiple keyword search portability work support for Windows is nearly complete should easily compile and install on any modern UNIX comes with RPM spec file and script and more doc and help updates improved test suite numerous bug fixes and cleanups -- Vincent Danjean Tue, 12 Jul 2005 11:45:13 +0200 mercurial (0.6-2) unstable; urgency=low * Add meld to Suggest as it is not used by default hgmerge (Closes: #316347: Please Recommands: meld) -- Vincent Danjean Thu, 30 Jun 2005 16:30:33 +0200 mercurial (0.6-1) unstable; urgency=low * New upstream release This release contains a huge number of improvements: improved source tracking multi-head support permission tracking rename and copy tracking improved tag handling friendlier, more robust command line interface integrated help faster startup better exception handling smarter three-way merge helper improved communication faster outstanding changeset detection SSH-based push support non-transparent proxy support improved configuration handling support for .hgrc and .hg/hgrc files save per-repo defaults for pull new delta extension faster, smaller, and simpler than GNU diff or xdiff faster commit, push/pull, and annotate improved interoperability convert-repo framework for importing from other SCMs can work with gitk and git-viz portability improvements tested on big and little-endian 32 and 64-bit UNIX platforms Windows support is nearly complete and much more numerous performance tweaks and bugfixes automated test suite updated docs and FAQ -- Vincent Danjean Sat, 25 Jun 2005 00:15:13 +0200 mercurial (0.5b+20050618-1) unstable; urgency=low * New upstream sources (tip 396:8f8bb77d560e70bcc95577e4dfa877df18d876ab) this fix a alignment bug reported on alpha * many others fix and improvments from upstream * Change short description Closes: #314577: Please spell out the abbreviation in the synopsis -- Vincent Danjean Sat, 18 Jun 2005 10:02:39 +0200 mercurial (0.5b+20050612-2) unstable; urgency=low * Fix spelling mistake (thanks Emanuele Aina) Closes: #314161: Small spelling error in documentation * New package that should solve the FTBFS due to the use of the boggus package debhelper 4.9.0 by autobuilders Closes: #313491: mercurial_0.5b+20050612-1: FTBFS: syntax error at /usr/bin/dh_strip line 191, near 'if' * Closes: #314577: Please spell out the abbreviation in the synopsis -- Vincent Danjean Fri, 17 Jun 2005 11:14:06 +0200 mercurial (0.5b+20050612-1) unstable; urgency=low * New upstream sources -- Vincent Danjean Sun, 12 Jun 2005 11:40:02 +0200 mercurial (0.5b-5) unstable; urgency=low * manually fix wrong build-dependencies that have been previously generated by cdbs (ie remove 'build-essential' and duplicates) -- Vincent Danjean Sat, 4 Jun 2005 09:16:40 +0200 mercurial (0.5b-4) unstable; urgency=low * remove automatic generation of control from control.in (with cdbs dependencies) as requested by ftpmaster to accept this NEW package (see still opened bugs #311724 for more information) -- Vincent Danjean Fri, 3 Jun 2005 08:57:06 +0200 mercurial (0.5b-3) unstable; urgency=low * First official Debian release. (Closes: #308873: ITP: mercurial -- scalable distributed SCM) -- Vincent Danjean Thu, 2 Jun 2005 08:55:53 +0200 mercurial (0.5b-2) unstable; urgency=low * package description improved from the mercurial ML * Add Homepage: to long description (thanks Anibal Monsalve Salazar) * Change Architecture from all to any as mercurial sources now have C files to compile (thanks Anibal Monsalve Salazar) * Update copyright (thanks Anibal Monsalve Salazar) * Add rcs and tkdiff to Recommands as hgmerge use it (only recommands and not depends because if the user set HGMERGE to kdiff3, he does not need them) * use hgmerge if HGMERGE is not set (patch submitted upstream) -- Vincent Danjean Wed, 1 Jun 2005 11:35:20 +0200 mercurial (0.5b-1) unstable; urgency=low * New upstream release -- Vincent Danjean Tue, 31 May 2005 00:00:29 +0200 mercurial (0.5-1) unstable; urgency=low * New upstream release -- Vincent Danjean Sun, 29 May 2005 21:36:55 +0200 mercurial (0.4f-1) unstable; urgency=low * New upstream release * english improved in description (thanks Jay Berkenbilt ) -- Vincent Danjean Sat, 14 May 2005 00:55:40 +0200 mercurial (0.4e-3) unstable; urgency=low * package description improved (thanks Bas Zoetekouw ) -- Vincent Danjean Fri, 13 May 2005 13:46:44 +0200 mercurial (0.4e-2) unstable; urgency=low * update description -- Vincent Danjean Thu, 12 May 2005 23:32:43 +0200 mercurial (0.4e-1) unstable; urgency=low * New upstream release -- Vincent Danjean Thu, 12 May 2005 23:13:54 +0200 mercurial (0.4b-2) unstable; urgency=low * add debian watch file * add depend on tkdiff * correct some lintian warnings -- Vincent Danjean Fri, 29 Apr 2005 12:59:33 +0200 mercurial (0.4b-1) unstable; urgency=low * Initial Release. -- Vincent Danjean Fri, 29 Apr 2005 08:54:25 +0200