Mercurial > hgbook
view en/examples/daily.rename @ 653:91adcea08b33
Fix the bisect section, I hope (bisect is now part of Mercurial).
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Wed, 21 Jan 2009 14:16:38 +0100 |
parents | 1ee53cb37a99 |
children |
line wrap: on
line source
#!/bin/bash hg init a cd a echo a > a hg ci -Ama #$ name: rename hg rename a b #$ name: status hg status #$ name: status-copy hg status -C