Accepting request 1164465 from home:ojkastl_buildservice:Branch_devel_tools_scm

update to 0.16.0

OBS-URL: https://build.opensuse.org/request/show/1164465
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/jujutsu?expand=0&rev=13
This commit is contained in:
Johannes Kastl 2024-04-04 05:59:49 +00:00 committed by Git OBS Bridge
parent 07fcb1d4c4
commit f462725cbc
7 changed files with 62 additions and 10 deletions

View File

@ -4,7 +4,7 @@
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">v0.15.1</param>
<param name="revision">v0.16.0</param>
<param name="changesgenerate">disable</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:90ba8a63fc08b6e21fbf172138ce09deb60d050c86f970cb30d2bcf903f46ca0
size 5095436

3
jj-0.16.0.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a7b02786e1a11bf049174a8fa54849943171620dfddcbde8fd485b3d744e1daa
size 5244429

View File

@ -1,4 +1,4 @@
name: jj
version: 0.15.1
mtime: 1709786138
commit: bf76080f42f77cad934d9a5202c7b7d29ab2c890
version: 0.16.0
mtime: 1712173583
commit: 2dcdc7fb3f20f262a73f52019f5a7b7e48fe069d

View File

@ -1,3 +1,55 @@
-------------------------------------------------------------------
Thu Apr 4 05:15:23 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 0.16.0:
* Deprecations
- jj move was deprecated in favor of jj squash.
* Breaking changes
- The git_head template keyword now returns an optional value
instead of a list of 0 or 1 element.
- The jj sparse set --edit/--reset flags were split up into jj
sparse edit/reset subcommands respectively.
- The jj sparse subcommands now parse and print patterns as
workspace-relative paths.
- The jj log command no longer uses the default revset when a
path is specified.
* New features
- Config now supports rgb hex colors (in the form #rrggbb)
wherever existing color names are supported.
- ui.default-command now accepts multiple string arguments, for
more complex default jj commands.
- Graph node symbols are now configurable via templates
* templates.log_node
* templates.op_log_node
- jj log now includes synthetic nodes in the graph where some
revisions were elided.
- jj squash now accepts --from and --into (also aliased as
--to) if -r is not specified. It can now be used for all use
cases where jj move could previously be used. The --from
argument accepts a revset that resolves to more than one
revision.
- Commit templates now support immutable keyword.
- New template function coalesce(content, ..) is added.
- Timestamps are now shown in local timezone and without
milliseconds and timezone offset by default.
- jj git push now prints messages from the remote.
- jj branch list now supports a --conflicted/-c option to show
only conflicted branches.
- jj duplicate and jj abandon can now take more than a single
-r argument, for consistency with other commands.
- jj branch list now allows combining -r REVISIONS/NAMES and -a
options.
- --all is now named --all-remotes for jj branch list
- There is a new global --quiet flag to silence commands'
non-primary output.
- jj split now supports a --siblings/-s option that splits the
target revision into siblings with the same parents and
children.
- new function working_copies() for revsets to show the working
copy commits of all workspaces.
* Fixed bugs
- None
-------------------------------------------------------------------
Sat Mar 16 17:29:53 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

View File

@ -19,7 +19,7 @@
%define binary_name jj
Name: jujutsu
Version: 0.15.1
Version: 0.16.0
Release: 0
Summary: Git-compatible DVCS that is both simple and powerful
License: MIT

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b99b3384699951b1dbfb05e8124b32e56d1f5fc18d916d0c2627281ec9c680cd
size 37916527
oid sha256:5d9216d4d92f27476d6f4e3813cdfc0fb17132aa6bfb304be066e16fde3164e6
size 37672869