en/user-guide/svn_plugin.txt: Adjust exmaples to use same (comment) noation

Jari Aalto jari.aalto at cante.net
Tue Dec 2 16:27:31 GMT 2008


This patch unifies few examples to use same notation as elsewhere int he
documentation:

  (comment)

Jari

 doc/en/user-guide/svn_plugin.txt |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/en/user-guide/svn_plugin.txt b/doc/en/user-guide/svn_plugin.txt
index bce0c1c..02bd467 100644
--- a/doc/en/user-guide/svn_plugin.txt
+++ b/doc/en/user-guide/svn_plugin.txt
@@ -40,9 +40,9 @@ default repository format. Next, create a feature branch and hack away::
 
   bzr branch beagle-trunk beagle-feature1
   cd beagle-feature1
-  *changes*
+  (hack, hack, hack)
   bzr commit -m "blah blah blah"
-  *changes*
+  (hack, hack, hack)
   bzr commit -m "blah blah blah"
 
 When the feature is cooked, refresh your trunk mirror and merge
@@ -78,9 +78,9 @@ Here's the recipe from above updated to use a central Bazaar mirror::
   bzr branch bzr+ssh://bzr.gnome.org/beagle.bzr/trunk beagle-trunk
   bzr branch beagle-trunk beagle-feature1
   cd beagle-feature1
-  *changes*
+  (hack, hack, hack)
   bzr commit -m "blah blah blah"
-  *changes*
+  (hack, hack, hack)
   bzr commit -m "blah blah blah"
   cd ../beagle-trunk
   bzr pull




More information about the bazaar mailing list