[BUNDLE] tutorial.txt fixes
Matthew D. Fuller
fullermd at over-yonder.net
Mon Jun 5 00:37:23 BST 2006
It was mentioned today on #bzr that some of the `bzr status` output on
the wiki IntroductionToBzr page is all wrong; it actually looks almost
like `bzr ls -v` output, except it's wrong for that too.
So, I fixed it, as well as another nit or two surrounding it. While I
was in here, I also updated the name of bzrtools' "push", if for no
other reason than to have an excuse to create a bundle instead of a
diff. Attached.
--
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 --------------
# Bazaar revision bundle v0.7
#
# message:
# bzrtools calls its rsync bit 'rspush' now.
#
# committer: Matthew Fuller <fullermd at over-yonder.net>
# date: Sun 2006-06-04 18:18:14.836850882 -0500
=== modified file doc/tutorial.txt
--- doc/tutorial.txt
+++ doc/tutorial.txt
@@ -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
# revision id: fullermd at over-yonder.net-20060604231814-b1f6d13f3d27b579
# sha1: 51cc4e4cdf28c3a6c56d41c3390daf23c2b4ab66
# inventory sha1: 72434befc6b18a39931401065932b9635542bc48
# parent ids:
# fullermd at over-yonder.net-20060604231748-2174577737d7fbf6
# base id: pqm at pqm.ubuntu.com-20060604105531-0071ce43b2156b7a
# properties:
# branch-nick: bzr.fullermd
# message:
# Make status output actually look like status output.
#
# committer: Matthew Fuller <fullermd at over-yonder.net>
# date: Sun 2006-06-04 18:17:48.530679941 -0500
=== modified file doc/tutorial.txt
--- doc/tutorial.txt
+++ doc/tutorial.txt
@@ -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.
# revision id: fullermd at over-yonder.net-20060604231748-2174577737d7fbf6
# sha1: a90e2d25d2620449a0e16cb340da226e7f348ba6
# inventory sha1: 0ca205efcbe59f10cdc3ab2eafe4d62b391a74bf
# parent ids:
# pqm at pqm.ubuntu.com-20060604105531-0071ce43b2156b7a
# properties:
# branch-nick: bzr.fullermd
More information about the bazaar
mailing list