Re: [fossil-users] scrubbing private branch or feature branches in Fossil

2017-02-14 Thread Gour
On Tue, 14 Feb 2017 14:06:19 +0100
Gour  wrote:

> Any hint how to get rid of it since it would allow one to have kind of
> supported for 'featured branches' in the Fossil?

It looks that $id in:

fossil tag add --raw --propagate private $id

was not proper since after re-issuing the above cmd, everything seems
fine now and I'm very happy 'discovering' a very handy feature in
Fossil. :-)

> Sincerely,
> Gour

-- 
An intelligent person does not take part in the sources of misery,
which are due to contact with the material senses. O son of Kuntī,
such pleasures have a beginning and an end, and so the wise man does
not delight in them.


___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] scrubbing private branch or feature branches in Fossil

2017-02-14 Thread Gour
Hello,

after importing Git repo in Fossil, I notice strange behavior, that
since very beginning, Fossil shows two branches: trunk and
refs/heads(master) up to the [d207fdb1c2] commit and after it, there is
only 'trunk' branch up to the CURRENT...see below:

$fossil timeli -n 1000
=== 2017-02-14 ===
10:35:09 [171ff467dc] *CURRENT* biljeg, knjižara (user: gour tags: trunk)
=== 2017-02-13 ===
20:17:45 [7c93118488] bankomat, gimnastika 1/2017, Spar, Mueller, Kaufland, DM, 
ljekarna (user: gour tags: trunk)

[...]
=== 2017-01-02 ===
11:28:03 [b71abb3afc] pražnjenje septičke (user: g...@atmarama.com tags: trunk)
11:17:03 [4fac2abcee] kamata (Erste), donacija (Zdenko & Olga) (user: 
g...@atmarama.com tags: trunk,
 refs/heads/master)
11:17:03 [2c1dee8f7c] kamata (Erste), donacija (Zdenko & Olga) (user: 
g...@atmarama.com tags: trunk)
=== 2017-01-01 ===
15:42:12 [f2c8377e30] ljekarna (user: g...@atmarama.com tags: trunk, 
refs/heads/master)
15:42:12 [4c6452e921] ljekarna (user: g...@atmarama.com tags: trunk)
10:59:38 [d207fdb1c2] donacija, tržnica, voćarna, Konzum (user: 
g...@atmarama.com tags: trunk, refs/heads/master)
10:59:38 [e8fc67eb6e] donacija, tržnica, voćarna, Konzum (user: 
g...@atmarama.com tags: trunk)
=== 2016-12-31 ===
09:00:13 [8dd1c990a5] Metss, kamate, vođenje računa... (user: g...@atmarama.com 
tags: trunk, refs/heads/master)
09:00:13 [cce6fb345f] Metss, kamate, vođenje računa... (user: g...@atmarama.com 
tags: trunk)

[...]

10:23:02 [6e28e8d2a6] adjust some computer-related transactions (user: gour 
tags: trunk, refs/heads/master)
10:23:02 [5c720a947d] adjust some computer-related transactions (user: 
g...@atmarama.com tags: trunk)
10:15:41 [7d1448b3f5] initial import (NG) (user: gour tags: trunk, 
refs/heads/master)
10:15:41 [ae83c30ca8] initial import (NG) (user: g...@atmarama.com tags: trunk)
10:14:47 [984a7e03ca] initial empty check-in (user: gour tags: trunk, 
refs/heads/master)
10:14:47 [eae3edf959] initial empty check-in (user: g...@atmarama.com tags: 
trunk)

Now, considering to get rid of that duplicate branch (refs/heads/master)
I did the following:

fossil tag add --raw --propagate private 984a7e03ca53787e5c16139e849f

in order to convert refs/heads/master branch into private followed by:

fossil scrub --private

So, now there is no longer 'refs/heads/master' branch, but now it shows:


[7d1448b3f5] initial import (NG) (user: gour) (unpublished)

so I wonder why that refsheads/master branch which was converted into
private and scrubbed still shown as 'unpublished'?

Any hint how to get rid of it since it would allow one to have kind of
supported for 'featured branches' in the Fossil?


Sincerely,
Gour

-- 
Many, many births both you and I have passed. I can remember
all of them, but you cannot, O subduer of the enemy!


___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users