Mercurial > hg-stable
view tests/test-dirstatedirs @ 11521:3efadce5b346 stable
extensions: add a few assertions to wrapfunction() and wrapcommand().
Specifically, assert that the given wrapper is callable in both
functions, and assert that the original was also callable in
wrapfunction().
author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
---|---|
date | Fri, 09 Jul 2010 11:04:00 +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