brunyuriy / crystalvc

Automatically exported from code.google.com/p/crystalvc
Other
6 stars 5 forks source link

hg log parser doesn't handle the case with 1 parent correctly #55

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The hg log command does not print a "parent: ..." line if there is only a 
single parent.  The crystal log parser then lists no parent for that changeset. 
 The easiest way to fix this is to find an option to the log command that would 
always print the parent.  

Original issue reported on code.google.com by yuriy.b...@gmail.com on 17 Jan 2012 at 7:15