pombreda / nbgit

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

Revert does not work on folders/projects #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. modify 2 different files
2. go to git > revert on the containing folder
3. nothing is reverted

What is the expected output? What do you see instead?
Files should re reverted

What versions of NbGit, NetBeans and Java are you using?
On what operating system?
netbeans 6.7.1 / nbgit0.2 / ubuntu

Original issue reported on code.google.com by grosser....@gmail.com on 9 Aug 2009 at 7:49

GoogleCodeExporter commented 9 years ago
The code in GitCommand.doRevert() assumes that only files are given as an
argument.

Original comment by jonas.fonseca on 17 Aug 2009 at 3:14

GoogleCodeExporter commented 9 years ago
Fixed in commit 94661c1.

Original comment by jonas.fonseca on 17 Aug 2009 at 3:23

GoogleCodeExporter commented 9 years ago
The fix has been released in nbgit-0.3.

Original comment by jonas.fonseca on 31 Aug 2009 at 1:26