Updating repo.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 20 Nov 2012 21:45:21 +0200
changeset 1425 5e4d2255fcbb
parent 1424 8cfa61142672
child 1431 4c25fe5d35ae
Updating repo.
bzr.rst
--- 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.
 =================
 ::