Mercurial > hg
view tests/test-default-push.out @ 6032:b41f0d6a74fc
dirstate: don't walk ignored directories
With a pattern like '^directory$' in .hgignore, a "hg status directory"
would still walk "directory" and all its subdirs.
This is the first half of a fix for issue886.
author | Alexis S. L. Carvalho <alexis@cecm.usp.br> |
---|---|
date | Fri, 08 Feb 2008 18:07:55 -0200 |
parents | 6dbb8ae0a0b3 |
children | 0750f11152fe |
line wrap: on
line source
adding a 1 files updated, 0 files merged, 0 files removed, 0 files unresolved 1 files updated, 0 files merged, 0 files removed, 0 files unresolved % push should push to default when default-push not set pushing searching for changes adding changesets adding manifests adding file changes added 1 changesets with 1 changes to 1 files % push should push to default-push when set pushing searching for changes adding changesets adding manifests adding file changes added 1 changesets with 1 changes to 1 files