mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-11-04 03:27:00 -05:00 
			
		
		
		
	Automatically add link to launchpad bug in commits
This commit is contained in:
		
							parent
							
								
									b1d558a92a
								
							
						
					
					
						commit
						c5199c2721
					
				@ -47,6 +47,7 @@ class Bug:
 | 
				
			|||||||
            print ('Working on bug:', summary)
 | 
					            print ('Working on bug:', summary)
 | 
				
			||||||
            if int(bug) > 100000:
 | 
					            if int(bug) > 100000:
 | 
				
			||||||
                self.close_bug(bug, action)
 | 
					                self.close_bug(bug, action)
 | 
				
			||||||
 | 
					                return match.group() + ' [%s](%s)' % (summary, LAUNCHPAD_BUG % bug)
 | 
				
			||||||
            return match.group() + ' (%s)' % summary
 | 
					            return match.group() + ' (%s)' % summary
 | 
				
			||||||
        return match.group()
 | 
					        return match.group()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user