[Webkit-unassigned] [Bug 27847] bugzilla-tool post-commits trunk..head errors out
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 30 12:10:15 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27847
--- Comment #2 from David Kilzer (ddkilzer) <ddkilzer at webkit.org> 2009-07-30 12:10:14 PDT ---
(In reply to comment #0)
> I propose that we define our bugzilla-tool post-commits behavior as follows:
>
> 1. 0 args means "rev-list trunk..HEAD"
> 2. 1 arg, "COMMIT" means cherry pick, aka "rev-list COMMIT^..COMMIT"
> 3. 2 args "A B" means cherry-pick those 2
> 4. a ".." range arg "A..B" means "rev-list A..B" (theoretically we could
> support multiple ranges, but that seems gratuitous)
> 5. a "..." range arg is an error (never really makes sense for post-commits"
I agree with this functionality. Are there any git commands that behave the
same way? Doesn't git-rev-parse support all common forms of specifying ranges
in git, or do we have to "help" it for items 1 and 2 by pre-processing the
args?
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list