Mercurial > hgbook
view en/examples/daily.rename @ 807:7226e5e750a6
Clean up chapter 8, and add content
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Tue, 21 Apr 2009 23:49:27 -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