tests/test-lock-badness
author Richard Quirk <richard.quirk@gmail.com>
Fri, 01 May 2009 11:32:19 +0200
changeset 8271 e3d3dad805f9
parent 3853 c0b449154a90
permissions -rwxr-xr-x
Add committer tag only when needed in git conversion Convert from a git repo added a committer: tag in the log message even if the committer and the author were the same person.

#!/bin/sh

hg init a
echo a > a/a
hg --cwd a ci -A -m a
hg clone a b
echo b > b/b
hg --cwd b ci -A -m b
chmod 100 a/.hg/store
hg --cwd b push ../a
chmod 700 a/.hg/store