On Fri, Sep 05, 2008 at 01:58:19PM -0400, Richard Lowe wrote:
> Will Fiveash <[EMAIL PROTECTED]> writes:
>
> > On Fri, Sep 05, 2008 at 09:24:54AM -0700, Stephen Lau wrote:
> >> timeless wrote:
> >> > On Wed, Sep 3, 2008 at 7:33 PM, Mark J. Nelson<[EMAIL PROTECTED]> wrote:
> >> >
> >> >> That
Will Fiveash <[EMAIL PROTECTED]> writes:
> On Fri, Sep 05, 2008 at 09:24:54AM -0700, Stephen Lau wrote:
>> timeless wrote:
>> > On Wed, Sep 3, 2008 at 7:33 PM, Mark J. Nelson<[EMAIL PROTECTED]> wrote:
>> >
>> >> That said, you may "rm .hgignore," but please don't "hg rm .hgignore."
>> >> The
On Fri, Sep 05, 2008 at 09:24:54AM -0700, Stephen Lau wrote:
> timeless wrote:
> > On Wed, Sep 3, 2008 at 7:33 PM, Mark J. Nelson<[EMAIL PROTECTED]> wrote:
> >
> >> That said, you may "rm .hgignore," but please don't "hg rm .hgignore."
> >> The former will report .hgignore as
> >> ! .hgignore
On Fri, Sep 5, 2008 at 12:24 PM, Stephen Lau <[EMAIL PROTECTED]> wrote:
> you could put an 'update' hook in your personal workspace to rm .hgignore
> after an update
actually, i'm interested. i have some other repos where i have files
that get deleted by build systems and i'd love to not deal w/ s
timeless wrote:
> On Fri, Sep 5, 2008 at 12:24 PM, Stephen Lau<[EMAIL PROTECTED]> wrote:
>
>> you could put an 'update' hook in your personal workspace to rm .hgignore
>> after an update
>>
>
> actually, i'm interested. i have some other repos where i have files
> that get deleted by bui
timeless wrote:
> On Wed, Sep 3, 2008 at 7:33 PM, Mark J. Nelson<[EMAIL PROTECTED]> wrote:
>
>> That said, you may "rm .hgignore," but please don't "hg rm .hgignore."
>> The former will report .hgignore as
>> ! .hgignore
>> ...but a subsequent hg commit will NOT attempt to remove the file.
>>
On Fri, Sep 5, 2008 at 11:53 AM, Mark J. Nelson <[EMAIL PROTECTED]> wrote:
> Did you test that? I wouldn't expect it to unless you used "-C" or the file
> had actually changed.
[EMAIL PROTECTED] tmp]$ mkdir resur; (cd resur; hg init; touch x;
hg add x; hg commit -m 'y'; rm x; hg up; ls)
1 files u
On Wed, Sep 3, 2008 at 7:33 PM, Mark J. Nelson <[EMAIL PROTECTED]> wrote:
> That said, you may "rm .hgignore," but please don't "hg rm .hgignore."
> The former will report .hgignore as
> ! .hgignore
> ...but a subsequent hg commit will NOT attempt to remove the file.
but an hg update / hg pull -u