Mercurial > hg
view tests/test-dirstatedirs @ 7226:b71a52f101dc
Make it possible to disable filtering for a pattern.
Rationale: Apparently there were no way to disable for example win32text extension locally.
RFC: Can it already be done another way?
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Tue, 14 Oct 2008 21:28:49 +0200 |
parents | 6dab29f6df37 |
children |
line wrap: on
line source
#!/bin/sh # test dirstate._dirs refcounting hg init t cd t mkdir -p a/b/c/d touch a/b/c/d/x touch a/b/c/d/y touch a/b/c/d/z hg ci -Am m hg mv a z