From: W. Trevor King Date: Fri, 26 Oct 2012 18:17:21 +0000 (-0400) Subject: doc:tutorial: use a Git tag for the `be diff` example X-Git-Tag: 1.1.0~29 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=815a8d535a6dd945773a74370668ab4067d65e92;p=be.git 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. --- 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 -----------------