Mercurial > hgbook
view en/examples/daily.rename @ 829:18131160f7ee submitted
New IDs
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Mon, 04 May 2009 23:53:21 -0700 |
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