Mercurial > hg
view tests/test-diff-reverse @ 10106:cb3f6da91646
bookmarks: write() can simply access repo._bookmarks
author | Nicolas Dumazet <nicdumz.commits@gmail.com> |
---|---|
date | Mon, 21 Dec 2009 15:23:03 +0900 |
parents | 24bc6e414610 |
children |
line wrap: on
line source
#!/bin/sh hg init cat > a <<EOF a b c EOF hg ci -Am adda cat > a <<EOF d e f EOF hg ci -m moda hg diff --reverse -r0 -r1 cat >> a <<EOF g h EOF hg diff --reverse --nodates