equal
deleted
inserted
replaced
1 $ hg init |
1 $ hg init repo |
|
2 $ cd repo |
2 $ touch a |
3 $ touch a |
3 |
4 |
4 $ unset HGUSER |
5 $ unset HGUSER |
5 $ echo "[ui]" >> .hg/hgrc |
6 $ echo "[ui]" >> .hg/hgrc |
6 $ echo "username= foo" >> .hg/hgrc |
7 $ echo "username= foo" >> .hg/hgrc |