juneedahamed / vc.vim

Support for SVN, Git, HG and BZR
47 stars 9 forks source link

'svn diff -c r'REV' from VCLog #4

Closed mrzaus123 closed 7 years ago

mrzaus123 commented 8 years ago

Hi!

Great work, your plugin is really useful and thanks for your work! There is one thing I can't do so far: while browsing log I'd like to see full diff from selected revision like this:

:VCLog . r2131 mrzaus123 ... r1231 mrzaus123 ... r23 mrzaus123 ...

and select r1231 to execute svn diff -c r1231.

Is it possible or not implemented? Thanks!

juneedahamed commented 8 years ago

Hi,

while the log is displayed you can use the up and down arrow keys to select the required revision then press enter key to bring up the diff

Juneed

On Aug 10, 2016, at 7:26 PM, mrzaus123 notifications@github.com wrote:

Hi!

Great work, your plugin is really useful and thanks for your work! There is one thing I can't do so far: while browsing log I'd like to see full diff from selected revision like this:

:VCLog . r2131 mrzaus123 ... r1231 mrzaus123 ... r23 mrzaus123 ...

and select r1231 to execute svn diff -c r1231.

Is it possible or not implemented? Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

juneedahamed commented 8 years ago

Hi

just realized that there was a period on VCLog the steps I mentioned works for sure for a file not sure for the directory. I am not in front of a computer and wont get access for a few days :( Will respond back as soon as i can but u can still try n see what is the behavior with the mentioned steps. i believe it gives the status/modifications that where committed for selected revision when an enter key is pressed. also note that there is help which shows the short keys

Juneed

On Aug 10, 2016, at 7:34 PM, Ahamed ahamed.juneed@gmail.com wrote:

Hi,

while the log is displayed you can use the up and down arrow keys to select the required revision then press enter key to bring up the diff

Juneed

On Aug 10, 2016, at 7:26 PM, mrzaus123 notifications@github.com wrote:

Hi!

Great work, your plugin is really useful and thanks for your work! There is one thing I can't do so far: while browsing log I'd like to see full diff from selected revision like this:

:VCLog . r2131 mrzaus123 ... r1231 mrzaus123 ... r23 mrzaus123 ...

and select r1231 to execute svn diff -c r1231.

Is it possible or not implemented? Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

mrzaus123 commented 8 years ago

Hi!

Thanks for very fast reply! When I select rev and hit enter I get list of files, not the diff... I'd like to see all changes done in a rev selected with VCLog (output of svn diff -c r[REVISION])

juneedahamed commented 8 years ago

ok, the diff is not yet implemented will look at it if i can do something about it

Regards

Juneed

On Aug 10, 2016, at 7:52 PM, mrzaus123 notifications@github.com wrote:

Hi!

Thanks for very fast reply! When I select rev and hit enter I get list of files, not the diff...

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

juneedahamed commented 7 years ago

Just provided support for bringing up the changes. Ctrl-k at log output -vcnoparse option for VCStatus, VCDiff

Hope that helps