Is there a command that will show, for a given revision (and optionally a file), the parent(s) of that revision? I can easily show the mainline parent ("bzr log -cbefore:NNN"), but it seems to show only one parent even for merge commits where there are 2 parents. How can I show both parents in this case?