On Tue, Jan 31, 2012 at 06:45:11PM +0000, Jacek Ca??a wrote:
> Hi all,
> 
> I've just got an idea about how to improve the use of fossil command
> line a bit. The main thing is to add an additional index column when
> running 'fossil changes', so instead of:
> 
> > fossil cha
> 
> EDITED    somefile.x
> EDITED    dir\anotherone.xx
> EDITED    dir\somefile.x
> ...
> 
> it would produce:
> 
> > fossil cha
> 
> 1  EDITED   somefile.x
> 2  EDITED   dir\anotherone.xx
> 3  EDITED   dir\somefile.x

Sounds like a perl script I recently came across for git.

https://github.com/holygeek/git-number

-- 
James Turner
[email protected]
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to