From 815a8d535a6dd945773a74370668ab4067d65e92 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 26 Oct 2012 14:17:21 -0400 Subject: [PATCH] doc:tutorial: use a Git tag for the `be diff` example I haven't tagged 1.1.0 yet, but earlier tags do not use Bugs Everywhere Directory v1.5, and we don't have on-the-fly storage updates yet. --- doc/tutorial.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/tutorial.txt b/doc/tutorial.txt index 9a60473..2e4d949 100644 --- a/doc/tutorial.txt +++ b/doc/tutorial.txt @@ -263,15 +263,21 @@ compare your working tree with the last commit:: Changed bug settings: creator: None -> W. Trevor King -Compare with a previous revision ``480``:: +Compare with a previous revision ``1.1.0``:: - $ be diff 480 + $ be diff 1.1.0 ... +The format of revision names passed to ``diff`` will depend on your +VCS. For Git, look to gitrevisions_ for inspiration. + Compare your BE branch with the trunk:: $ be diff --repo http://bugs.bugseverywhere.org/ +.. _gitrevisions: + http://www.kernel.org/pub/software/scm/git/docs/gitrevisions.html + Manipulating bugs ----------------- -- 2.26.2