Re: [tools-discuss] .hgignore issue in onnv-gate

2008-09-05 Thread Will Fiveash
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

Re: [tools-discuss] .hgignore issue in onnv-gate

2008-09-05 Thread Richard Lowe
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

Re: [tools-discuss] .hgignore issue in onnv-gate

2008-09-05 Thread Will Fiveash
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

Re: [tools-discuss] .hgignore issue in onnv-gate

2008-09-05 Thread timeless
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

Re: [tools-discuss] .hgignore issue in onnv-gate

2008-09-05 Thread Stephen Lau
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

Re: [tools-discuss] .hgignore issue in onnv-gate

2008-09-05 Thread Stephen Lau
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. >>

Re: [tools-discuss] .hgignore issue in onnv-gate

2008-09-05 Thread timeless
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

Re: [tools-discuss] .hgignore issue in onnv-gate

2008-09-05 Thread timeless
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