tests/test-hgignore.t
branchstable
changeset 49604 086b0c4f8663
parent 49603 3eda36e9b3d6
child 49605 b3480822a251
equal deleted inserted replaced
49603:3eda36e9b3d6 49604:086b0c4f8663
    88 
    88 
    89   $ echo 're:(?i)\.O$' > .hgignore
    89   $ echo 're:(?i)\.O$' > .hgignore
    90   $ echo 're:.HGIGNORE' >> .hgignore
    90   $ echo 're:.HGIGNORE' >> .hgignore
    91   $ hg status
    91   $ hg status
    92   A dir/b.o
    92   A dir/b.o
    93   ? .hgignore (no-rust !)
    93   ? .hgignore
    94   ? .hgignore (rust missing-correct-output !)
       
    95   ? a.c
    94   ? a.c
    96   ? syntax
    95   ? syntax
    97 
    96 
    98   $ echo 're:.HGIGNORE' > .hgignore
    97   $ echo 're:.HGIGNORE' > .hgignore
    99   $ echo 're:(?i)\.O$' >> .hgignore
    98   $ echo 're:(?i)\.O$' >> .hgignore