Mercurial > hg
view tests/test-paths @ 10520:75361931884d stable
commands: mention diff -c
author | timeless <timeless@mozdev.org> |
---|---|
date | Sun, 21 Feb 2010 01:21:17 +0200 |
parents | 92eb0a019bf2 |
children |
line wrap: on
line source
#!/bin/sh hg init a hg clone a b cd a echo '[paths]' >> .hg/hgrc echo 'dupe = ../b' >> .hg/hgrc hg in dupe | fgrep '../' cd .. hg -R a in dupe | fgrep '../' true