On Mon, Oct 15, 2012 at 3:42 AM, Gour <[email protected]> wrote: > I did convert few repos from git, but with the one repo I notice > strange behaviour: when I checkout the code, the output of status > command differs from the timeline: > > [gour@atmarama .weechat] fossil stat > repository: /usr/home/gour/repos/local/fossil/weechat.fossil > local-root: /usr/home/gour/.weechat/ > checkout: 891e1c7ab9f9bad9951d0b152b79bbfd8856649e 2012-08-02 08:49:00 > UTC > parent: f8dfb94ddb0aaab5e0467d4636d36ce9d5a9a275 2012-08-02 08:48:05 > UTC > tags: trunk > comment: #waf --> off (user: [email protected]) > > [gour@atmarama .weechat] fossil timel > === 2012-10-15 === > 06:38:25 [bd027ff1e9] #amanda --> on (user: [email protected]) > 06:37:34 [d6b99fc79d] new ssl certificate (user: [email protected]) > 06:37:11 [6730b334db] update of log files (user: [email protected]) > 06:36:22 [e82ab18d47] update of conf files (user: [email protected]) > iow. the output of the stat is two months off the timeline. > > Any idea what might be the cause of it? >
Your checkout is from the "trunk" branch. Maybe all of those recent timeline changes are from some other branch. What happens if you do "fossil update tip"? -- D. Richard Hipp [email protected]
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

