niwadhwa / bugzilla-vcs

Automatically exported from code.google.com/p/bugzilla-vcs
0 stars 0 forks source link

sync.pl should find the output of bzr's --fixes #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Bzr has an option --fixes, which produces a line similar to:
------------------------------------------------------------
revno: 695
fixes bug(s): https://bugzilla.example.com/show_bug.cgi?id=5459
committer: Tom <tom@example.com>
branch nick: trunk
timestamp: Wed 2010-10-06 23:12:22 +0000
message:
  test

2. This technically isn't a "fixes bug 1242" message, but should be found.
3. Perhaps a special value to --bug-word would catch this?

What is the expected output? What do you see instead?
I'd like it to sync with --fixes as that provides the same information as a 
comment with "bug" in it.

What version of the product are you using? On what operating system?
This is the latest download with the 21_20.diff patch to fix sync.pl on Centos 
and Bugzilla 3.6.2.

Please provide any additional information below.
Other than that, this works pretty well!

Original issue reported on code.google.com by bomb...@bombcar.com on 8 Oct 2010 at 5:52

GoogleCodeExporter commented 9 years ago
I fully agree. :-) I was definitely already planning it.

Original comment by avatrax...@gmail.com on 9 Oct 2010 at 4:51