ramccor / vcscommand

Automatically exported from code.google.com/p/vcscommand
0 stars 0 forks source link

Can't annotate in VCSAnnotate buffer (mercurial back-end) #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a mercurial versioned file
2. :VCSAnnotate the file
3. :VCSAnnotate the annotate buffer

What is the expected output? What do you see instead?
An error is returned because of a malformed command line (the revision number 
is missing)

A patch is attached to fix the problem.

Original issue reported on code.google.com by ian.liu88 on 15 Apr 2011 at 4:56

Attachments:

GoogleCodeExporter commented 9 years ago
Sorry, I've attached the opposite patch. Here is the correct one ;-)

Original comment by ian.liu88 on 15 Apr 2011 at 4:59

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you, this is queued for the next release as:

http://repo.or.cz/w/vcscommand.git/commit/2d3868153c5677bc466c20423c4a00415f0896
93

Original comment by bob.hies...@gmail.com on 3 Oct 2011 at 6:28

GoogleCodeExporter commented 9 years ago
The earlier patch breaks if the HG username contains a "." or other character 
that will cause "\w+" in the regex to terminate early.  Here's one that works 
with HG usernames containing any characters other than whitespace.

Original comment by matt.goo...@gmail.com on 11 Sep 2012 at 4:50

Attachments: