bzr.rst
changeset 1425 5e4d2255fcbb
parent 1334 9bf0d5a1f0cf
child 1905 fba288d59662
--- a/bzr.rst	Mon Nov 19 20:57:51 2012 +0200
+++ b/bzr.rst	Tue Nov 20 21:45:21 2012 +0200
@@ -37,6 +37,14 @@
 Updating repo.
 ==============
 
+Get default remote changes::
+
+  $ bzr update
+
+Update to specific revision::
+
+  $ bzr up -r $REV
+
 Incoming changes.
 =================
 ::