Mailinglist Archive: opensuse-commit (1029 mails)
| < Previous | Next > |
commit mercurial for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 11 Jul 2011 10:23:27 +0200
- Message-id: <20110711082327.41F1020298@hilbert.suse.de>
Hello community,
here is the log from the commit of package mercurial for openSUSE:Factory
checked in at Mon Jul 11 10:23:27 CEST 2011.
--------
--- mercurial/mercurial.changes 2011-05-26 14:58:49.000000000 +0200
+++ /mounts/work_src_done/STABLE/mercurial/mercurial.changes 2011-07-04
07:10:25.000000000 +0200
@@ -1,0 +2,128 @@
+Sun Jul 3 22:17:37 UTC 2011 - ammler@xxxxxxxxxxxxxxx
+
+- update to version 1.9
+ * New fileset file matching support
+ * Improved remote changeset discovery
+ * New command server mode to improve application integration
+ * Experimental generaldelta storage scheme
+ * Experimental new http client library
+
+ - Command changes
+ * HGPLAIN: allow exceptions to plain mode, like i18n, via HGPLAINEXCEPT
+ * manifest: add new option --all
+ * aliases: add positional arguments to non-shell aliases
+ * add: introduce a warning message for non-portable filenames (Bts:issue2756)
+ * add: notify when adding a file that would cause a case-folding collision
+ * bisect: new command to extend the bisect range (Bts:issue2690)
+ * bookmarks: allow deactivating current bookmark with -i
+ * bundle: update current bookmark to most recent revision on current branch
+ * diff: make diff -c aware of revision sets
+ * help: add -c/--command flag to only show command help (Bts:issue2799)
+ * help: add -e/--extension switch to display extension help text
+ * help: move hgignore man page into built-in help (Bts:issue2769)
+ * http: correctly handle redirects from http to https
+ * identify: list bookmarks for remote repositories
+ * import: add --bypass option
+ * paths: Add support for -q/--quiet
+ * pushkey: add hooks for pushkey/listkeys
+ * revset: add aliases
+ * revset: add ^ and ~ operators from parentrevspec extension
+ * revset: add a revset command to get bisect state
+ * revset: add desc(string) to search in commit messages
+ * revset: add follow(filename) to follow a filename's history across copies
+ * revset: introduce filelog() to emulate log's fast path
+ * revset: add a last() function
+
+ - Web changes
+ * add bookmarks listing to raw style and summary pages
+ * support alternate logo url
+ * add base link to file log for paper and coal styles (Bts:issue2452)
+ * paper, coal: display diffstat on the changeset page
+ * elapsed time calculation dynamic (javascript)
+ * provide diffstat and summary on the changeset page
+
+ - Extension changes
+ * hgcia: handle URL like in notify (Bts:issue2406)
+ * rebase: add -m/--message to rebase --collapse (Bts:issue2389)
+ * Updating hgext.extdiff to use revsets
+ * bash_completion: enable alias auto-complete
+ * bugzilla: add XMLRPC interface
+ * color: add support for terminfo-based attributes and color
+ * convert/mtn: add support for using monotone's "automate stdio" when
available
+ * convert/svn: stop using svn bindings when pushing to svn
+ * convert: add bookmark support for hg and git backends
+ * convert: add svnrev, svnpath and svnuuid template keywords
+ * extdiff: add repository root as a variable
+ * graphlog: support more log command features with revsets
+ * keyword: convert a verbatim block to a field list
+ * keyword: offer additional datefilters when the extension is enabled
+ * mq: add a 'mq()' revset predicate that returns applied mq csets
+ * notify: send changesets on 'outgoing' hook, updated doc
+ * progress: add speed format
+ * rebase: add --tool argument for specifying merge tool
+ * rebase: allow for rebasing descendants onto ancestors on different named
branches
+ * record: add an option to backup all wc modifications
+ * record: add qrefresh -i/--interactive
+ * record: add white space diff options
+ * record: alias qrecord to qnew -i/--interactive
+
+ - Bug fixes
+ * bookmarks: allow create/move bookmark without making it current
(Bts:issue2788)
+ * bookmarks: do not forward merged bookmark (Bts:issue1877)
+ * changegroup: do not count closed new heads (Bts:issue2697)
+ * config: handle comment lines in continuations (Bts:issue2854)
+ * dispatch: propagate ui command options to the local ui (Bts:issue2523)
+ * eol: make the hook check all new heads, not only tip (Bts:issue2666)
+ * grep: don't print data from binary files for matches (Bts:issue2614)
+ * http: report unexpected unparsable push responses (Bts:issue2777)
+ * httprepo: handle large lengths by bypassing the len() operator
+ * httprepo: long arguments support (Bts:issue2126)
+ * httprepo: proper handling of invalid responses without content-type
(Bts:issue2019)
+ * httprepo: send URL redirection notices to stderr (Bts:issue2828)
+ * localrepo: don't add deleted files to list of modified/added files
(Bts:issue2761)
+ * localrepo: ignore tags to unknown nodes (Bts:issue2750)
+ * merge: drop resolve state for mergers with identical contents
(Bts:issue2680)
+ * patch: do not patch unknown files (Bts:issue752)
+ * path_auditor: check filenames for basic platform validity (Bts:issue2755)
+ * rebase: don't mark file as removed if missing in parent's manifest
(Bts:issue2725)
+ * rebase: preserve mq series order after rebasing (Bts:issue2849)
+ * rebase: restore mq guards after rebasing (Bts:issue2107)
+ * revset: report a parse error if a revset is not parsed completely
(Bts:issue2654)
+ * scmutil: improve path calculation for install-relative RC files
(Bts:issue2841)
+ * set NOT_CONTENT_INDEXED on .hg dir (Bts:issue2694)
+ * sslutil: fall back to commonName when no dNSName in subjectAltName
(Bts:issue2798)
+ * subrepo: be more careful with deletions of .hgsub and .hgsubstate
(Bts:issue2844)
+ * subrepo: make stdin for svn a pipe for non-interactive use (Bts:issue2759)
+ * subrepo: svn abort now depends on exit code (Bts:issue2833)
+ * subrepo: be smarter about what's an absolute path (Bts:issue2808)
+ * svn subrepo: attempt work around obstructed checkouts (Bts:issue2752)
+ * svn subrepos: work around checkout obstructions (Bts:issue2752)
+ * tags: catch more corruption during cache parsing (Bts:issue2779)
+ * util: add Mac-specific check whether we're in a GUI session (Bts:issue2553)
+
+ - changes in version 1.8.4
+ * bookmarks: do not forward merged bookmark (Bts:issue1877)
+ * changelog: convert user and desc from local encoding early
+ * fix bookmarks rollback behavior
+ * hgrc.5: document shell aliases
+ * httprepo: proper handling of invalid responses without content-type
(Bts:issue2019)
+ * httprepo: send URL redirection notices to stderr (Bts:issue2828)
+ * localrepo: don't add deleted files to list of modified/added files
(Bts:issue2761)
+ * localrepo: ignore tags to unknown nodes (Bts:issue2750)
+ * mq: strip extra whitespace from node ids in header (Bts:issue2790)
+ * rebase: restore mq guards after rebasing (Bts:issue2107)
+ * revset: expand help for contains predicate
+ * revset: note case-insensitive matches in keyword and user
+ * revset: note case-sensitive match in grep
+ * revset: report a parse error if a revset is not parsed completely
(Bts:issue2654)
+ * revset: the name is optional for the tag predicate
+ * simplemerge: do not allow binary files to abort an entire merge
+ * strip: make it clear that --force discards changes (Bts:issue310)
+ * subrepo: don't crash when git .hgsubstate is empty (Bts:issue2716)
+ * subrepo: make stdin for svn a pipe for non-interactive use (Bts:issue2759)
+ * subrepo: respect non-default path for incoming/outgoing
+ * subrepo: svn abort now depends on exit code (Bts:issue2833)
+ * subrepo: use code from 71ea5b only if Python needs it (Bts:issue2795)
+ * tags: catch more corruption during cache parsing (Bts:issue2779)
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
mercurial-1.8.3.tar.bz2
New:
----
mercurial-1.9.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mercurial.spec ++++++
--- /var/tmp/diff_new_pack.Kjh11E/_old 2011-07-11 10:22:39.000000000 +0200
+++ /var/tmp/diff_new_pack.Kjh11E/_new 2011-07-11 10:22:39.000000000 +0200
@@ -28,13 +28,13 @@
Name: mercurial
Summary: Scalable Distributed SCM
-Version: 1.8.3
+Version: 1.9
Release: 1
License: GPLv2+
Group: Development/Tools/Version Control
Url: http://mercurial.selenic.com/
# http://mercurial.selenic.com/release/mercurial-%{version}.tar.gz
-Source: %{name}-%{version}.tar.bz2
+Source: %{name}-%{version}.tar.gz
Source1: cacerts.rc
Source99: rpmlintrc
Patch: mercurial-hgk-path-fix.diff
@@ -60,7 +60,7 @@
Recommends: %{name}-lang
%endif
%py_requires
-Provides: hg
+Provides: hg = {version}
%description
Mercurial is a fast, lightweight source control management system
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |