On Mar 4, 2015, at 4:50 PM, Ross Berteig <r...@cheshireeng.com> wrote:
> 
> It has always bothered me that the command that reverses 'add' is ‘rm'

You can get the same effect without making yourself nervous with “fossil 
revert”.  This matches the behavior of Mercurial, Subversion, and Bazaar.

hg forget does things you probably don’t want, or at least aren’t thinking 
about right now.  It means “make the repo forget this file on this branch 
henceforth.” It’s like “svn rm --keep-local”, not at all like “svn revert”.  It 
just happens to give the same effect in this particular case.
_______________________________________________
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