Merge lp:~jelmer/brz/git-revspec-help into lp:brz

Proposed by Jelmer Vernooij
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: no longer in the source branch.
Merge reported by: The Breezy Bot
Merged at revision: not available
Proposed branch: lp:~jelmer/brz/git-revspec-help
Merge into: lp:brz
Diff against target: 21 lines (+8/-3)
1 file modified
breezy/git/revspec.py (+8/-3)
To merge this branch: bzr merge lp:~jelmer/brz/git-revspec-help
Reviewer Review Type Date Requested Status
Jelmer Vernooij Approve
Review via email: mp+367317@code.launchpad.net

Commit message

Add some help for the "git:" revision spec.

Description of the change

Add some help for the "git:" revision spec.

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'breezy/git/revspec.py'
2--- breezy/git/revspec.py 2019-02-03 01:42:11 +0000
3+++ breezy/git/revspec.py 2019-05-12 10:33:14 +0000
4@@ -49,9 +49,14 @@
5
6
7 class RevisionSpec_git(RevisionSpec):
8- """Selects a revision using a Subversion revision number."""
9-
10- help_txt = """Selects a revision using a Git revision sha1.
11+ """Selects a revision using a Git commit SHA1."""
12+
13+ help_txt = """Selects a revision using a Git commit SHA1.
14+
15+ Selects a revision using a Git commit SHA1, short or long.
16+
17+ This works for both native Git repositories and Git revisions
18+ imported into Bazaar repositories.
19 """
20
21 prefix = 'git:'

Subscribers

People subscribed via source and target branches