Mercurial > hgbook
view en/examples/daily.rename @ 768:a79fb712fe20
Set hyphenate.verbatim=0
author | Dongsheng Song <songdongsheng@live.cn> |
---|---|
date | Tue, 07 Apr 2009 11:04:18 +0800 |
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