>>> (1) "fossil rm" removes the files from the disk >>> (2) "fossil mv" renames 
>>> the files on disk >> >> (3) fossil settings crnl-glob "**" >> (4) fossil 
>>> update == fossil update current >> (5) Unlimited undo (purgin old undos 
>>> after a defined number of days) >> (6) Explain in more detail the clock 
>>> problems with the commit. People do >> not understand. Propose solutions >> 
>>> > > (7) push/pull individual branches > (8) search through wiki pages, 
>>> timeline, tickets (fossil-scm.org > branch "exp-search" [1] can be a good 
>>> start) (9) in the web page, possibility to mark branches as hidden. It will 
>>> be invisible in the timeline, branches section and files section (files 
>>> belonging only to hidden branches do not appear), unless a special option 
>>> to show hidden is selected. (useful to hide mistakes) 
 (10) Rebase - Different from git: Keep (and close) the original branch and 
apply all patches from the branch on top of a new base (maintaining commit 
messages). Name of the new branch could be same as old one.
 (11) Export/import of patches that supports file creation/movement/deletion, 
including binary files. May use a custom patch format.
 (12) Rollback / amendment to last commit(s) if not already pushed/pulled.
 (13) Web interface: Multiple sessions per user with option to logout from all 
sessions.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to