equal
deleted
inserted
replaced
39 [hooks] |
39 [hooks] |
40 pretxnchangegroup.crlf = python:hgext.win32text.forbidcrlf |
40 pretxnchangegroup.crlf = python:hgext.win32text.forbidcrlf |
41 # or pretxnchangegroup.cr = python:hgext.win32text.forbidcr |
41 # or pretxnchangegroup.cr = python:hgext.win32text.forbidcr |
42 ''' |
42 ''' |
43 |
43 |
|
44 from __future__ import annotations |
44 |
45 |
45 import re |
46 import re |
46 from mercurial.i18n import _ |
47 from mercurial.i18n import _ |
47 from mercurial.node import short |
48 from mercurial.node import short |
48 from mercurial import ( |
49 from mercurial import ( |