wch / vtest

Visual test system for R packages
Other
13 stars 4 forks source link

Add ability for recent_vtest() to show git graph with result hashes #2

Open wch opened 12 years ago

wch commented 12 years ago

It would be nice to see the result hashes alongside a git graph like this one:

$ git log --graph --pretty=tformat:'%h%d %s <%an>' --abbrev-commit -10 
* e644585 (HEAD, origin/master, origin/HEAD, hadley/master, master) Better fix for #377. More qplot tests <hadley>
*   99f1ca9 Merge pull request #491 from BrianDiggs/reshape-remnant-purge <hadley wickham>
|\  
| * f4333c8 Removing remaining documentation referrences to reshape <Brian Diggs>
* | 0774a0c Use regular evaluation for qplot args. Fixes #377 <hadley>
* | 06f6b3b Also check for NULL for coord_trans breaks <Winston Chang>
* |   fe20ea6 Merge pull request #490 from wch/fix/polar-warning <hadley wickham>
|\ \  
| * | 9f0fd05 (origin/fix/polar-warning) Fix warnings for coord_polar minor breaks <Winston Chang>
| |/  
* | 6597202 Better drawing strategy for geom_raster. Fixes #463 <hadley>
* | 9e4a684 Update visual tests for geom_raster <hadley>
|/  
* a4b2a99 (fix/polar-NA-breaks) Add tests for coord_train <Winston Chang>
wch commented 12 years ago

With the other changes, I don't think this is necessary anymore.