diff options
author | W. Trevor King <wking@tremily.us> | 2012-10-26 14:17:21 -0400 |
---|---|---|
committer | W. Trevor King <wking@tremily.us> | 2012-10-26 14:17:25 -0400 |
commit | 815a8d535a6dd945773a74370668ab4067d65e92 (patch) | |
tree | c567c7d1124830e8e40f63ea1dc23345b34a77d5 /doc | |
parent | d0f845060addcbd6e1fec60e0f04c0a205db81af (diff) | |
download | bugseverywhere-815a8d535a6dd945773a74370668ab4067d65e92.tar.gz |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tutorial.txt | 10 |
1 files 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 <wking@drexel.edu> -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 ----------------- |