[BUNDLE] tutorial.txt fixes
Matthew D. Fuller
fullermd at over-yonder.net
Thu Jun 8 00:01:48 BST 2006
On Thu, Jun 08, 2006 at 04:56:17AM +1000 I heard the voice of
Robert Collins, and lo! it spake thus:
>
> Can you please send a *actual* diff? Thanks.
Ask and receive.
--
Matthew Fuller (MF4839) | fullermd at over-yonder.net
Systems/Network Administrator | http://www.over-yonder.net/~fullermd/
On the Internet, nobody can hear you scream.
-------------- next part --------------
=== modified file 'doc/tutorial.txt'
--- doc/tutorial.txt 2006-05-05 08:24:34 +0000
+++ doc/tutorial.txt 2006-06-04 23:17:59 +0000
@@ -389,13 +389,12 @@
% mkdir src
% echo 'int main() {}' > src/simple.c
% bzr add src
- % bzr status
- A src/
- ? src/simple.c
- % bzr add src/simple.c
- % bzr status
- A src/
- A src/simple.c
+ added src
+ added src/simple.c
+ % bzr status
+ added:
+ src/
+ src/simple.c
Deleting and removing files
@@ -415,9 +414,12 @@
% bzr remove -v hello.txt
? hello.txt
% bzr status
- ? hello.txt
- D src/
- D src/simple.c
+ removed:
+ hello.txt
+ src/
+ src/simple.c
+ unknown:
+ hello.txt
If you remove the wrong file by accident, you can use **bzr revert** to
restore it.
@@ -497,5 +499,5 @@
(The directory that must already exist)
-* The push plugin that comes with BzrTools
+* The rspush plugin that comes with BzrTools
More information about the bazaar
mailing list