Sat, 15 Feb 2014 18:21:59 +0100
Added a window flag to the VCS log browser dialogs to allow to minimize/maximize them on systems that don't add these buttons themself.
(grafted from 075758282fdbd9e6f804afdafe0dff105325f1fc)
changeset = 'change|{rev}:{node|short}\nuser|{author|email}\nparents|{parents}\ndate|{date|isodate}\ndescription|{desc}\nfile_copies|{file_copies}\nfile_adds|{file_adds}\nfiles_mods|{file_mods}\nfile_dels|{file_dels}\nbranches|{branches}\ntags|{tags}\n@@@\n' file_mod = '{file_mod}, ' last_file_mod = '{file_mod}' file_add = '{file_add}, ' last_file_add = '{file_add}' file_del = '{file_del}, ' last_file_del = '{file_del}' file_copy = '{name} ({source}), ' last_file_copy = '{name} ({source})' tag = '{tag}, ' last_tag = '{tag}' branch = '{branch}, ' last_branch = '{branch}'