Message10555

Author gward
Recipients
Date 2009-09-23.16:26:30
Content
For the record, here's how I created this test repository:

hg init annotate
cd annotate
echo hello > hello.txt
hg ci -A -m'init'
echo world >> hello.txt 
hg ci -m'change on branch (will not merge)'
hg up 0
echo world >> hello.txt
hg ci -m'duplicate change from branch (not a merge)'
sed -i -e 's/hello/goodbye/' hello.txt 
hg ci -m"unrelated change"
History
Date User Action Args
2009-09-23 16:26:30gwardlinkissue1839 messages
2009-09-23 16:26:30gwardcreate