hgbook
diff en/examples/rename.divergent @ 908:b25f69ea9d4c
Place equations' comments just after the equations, in the same table.
author | dukebody <dukebody@gmail.com> |
---|---|
date | Mon Oct 26 21:15:33 2009 +0100 (2009-10-26) |
parents | 91a936be78b8 |
children |
line diff
1.1 --- a/en/examples/rename.divergent Mon Mar 12 23:11:26 2007 -0700 1.2 +++ b/en/examples/rename.divergent Mon Oct 26 21:15:33 2009 +0100 1.3 @@ -14,7 +14,7 @@ 1.4 #$ name: rename.anne 1.5 1.6 cd anne 1.7 -hg mv foo bar 1.8 +hg rename foo bar 1.9 hg ci -m 'Rename foo to bar' 1.10 1.11 #$ name: rename.bob