# # patch "ChangeLog" # from [29aa53afe8a671f5fdb2c80bad6e6fa19732c4fd] # to [48ca8327c4020990c70ff0ce680f32db17024e76] # # patch "monotone.texi" # from [972e6b1c29b9b069ab3efd78526c3f52be1f6a8e] # to [394c215360f13c405711d25ce2f203b1f8a7ff4e] # --- ChangeLog +++ ChangeLog @@ -1,3 +1,8 @@ +2005-04-22 Jon Bright + * monotone.texi: Changed all quoting of example command lines to + use " instead of ', since this works everywhere, but ' doesn't + work on Win32 + 2005-04-08 Jon Bright * testsuite.at (NOT_ON_WIN32): Add a function to prevent tests from running on Win32 (for cases where the functionality being tested --- monotone.texi +++ monotone.texi @@ -1528,7 +1528,7 @@ @smallexample @group -$ monotone --db=jim.db --branch=jp.co.juicebot.jb7 commit --message='initial checkin of project' +$ monotone --db=jim.db --branch=jp.co.juicebot.jb7 commit --message="initial checkin of project" monotone: beginning commit monotone: manifest 2098eddbe833046174de28172a813150a6cbda7b monotone: revision 2e24d49a48adf9acf3a1b6391a080008cbef9c21 @@ -2021,7 +2021,7 @@ @smallexample @group -$ monotone commit --message='interrupt implementation of src/banana.c' +$ monotone commit --message="interrupt implementation of src/banana.c" monotone: beginning commit monotone: manifest de81e46acb24b2950effb18572d5166f83af3881 monotone: revision 8b41b5399a564494993063287a737d26ede3dee4 @@ -2055,7 +2055,7 @@ @smallexample @group -$ monotone commit --message='interrupt implementation of src/apple.c' +$ monotone commit --message="interrupt implementation of src/apple.c" @end group @end smallexample @@ -2181,7 +2181,7 @@ Revision IDs beginning with the string @code{a432} @item graydon@@pobox.com/2004-04 Revisions written by @code{graydon@@pobox.com} in April 2004. address@hidden 'jrh@@example.org/2 weeks ago' address@hidden "jrh@@example.org/2 weeks ago" Revisions written by @code{jrh@@example.org} 2 weeks ago. @item graydon/net.venge.monotone.win32/yesterday Revisions in the @code{net.venge.monotone.win32} branch, written by @@ -2856,13 +2856,13 @@ @item @smallexample @group -$ cvs commit -m 'log message' +$ cvs commit -m "log message" @end group @end smallexample @tab @smallexample @group -$ monotone commit --message='log message' +$ monotone commit --message="log message" $ monotone push www.foo.com com.foo.wobbler @end group @end smallexample