Mon, 28 Mar 2022 10:43:06 -0700 |
Martin von Zweigbergk |
revert: use a `continue` to reduce indentation
|
Mon, 21 Mar 2022 10:55:50 +0100 |
Raphaël Gomès |
branching: merge stable into default
|
Fri, 18 Mar 2022 21:15:54 -0700 |
Martin von Zweigbergk |
amend: fix amend with copies in extras
stable
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
Thu, 03 Mar 2022 18:28:30 -0800 |
Gregory Szorc |
global: bulk replace simple pycompat.iteritems(x) with x.items()
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Mon, 22 Nov 2021 15:58:51 +0100 |
Pierre-Yves David |
dirstate: do no use `set_clean` in revert
|
Fri, 19 Nov 2021 09:17:30 -0800 |
Martin von Zweigbergk |
patch: add hint about mangled whitespace on bad patch
|
Fri, 19 Nov 2021 12:57:53 -0800 |
Martin von Zweigbergk |
errors: return more detailed errors when failing to parse or apply patch
|
Thu, 14 Oct 2021 10:58:39 -0700 |
Martin von Zweigbergk |
copy: recommend `--at-rev .` if target was added in parent commit
|
Tue, 28 Sep 2021 15:11:22 -0700 |
Martin von Zweigbergk |
errors: raise InputError from revsingle() iff revset provided by the user
|
Tue, 28 Sep 2021 08:47:11 -0700 |
Martin von Zweigbergk |
errors: raise InputError on bad revset to revrange() iff provided by the user
|
Wed, 29 Sep 2021 18:37:20 +0200 |
Pierre-Yves David |
dirstate-item: use item's property instead of `state` in revert
|
Wed, 29 Sep 2021 18:32:21 +0200 |
Pierre-Yves David |
dirstate-item: use item's property instead of `state` in copy
|
Wed, 29 Sep 2021 17:42:57 +0200 |
Pierre-Yves David |
dirstate-item: use `maybe_clean` instead of `state` in record
|