Mercurial > hg
view tests/test-paths @ 9771:ece7119aa747
i18n-pt_BR: synchronized with e06c940d554d
author | Wagner Bruna <wbruna@softwareexpress.com.br> |
---|---|
date | Mon, 26 Oct 2009 12:32:14 -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