Mercurial > hgsubversion
view tools/verify-all-heads.sh @ 958:506dcb241cef
editor: tidy up directory batons handling
- Check they are opened in DFS order
- Do not make a special case for the root baton
author | Patrick Mezard <patrick@mezard.eu> |
---|---|
date | Sun, 14 Oct 2012 14:26:53 +0200 |
parents | 11c4c7242a36 |
children |
line wrap: on
line source
#!/bin/sh . $(dirname $0)/common.sh for b in `hg branches -aq` ; do hg co $b || break echo verifying $b hg svn verify done