Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2015-02-05 11:01:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and      /work/SRC/openSUSE:Factory/.mercurial.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mercurial"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes      2014-12-22 
12:53:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2015-02-05 
11:01:28.000000000 +0100
@@ -1,0 +2,62 @@
+Wed Feb  4 16:31:54 UTC 2015 - [email protected]
+
+- update to v3.3
+  + commands
+    * add: add back forgotten files even when not matching exactly (BC)
+    * addremove: add back forgotten files (BC)
+    * addremove: add support for the -S flag
+    * addremove: print relative paths when called with -I/-X (BC)
+    * addremove: support addremove with explicit paths in subrepos
+    * backout: add --commit option
+    * commit: abort if --addremove is specified, but fails
+    * commit: remove reverse search for copy source when not in parent 
(issue4476)
+    * commit: propagate --addremove to subrepos if -S is specified (issue3759)
+    * graft: show more useful status information while grafting
+  + core
+    * bundles: do not overwrite existing backup bundles (BC)
+    * osx: patch .pax.gz files in pkg bundles so they extract as root 
(issue4081)
+    * revset: handle hidden linkrev for file missing for head (issue4490)
+    * revset: allow rev(-1) to indicate null revision (BC)
+    * revset: fix ancestors(null) to include null revision (issue4512)
+    * subrepo: don't abort in add when non-hg subrepos are present (issue4513)
+    * cmdserver: use given streams as pipe channels like other commands
+    * extensions: only check compatibility against major and minor versions 
(BC)
+    * https: support tls sni (server name indication) for https urls 
(issue3090)
+    * ignore: resolve ignore files relative to repo root (issue4473) (BC)
+    * linkrev: handle filtered linkrev with no visible children (issue4307)
+    * linkrev: also adjust linkrev when bootstrapping annotate (issue4305)
+    * linkrev: use the right manifest content when adjusting linrev (issue4499)
+    * memctx: calculate manifest correctly with newly-removed files (issue4470)
+    * memctx: fix manifest for removed files (issue4470)
+    * obsstore: disable garbage collection during initialization (issue4456)
+    * subrepo: support remove with explicit paths in subrepos
+    * subrepo: add full revert support for git subrepos
+    * subrepo: add partial diff support for git subrepos
+    * subrepo: add status support for ignored files in git subrepos
+    * win32: remove Mercurial.ini file from Inno Setup installer (issue4435)
+  + hgweb
+    * hgweb: allow viewing diffs against p1 or p2 for merge commits (issue3904)
+  + extensions
+    * color: add support for colorizing git subrepo diffs
+    * color: add missing 'dim' in _effects
+    * convert: on svn failure, note libsvn version (issue4043)
+    * convert: replace revision references in messages if they are >= short 
hashes
+    * convert: handle LookupError in mercurial_source.lookuprev()
+    * extdiff: reintroduce backward compatibility with manual quoting of 
parameters
+    * histedit: add a test to show that issue4251 is fixed (issue4251)
+    * largefiles: fix commit of a directory with no largefile changes 
(issue4330)
+    * largefiles: use 'default' path for pulling largefiles, not 'default-push'
+    * largefiles: enable subrepo support for add, forget, remove
+    * largefiles: show progress when checking standin hashes in outgoing 
changesets
+    * mq: smarter handling of plain headers
+    * patchbomb: don't honor whitespace and format-changing diffopts (BC)
+    * rebase: show more useful status information while rebasing
+    * rebase: ensure rebase revision remains visible (issue4504)
+    * extdiff: avoid unexpected quoting arguments for external tools 
(issue4463)
+    * highlight: ignore Unicode's extra linebreaks (issue4291)
+    * record: don't honor format-changing diffopts (issue4459)
+    * share: add option to share bookmarks
+    * transplant: properly skip empty changeset (issue4423)
+- provide cacerts.rc for all OS, not just >1130
+
+-------------------------------------------------------------------

Old:
----
  mercurial-3.2.3.tar.gz

New:
----
  mercurial-3.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mercurial.spec ++++++
--- /var/tmp/diff_new_pack.uz43kd/_old  2015-02-05 11:01:29.000000000 +0100
+++ /var/tmp/diff_new_pack.uz43kd/_new  2015-02-05 11:01:29.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mercurial
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           mercurial
-Version:        3.2.3
+Version:        3.3
 Release:        0
 Summary:        Scalable Distributed SCM
 License:        GPL-2.0+
@@ -98,10 +98,7 @@
 mkdir -p %{buildroot}%{_datadir}/{x,}emacs/site-lisp
 install -m0644 contrib/*.el %{buildroot}%{_datadir}/emacs/site-lisp
 install -m0644 contrib/*.el %{buildroot}%{_datadir}/xemacs/site-lisp
-install -Dm0644 contrib/mergetools.hgrc 
%{buildroot}%{_sysconfdir}/mercurial/hgrc.d/mergetools.rc
-%if 0%{?suse_version} >= 1130
-install -m0644 %{SOURCE1} 
%{buildroot}%{_sysconfdir}/mercurial/hgrc.d/cacerts.rc
-%endif
+install -Dm0644 %{SOURCE1} 
%{buildroot}%{_sysconfdir}/mercurial/hgrc.d/cacerts.rc
 %fdupes -s %{buildroot}%{_prefix}
 
 %if 0%{?with_tests}

++++++ mercurial-3.2.3.tar.gz -> mercurial-3.3.tar.gz ++++++
++++ 33466 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to