mercurial/dagparser.py
Sun, 29 May 2022 15:17:27 +0200 Manuel Jacob py3: replace `pycompat.xrange` by `range`
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Sat, 13 Mar 2021 00:41:37 -0500 Matt Harbison typing: fix directives mangled by black stable
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Wed, 06 Nov 2019 15:12:13 -0500 Augie Fackler dagparser: suppress some pytype errors around pycompat.bytestring
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Wed, 01 Aug 2018 13:00:45 -0700 Gregory Szorc global: use pycompat.xrange()
Thu, 22 Mar 2018 21:56:20 +0900 Yuya Nishihara stringutil: bulk-replace call sites to point to new module
Sun, 03 Sep 2017 15:32:45 +0900 Yuya Nishihara py3: iterate bytes as a byte string in dagparser.py
Sun, 03 Sep 2017 15:28:39 +0900 Yuya Nishihara py3: wrap string constants in dagparser.py with bytestr()
Sun, 03 Sep 2017 15:25:50 +0900 Yuya Nishihara py3: drop use of str() in dagparser.py
Sun, 03 Sep 2017 15:22:54 +0900 Yuya Nishihara dagparser: fix variable name in error message
Sun, 03 Sep 2017 15:16:01 +0900 Yuya Nishihara doctest: upgrade old-style "except" clause
Sun, 03 Sep 2017 14:56:31 +0900 Yuya Nishihara doctest: use print_function and convert bytes to unicode where needed
Sun, 03 Sep 2017 14:32:11 +0900 Yuya Nishihara doctest: bulk-replace string literals with b'' for Python 3
Thu, 15 Jun 2017 13:32:02 -0400 Augie Fackler dagparser: make print statement in doctest Py3 portable
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Sat, 08 Aug 2015 19:03:34 -0700 Gregory Szorc dagparser: use absolute_import
Mon, 18 May 2015 12:22:44 -0500 Pierre-Yves David dagparser: use 'next' instead of try/except for default value
Fri, 17 Aug 2012 13:58:18 -0700 timeless en-us: labeled
Sat, 12 May 2012 15:54:54 +0200 Brodie Rao cleanup: eradicate long lines
Thu, 23 Sep 2010 00:02:31 -0500 Brodie Rao cleanup: use x in (a, b) instead of x == a or x == b
Mon, 30 Aug 2010 17:17:20 +0200 Martin Geisler dagparser: translate and lowercase error messages stable
Sun, 15 Aug 2010 11:05:04 +0200 Benoit Boissinot fix undefined variables, spotted by pylint
Tue, 15 Jun 2010 10:00:07 +0200 Martin Geisler dagparser: replace format with str
Thu, 10 Jun 2010 11:48:15 +0200 Peter Arrenbrecht dagparser: parses and formats DAGs as concise text
less more (0) tip