# HG changeset patch # User Oleksandr Gavenko # Date 1353440721 -7200 # Node ID 5e4d2255fcbb7418d8071b8b630f7336cb953ce0 # Parent 8cfa6114267218b27ef3bb26dd2509499ab9406e Updating repo. diff -r 8cfa61142672 -r 5e4d2255fcbb 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. ================= ::