[fossil-users] How to cancel file added through add?

2013-01-08 Thread Gilles
Hello How do we cancel the result of add, ie. tell Fossil to *not* add such and such new file the next time the user runs fossil commit? I need to do this sometimes when I mistakenly used add to add a new file to the repository. delete/rm seem to tell Fossil to stop watching a file (and

Re: [fossil-users] How to cancel file added through add?

2013-01-08 Thread David J. Weller-Fahy
* Gilles gilles.gana...@free.fr [2013-01-08 09:00 -0500]: How do we cancel the result of add, ie. tell Fossil to *not* add such and such new file the next time the user runs fossil commit? I just tried using `fossil rm` on a mistakenly added file (in an existing repository), and it does what

Re: [fossil-users] How to cancel file added through add?

2013-01-08 Thread Gilles
On Tue, 8 Jan 2013 09:21:10 -0500, David J. Weller-Fahy dave-lists-fossil-us...@weller-fahy.com wrote: I just tried using `fossil rm` on a mistakenly added file (in an existing repository), and it does what you need. Thanks for the info. So the online help is a bit wrong: Remove one or more

Re: [fossil-users] How to cancel file added through add?

2013-01-08 Thread Joerg Sonnenberger
On Tue, Jan 08, 2013 at 02:59:10PM +0100, Gilles wrote: How do we cancel the result of add, ie. tell Fossil to *not* add such and such new file the next time the user runs fossil commit? fossil revert. Arguably, it is a bug that fossil rm doesn't work. Joerg

Re: [fossil-users] How to cancel file added through add?

2013-01-08 Thread Gilles
On Tue, 8 Jan 2013 15:50:10 +0100, Joerg Sonnenberger jo...@britannica.bec.de wrote: On Tue, Jan 08, 2013 at 02:59:10PM +0100, Gilles wrote: How do we cancel the result of add, ie. tell Fossil to *not* add such and such new file the next time the user runs fossil commit? fossil revert.

Re: [fossil-users] How to cancel file added through add?

2013-01-08 Thread Joerg Sonnenberger
On Tue, Jan 08, 2013 at 03:55:05PM +0100, Gilles wrote: On Tue, 8 Jan 2013 15:50:10 +0100, Joerg Sonnenberger jo...@britannica.bec.de wrote: On Tue, Jan 08, 2013 at 02:59:10PM +0100, Gilles wrote: How do we cancel the result of add, ie. tell Fossil to *not* add such and such new file

Re: [fossil-users] How to cancel file added through add?

2013-01-08 Thread David J. Weller-Fahy
* Gilles gilles.gana...@free.fr [2013-01-08 09:27 -0500]: On Tue, 8 Jan 2013 09:21:10 -0500, David J. Weller-Fahy dave-lists-fossil-us...@weller-fahy.com wrote: I just tried using `fossil rm` on a mistakenly added file (in an existing repository), and it does what you need. Thanks for the

Re: [fossil-users] How to cancel file added through add?

2013-01-08 Thread Gilles
On Tue, 8 Jan 2013 16:06:30 +0100, Joerg Sonnenberger jo...@britannica.bec.de wrote: I just want to tell Fossil to remove a file I added through add by mistake, so that it's no longer listed when I type fossil changes. fossil up foo fossil add bar Undo: fossil revert bar Thank you.

Re: [fossil-users] How to cancel file added through add?

2013-01-08 Thread Gilles
On Tue, 8 Jan 2013 10:12:27 -0500, David J. Weller-Fahy dave-lists-fossil-us...@weller-fahy.com There have been many messages thrown around recently about the `fossil Looked at from that perspective, the documentation is correct, although it could be more clear to those who come to the software