Mercurial > public > mercurial-scm > hg
log hgext/split.py @ 53042:cdd7bf612c7b stable tip
age | author | description |
---|---|---|
Mon, 16 Sep 2024 15:36:44 +0200 | Matt Harbison | typing: add `from __future__ import annotations` to most files |
Sun, 20 Aug 2023 17:16:38 -0400 | Matt Harbison | split: migrate `opts` to native kwargs |
Wed, 25 Jan 2023 19:12:31 +0100 | Pierre-Yves David | dirstate: rename parentchange to changing_parents |
Wed, 25 Jan 2023 18:46:20 +0100 | Pierre-Yves David | dirstate: pass the repo to the `changeparent` method |
Thu, 03 Mar 2022 17:34:00 +0100 | Gregory Szorc | py2: remove simple from __future__ statements |
Tue, 28 Sep 2021 08:47:11 -0700 | Martin von Zweigbergk | errors: raise InputError on bad revset to revrange() iff provided by the user |
Mon, 12 Apr 2021 19:25:34 -0700 | Kyle Lippincott | split: avoid strip if split is a no-op (identical to original) |