hgext/bugzilla.py
changeset 48875 6000f5b25c9b
parent 46112 d6afa9c149c3
child 48946 642e31cb55f0
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
   289     http://my-project.org/hg/repository-name/rev/3b16791d6642
   289     http://my-project.org/hg/repository-name/rev/3b16791d6642
   290 
   290 
   291     Changeset commit comment. Bug 1234.
   291     Changeset commit comment. Bug 1234.
   292 '''
   292 '''
   293 
   293 
   294 from __future__ import absolute_import
       
   295 
   294 
   296 import json
   295 import json
   297 import re
   296 import re
   298 import time
   297 import time
   299 
   298