Mercurial > hg
view tests/test-paths @ 8880:a3a936a2fe46
help: improve grammar/wording of 'extensions' topic
author | Greg Ward <greg-hg@gerg.ca> |
---|---|
date | Sun, 21 Jun 2009 11:23:16 -0400 |
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