[fossil-users] unadd command

2009-09-22 Thread Matthias Teege
Moin, I added some file to a repository by mistake. The add is not committed. Is it possible to unadd files? Many thanks Matthias ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] unadd command

2009-09-22 Thread D. Richard Hipp
On Sep 22, 2009, at 9:48 AM, Matthias Teege wrote: Moin, I added some file to a repository by mistake. The add is not committed. Is it possible to unadd files? Simply use fossil rm or fossil del (two aliases for the same command) to un-add the files. I make the same mistake all the

Re: [fossil-users] IDE Integration?

2009-09-22 Thread Stephen De Gabrielle
Emacs? On Monday, September 21, 2009, Stephen De Gabrielle stephen.degabrie...@acm.org wrote: Hi, I've just been using fossil for a short job - SCM where none was available in the IDE. Has anyone done any IDE Integration? If so which ones? Cheers, Stephen -- -- Stephen De Gabrielle

Re: [fossil-users] Getting fossil: not a valid object name for fossil info on files

2009-09-22 Thread Daniel Clark
D. Richard Hipp wrote: On Sep 21, 2009, at 3:27 AM, Daniel Clark wrote: Getting fossil: not a valid object name for fossil info on files - I'm guessing I'm just getting the syntax wrong somehow; if not, I'll go enter this as a bug. If so, perhaps the documentation should have an example of

Re: [fossil-users] Getting fossil: not a valid object name for fossil info on files

2009-09-22 Thread Stephan Beal
On Tue, Sep 22, 2009 at 7:54 PM, Daniel Clark dcl...@pobox.com wrote: (a) If the file is the same as the version checked out of fossil, or has been locally modified since then. i miss this, too. You can get it for the whole repo with fossil status, but i don't know of a way to get that info

Re: [fossil-users] Getting fossil: not a valid object name for fossil info on files

2009-09-22 Thread D. Richard Hipp
On Sep 22, 2009, at 1:54 PM, Daniel Clark wrote: Another argument for including this functionality in fossil itself would be that people running fossil on Windows and possibly Mac OS X don't have easy access to the sha1sum command. See: fossil test-sha1sum * Perhaps the sha1sum command

[fossil-users] Fossil Mode for GNU Emacs

2009-09-22 Thread Chris Bryant
Has anyone written or know of a fossil mode for GNU Emacs? I'd like one that is as complete as git-emacs (targeted to mid-low level users) and offers access to all the standard git commands in the microbuffer. Something similar for fossil's version control portion would be great, with room to

Re: [fossil-users] Fossil Mode for GNU Emacs

2009-09-22 Thread Hugo Schmitt
Also consider adding a new backend to DVC mode. -Hugo On Tue, Sep 22, 2009 at 3:47 PM, Chris Bryant chrisbry...@ucla.edu wrote: Has anyone written or know of a fossil mode for GNU Emacs? I'd like one that is as complete as git-emacs (targeted to mid-low level users) and offers access to all

Re: [fossil-users] unadd command

2009-09-22 Thread Michael Richter
Man, I'm glad that I'm not the only one who makes that mistake with monotonous regularity! :) 2009/9/22 D. Richard Hipp d...@hwaci.com On Sep 22, 2009, at 9:48 AM, Matthias Teege wrote: Moin, I added some file to a repository by mistake. The add is not committed. Is it possible to