diff options
-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 ----------------- |