Mercurial > hg
view tests/test-phases.t @ 15574:c9328c829cd9
largefiles: simplify lfutil.writehash
This was unnecessarily verbose: there is no need to unlink the file
when we open it for write anyway, and there is no need to check if the
file exists after we created it.
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Thu, 24 Nov 2011 18:22:45 +0100 |
parents | 9ae766f2f452 |
children | 1e4e49c58b94 |
line wrap: on
line source
$ alias hglog='hg log --template "{rev} {phase} {desc}\n"' $ hg init initialrepo $ cd initialrepo $ touch sam $ hg add sam $ hg ci -m 'first' $ hglog 0 1 first