Mercurial > hg
graph
-
relnotes: document new [command-templates] sectionFri, 30 Oct 2020 12:46:38 -0700, by Martin von Zweigbergk
-
help: document the new [command-templates] config sectionFri, 30 Oct 2020 13:26:18 -0700, by Martin von Zweigbergk
-
strip: move into coreSun, 08 Nov 2020 16:23:35 -0500, by Valentin Gatien-Baron
-
revlog: pass sidedata argument to flagutil.processflagswrite()Sat, 07 Nov 2020 16:36:19 -0800, by Gregory Szorc
-
pure: guard against empty blocksSat, 07 Nov 2020 16:45:58 -0800, by Gregory Szorc
-
rust-status: don't bubble up os errors, translate them to bad matchesMon, 16 Nov 2020 16:38:57 +0100, by Raphaël Gomès
-
rust-status: properly translate OSError to PythonMon, 16 Nov 2020 16:36:00 +0100, by Raphaël Gomès
-
shelve: clear merge state after partial shelveMon, 16 Nov 2020 21:28:42 -0800, by Martin von Zweigbergk
-
tests: show that interactive shelve can leave the repo with a merge stateMon, 16 Nov 2020 22:38:36 -0800, by Martin von Zweigbergk
-
histedit: disable color while rendering template for use in planMon, 16 Nov 2020 10:30:53 -0800, by Martin von Zweigbergk
-
tests: show how `hg histedit` can put color codes in histedit planMon, 16 Nov 2020 10:30:06 -0800, by Martin von Zweigbergk
-
split: disable color while rendering template for use in commit messageFri, 13 Nov 2020 09:41:49 -0800, by Martin von Zweigbergk
-
tests: show how `hg split` can put color codes in commit templateThu, 12 Nov 2020 17:06:45 -0800, by Martin von Zweigbergk
-
dispatch: move some helper functions down into scmutilMon, 16 Nov 2020 16:00:13 -0800, by Martin von Zweigbergk
-
errors: raise more specific errors from rewriteutilMon, 16 Nov 2020 15:11:51 -0800, by Martin von Zweigbergk
-
chgserver: backport py3 buffered I/O workarounds from procutilTue, 17 Nov 2020 19:29:08 +0900, by Yuya Nishihara
-
chg: reset errno prior to calling strtol() stableTue, 03 Nov 2020 11:24:21 +0900, by Yuya Nishihara
-
chg: show debug message for each fd to be closed stableTue, 03 Nov 2020 11:12:25 +0900, by Yuya Nishihara
-
errors: use InputError for some errors on `hg clone`Thu, 12 Nov 2020 15:28:06 -0800, by Martin von Zweigbergk
-
errors: raise InputError when given non-existent paths etcThu, 12 Nov 2020 13:22:40 -0800, by Martin von Zweigbergk
-
errors: use InputError for errors about bad label names (tags etc)Thu, 12 Nov 2020 10:35:33 -0800, by Martin von Zweigbergk
-
errors: use InputError for errors about bad pathsThu, 12 Nov 2020 09:53:14 -0800, by Martin von Zweigbergk
-
destutil: raise more specific error when histedit.defaultrev is emptyTue, 10 Nov 2020 09:14:01 -0800, by Martin von Zweigbergk
-
errors: raise more specific errors when default remote not configuredTue, 20 Oct 2020 08:56:00 -0700, by Martin von Zweigbergk
-
errors: set detailed exit code to 30 for config errorsThu, 22 Oct 2020 13:56:01 -0700, by Martin von Zweigbergk
-
errors: introduce StateError and use it from commands and cmdutilMon, 12 Oct 2020 12:44:18 -0700, by Martin von Zweigbergk
-
errors: set detailed exit code to 100 for some remote errorsThu, 22 Oct 2020 13:31:34 -0700, by Martin von Zweigbergk
-
errors: catch urllib errors specifically instead of using safehasattr()Thu, 12 Nov 2020 21:56:52 -0800, by Martin von Zweigbergk
-
errors: raise InputError in fancyoptsThu, 12 Nov 2020 08:29:55 -0800, by Martin von Zweigbergk
-
packaging: switch centos 7 packaging to python 3Fri, 06 Nov 2020 17:32:23 +0100, by Mathias De Mare
-
packaging: remove centos5 and centos6 supportFri, 06 Nov 2020 11:24:54 +0100, by Mathias De Mare
-
test-filecache: use sys.executable to call pythonWed, 11 Nov 2020 22:01:45 +0100, by Mathias De Mare
-
make: add a pyoxidizer targetTue, 01 Sep 2020 11:03:47 -0400, by Augie Fackler
-
pyoxidizer: switch to modern config using run_command instead of run_modeTue, 10 Nov 2020 12:44:15 -0500, by Augie Fackler
-
pyoxidizer: default to one-file binary on non-Windows platformsTue, 03 Nov 2020 16:25:33 -0500, by Augie Fackler
-
global: use python3 in shebangsFri, 06 Nov 2020 13:58:59 -0800, by Gregory Szorc
-
tests: use python from environment in test-parseindex2.pyMon, 09 Nov 2020 09:58:44 -0800, by Martin von Zweigbergk
-
errors: set detailed exit code to 20 for locking errorsThu, 22 Oct 2020 13:38:14 -0700, by Martin von Zweigbergk
-
errors: introduce InputError and use it from commands and cmdutilTue, 06 Oct 2020 22:36:15 -0700, by Martin von Zweigbergk
-
errors: add config that lets user get more detailed exit codesWed, 21 Oct 2020 19:00:16 -0700, by Martin von Zweigbergk
-
worker: raise exception instead of calling sys.exit() with child's codeSat, 07 Nov 2020 21:50:28 -0800, by Martin von Zweigbergk
-
config: read system hgrc in lexicographical orderTue, 03 Nov 2020 09:56:02 -0800, by Martin von Zweigbergk
-
relnotes: drop 5.6 release entries from nextSun, 08 Nov 2020 20:12:32 +0100, by Joerg Sonnenberger
-
merge with stableSat, 07 Nov 2020 15:02:53 -0500, by Augie Fackler
-
makefile: use Python 3 by default (BC)Mon, 05 Oct 2020 19:46:31 -0700, by Gregory Szorc
-
hgweb: don't call sys.exit() in httpservice.run()Tue, 03 Nov 2020 20:28:23 -0800, by Martin von Zweigbergk
-
serve: simply return instead of calling sys.exit() in `hg serve --stdio`Tue, 03 Nov 2020 20:20:49 -0800, by Martin von Zweigbergk
-
httpservice: move sys.exit() out of serve_forever()Tue, 03 Nov 2020 20:18:26 -0800, by Martin von Zweigbergk
-
copies: handle more cases where a file got replaced by a copyMon, 22 Jun 2020 22:47:43 -0700, by Martin von Zweigbergk
-
tests: test more cases where a file got replaced by a copyMon, 22 Jun 2020 22:47:33 -0700, by Martin von Zweigbergk
-
unionrepo: don't insert index tuples with None as int fieldWed, 07 Oct 2020 03:00:26 +0200, by Joerg Sonnenberger
-
bundlerepo: don't insert index tuples with full nodes as linkrevWed, 07 Oct 2020 03:00:01 +0200, by Joerg Sonnenberger
-
rhg: add full node id support for `debugdata` commandTue, 20 Oct 2020 15:09:08 +0200, by Antoine cezar
-
commit: warn the user when a commit already existsThu, 29 Oct 2020 13:54:25 +0100, by Dan Villiom Podlaski Christiansen
-
revlog: don't cache parsed tuples in the C moduleTue, 06 Oct 2020 13:34:51 +0200, by Joerg Sonnenberger
-
fix: only check for obsolete commits in the --rev caseFri, 16 Oct 2020 16:00:32 -0700, by Martin von Zweigbergk
-
fix: don't include obsolete descendants with -sFri, 16 Oct 2020 15:02:46 -0700, by Martin von Zweigbergk
-
tests: add test showing how `hg fix -s` deals with obsolete and orphan nodesFri, 16 Oct 2020 11:15:00 -0700, by Martin von Zweigbergk