Reputation: 41
I completely forgot which branch I merged with. I used svn log to view my comments, but these are inadequate and I am curious how I can learn what I automatically merged with.
Thanks.
Upvotes: 0
Views: 76
Reputation: 301587
Do a propget of svn:mergeinfo
to get some idea of the merges done.
svn propget svn:mergeinfo
Upvotes: 1