log

age author description
Wed, 04 Aug 2021 00:45:25 +0300 Anton Shestakov compat: import copies as copiesmod to prepare for the next patch stable
Wed, 04 Aug 2021 00:44:23 +0300 Anton Shestakov evolve: move movedirstate() to compat stable
Tue, 04 May 2021 09:39:45 -0700 Martin von Zweigbergk compat: make compatible with upstream change to put nullid on repo stable
Tue, 27 Jul 2021 03:06:25 +0300 Anton Shestakov topic: correctly update from public commits with a (now hidden) topic stable
Tue, 27 Jul 2021 03:00:09 +0300 Anton Shestakov tests: update to the current topic to prepare for the next patch stable
Mon, 05 Oct 2020 09:21:59 -0700 Martin von Zweigbergk rewriteutil: remove now-unused `update` argument from `rewite()` stable
Mon, 05 Oct 2020 08:35:17 -0700 Martin von Zweigbergk rewriteutil: fix broken touch of merge commits (issue6416) stable
Mon, 05 Oct 2020 09:02:21 -0700 Martin von Zweigbergk tests: demonstrate that touch can lose files (issue6416) stable
Tue, 13 Jul 2021 16:19:29 -0400 Matt Harbison topic: fix the help text to show how to disable publishing stable
Mon, 05 Oct 2020 10:29:29 -0700 Martin von Zweigbergk tests: add test showing that touch preserves copies stable
Wed, 23 Jun 2021 10:44:37 +0300 Anton Shestakov tests: consistently glob "1970/01/01 00:00:00" in blackbox output stable
Wed, 23 Jun 2021 10:24:59 +0300 Anton Shestakov tests: actually remove evoext cache files stable
Sat, 19 Jun 2021 22:13:13 +0300 Anton Shestakov evolve: drop the deprecated --unstable, --divergent and --bumped flags
Wed, 03 Feb 2021 13:23:41 +0530 Sushil khanchi tests: use common.sh for creating commits
Wed, 03 Feb 2021 10:07:54 +0530 Sushil khanchi pick: move `continue` and `abort` blocks above for more clarity