log

age author description
Mon, 16 Nov 2020 21:28:42 -0800 Martin von Zweigbergk shelve: clear merge state after partial shelve
Mon, 16 Nov 2020 22:38:36 -0800 Martin von Zweigbergk tests: show that interactive shelve can leave the repo with a merge state
Mon, 16 Nov 2020 10:30:53 -0800 Martin von Zweigbergk histedit: disable color while rendering template for use in plan
Mon, 16 Nov 2020 10:30:06 -0800 Martin von Zweigbergk tests: show how `hg histedit` can put color codes in histedit plan
Fri, 13 Nov 2020 09:41:49 -0800 Martin von Zweigbergk split: disable color while rendering template for use in commit message
Thu, 12 Nov 2020 17:06:45 -0800 Martin von Zweigbergk tests: show how `hg split` can put color codes in commit template
Mon, 16 Nov 2020 16:00:13 -0800 Martin von Zweigbergk dispatch: move some helper functions down into scmutil
Mon, 16 Nov 2020 15:11:51 -0800 Martin von Zweigbergk errors: raise more specific errors from rewriteutil
Tue, 17 Nov 2020 19:29:08 +0900 Yuya Nishihara chgserver: backport py3 buffered I/O workarounds from procutil
Tue, 03 Nov 2020 11:24:21 +0900 Yuya Nishihara chg: reset errno prior to calling strtol() stable
Tue, 03 Nov 2020 11:15:50 +0900 Yuya Nishihara chg: do not close dir fd while iterating stable
Tue, 03 Nov 2020 11:12:25 +0900 Yuya Nishihara chg: show debug message for each fd to be closed stable
Tue, 03 Nov 2020 11:06:15 +0900 Yuya Nishihara chg: apply clang-format stable
Thu, 12 Nov 2020 15:28:06 -0800 Martin von Zweigbergk errors: use InputError for some errors on `hg clone`
Thu, 12 Nov 2020 13:22:40 -0800 Martin von Zweigbergk errors: raise InputError when given non-existent paths etc
Thu, 12 Nov 2020 10:35:33 -0800 Martin von Zweigbergk errors: use InputError for errors about bad label names (tags etc)
Thu, 12 Nov 2020 09:53:14 -0800 Martin von Zweigbergk errors: use InputError for errors about bad paths
Tue, 10 Nov 2020 09:14:01 -0800 Martin von Zweigbergk destutil: raise more specific error when histedit.defaultrev is empty
Tue, 20 Oct 2020 08:56:00 -0700 Martin von Zweigbergk errors: raise more specific errors when default remote not configured
Thu, 22 Oct 2020 13:56:01 -0700 Martin von Zweigbergk errors: set detailed exit code to 30 for config errors
Mon, 12 Oct 2020 12:44:18 -0700 Martin von Zweigbergk errors: introduce StateError and use it from commands and cmdutil
Thu, 22 Oct 2020 13:31:34 -0700 Martin von Zweigbergk errors: set detailed exit code to 100 for some remote errors
Thu, 12 Nov 2020 21:56:52 -0800 Martin von Zweigbergk errors: catch urllib errors specifically instead of using safehasattr()
Thu, 12 Nov 2020 08:29:55 -0800 Martin von Zweigbergk errors: raise InputError in fancyopts
Fri, 06 Nov 2020 17:32:23 +0100 Mathias De Mare packaging: switch centos 7 packaging to python 3
Fri, 06 Nov 2020 11:24:54 +0100 Mathias De Mare packaging: remove centos5 and centos6 support
Wed, 11 Nov 2020 22:01:45 +0100 Mathias De Mare test-filecache: use sys.executable to call python
Tue, 01 Sep 2020 11:03:47 -0400 Augie Fackler make: add a pyoxidizer target
Tue, 10 Nov 2020 12:44:15 -0500 Augie Fackler pyoxidizer: switch to modern config using run_command instead of run_mode
Tue, 03 Nov 2020 16:25:33 -0500 Augie Fackler pyoxidizer: default to one-file binary on non-Windows platforms