hgbook
diff en/examples/rename.divergent @ 903:bc4ce1a80d40
Close chapter contents properly before the document footer.
author | dukebody <dukebody@gmail.com> |
---|---|
date | Mon Oct 26 16:12:39 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 16:12:39 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