On Mon, Oct 29, 2012 at 5:53 PM, K <k...@lightpowered.org> wrote:
>
> Is there a way to see what has been done to a repo since the last check-in? 
> Some kind of an overview of any changes which have not yet been checked in.
>

fossil status, fossil changes will both work


>
> For example, I cannot remember if I've already added a new file with "fossil 
> add file.c".
>
> I was going to add some files for my next check-in but I've since decided to 
> wait until the next check-in. Therefore I need to:
>   * Verify I've not done "fossil add file.c".
>   * If I have done "fossil add file.c", how to undo it?


I'd use fossil rm file.c, though I think in this case fossil revert
file.c would also work ....

>
>
> ^K
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
_______________________________________________
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