Re: [fossil-users] Annotation information not propagated across branches

2012-01-16 Thread Kees Nuyt
On Sun, 15 Jan 2012 14:05:35 -0600, you wrote: >On Mon, 16 Jan 2012 00:32:08 +0530 >ashish...@lostca.se (Ashish SHUKLA) wrote: > > >Dude! How did you get a picture to show up in the header of of your >email? I've never seen that before. I'm seeing this with Claws >Mail. http://quimby.gnus.org/cir

Re: [fossil-users] Annotation information not propagated across branches

2012-01-15 Thread Lluís Batlle i Rossell
On Mon, Jan 16, 2012 at 02:11:28AM +0530, Ashish SHUKLA wrote: > Lluís Batlle i Rossell writes: > > On Mon, Jan 16, 2012 at 12:32:08AM +0530, Ashish SHUKLA wrote: > >> After I merged some changes from other branch and committed them to my > >> branch, > >> and did "fossil annotate file". I noticed

Re: [fossil-users] Annotation information not propagated across branches

2012-01-15 Thread Ashish SHUKLA
Lluís Batlle i Rossell writes: > On Mon, Jan 16, 2012 at 12:32:08AM +0530, Ashish SHUKLA wrote: >> After I merged some changes from other branch and committed them to my >> branch, >> and did "fossil annotate file". I noticed that, all of the new lines of code >> which came in my branch through th

Re: [fossil-users] Annotation information not propagated across branches

2012-01-15 Thread Thomas Stover
On Mon, 16 Jan 2012 00:32:08 +0530 ashish...@lostca.se (Ashish SHUKLA) wrote: Dude! How did you get a picture to show up in the header of of your email? I've never seen that before. I'm seeing this with Claws Mail. ___ fossil-users mailing list fossil-u

Re: [fossil-users] Annotation information not propagated across branches

2012-01-15 Thread Lluís Batlle i Rossell
On Mon, Jan 16, 2012 at 12:32:08AM +0530, Ashish SHUKLA wrote: > After I merged some changes from other branch and committed them to my branch, > and did "fossil annotate file". I noticed that, all of the new lines of code > which came in my branch through the "fossil merge" show me as author. This

[fossil-users] Annotation information not propagated across branches

2012-01-15 Thread Ashish SHUKLA
Hi, While working on a Fossil project, where I work in my own branch, and merge changes from other branches which I perform using: % fossil update # Update changes from central repository % fossil merge trunk # Merge changes from "trunk" branch test that they break nothing % f