BranchStatus.ps1xml
<Configuration>
<ViewDefinitions> <View> <Name>Default</Name> <ViewSelectedBy> <TypeName>BranchStatus</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Width>40</Width> <Label>Branch</Label> </TableColumnHeader> <TableColumnHeader> <Label>Merged to trunk</Label> <Width>15</Width> </TableColumnHeader> <TableColumnHeader> <Label>Unmerged Revisions</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>BranchName</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Merged</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.Revisions -join ","</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> </ViewDefinitions> </Configuration> |