mercurial at 45878: 24 new changesets
Mercurial Commits
hg at intevation.de
Wed Nov 25 10:15:34 UTC 2020
24 new changesets in mercurial:
https://www.mercurial-scm.org/repo/hg/rev/c10683da6889
changeset: 45855:c10683da6889
user: Martin von Zweigbergk <martinvonz at google.com>
date: Thu Nov 12 17:06:45 2020 -0800
summary: tests: show how `hg split` can put color codes in commit template
https://www.mercurial-scm.org/repo/hg/rev/8357e0e81bb7
changeset: 45856:8357e0e81bb7
user: Martin von Zweigbergk <martinvonz at google.com>
date: Fri Nov 13 09:41:49 2020 -0800
summary: split: disable color while rendering template for use in commit message
https://www.mercurial-scm.org/repo/hg/rev/ec6ba70be853
changeset: 45857:ec6ba70be853
user: Martin von Zweigbergk <martinvonz at google.com>
date: Mon Nov 16 10:30:06 2020 -0800
summary: tests: show how `hg histedit` can put color codes in histedit plan
https://www.mercurial-scm.org/repo/hg/rev/62983988bbf5
changeset: 45858:62983988bbf5
user: Martin von Zweigbergk <martinvonz at google.com>
date: Mon Nov 16 10:30:53 2020 -0800
summary: histedit: disable color while rendering template for use in plan
https://www.mercurial-scm.org/repo/hg/rev/781b09790633
changeset: 45859:781b09790633
user: Martin von Zweigbergk <martinvonz at google.com>
date: Mon Nov 16 22:38:36 2020 -0800
summary: tests: show that interactive shelve can leave the repo with a merge state
https://www.mercurial-scm.org/repo/hg/rev/073bb7563931
changeset: 45860:073bb7563931
user: Martin von Zweigbergk <martinvonz at google.com>
date: Mon Nov 16 21:28:42 2020 -0800
summary: shelve: clear merge state after partial shelve
https://www.mercurial-scm.org/repo/hg/rev/c9c3c277e5a5
changeset: 45861:c9c3c277e5a5
user: Raphaël Gomès <rgomes at octobus.net>
date: Mon Nov 16 16:36:00 2020 +0100
summary: rust-status: properly translate OSError to Python
https://www.mercurial-scm.org/repo/hg/rev/5c736ba5dc27
changeset: 45862:5c736ba5dc27
user: Raphaël Gomès <rgomes at octobus.net>
date: Mon Nov 16 16:38:57 2020 +0100
summary: rust-status: don't bubble up os errors, translate them to bad matches
https://www.mercurial-scm.org/repo/hg/rev/68aedad4c11c
changeset: 45863:68aedad4c11c
user: Gregory Szorc <gregory.szorc at gmail.com>
date: Sat Nov 07 16:45:58 2020 -0800
summary: pure: guard against empty blocks
https://www.mercurial-scm.org/repo/hg/rev/11842aad3195
changeset: 45864:11842aad3195
user: Gregory Szorc <gregory.szorc at gmail.com>
date: Sat Nov 07 16:36:19 2020 -0800
summary: revlog: pass sidedata argument to flagutil.processflagswrite()
https://www.mercurial-scm.org/repo/hg/rev/d7a508a75d72
changeset: 45865:d7a508a75d72
user: Valentin Gatien-Baron <valentin.gatienbaron at gmail.com>
date: Sun Nov 08 16:23:35 2020 -0500
summary: strip: move into core
https://www.mercurial-scm.org/repo/hg/rev/996cd73431a3
changeset: 45866:996cd73431a3
user: Martin von Zweigbergk <martinvonz at google.com>
date: Fri Oct 30 13:26:18 2020 -0700
summary: help: document the new [command-templates] config section
https://www.mercurial-scm.org/repo/hg/rev/774b1c0f2507
changeset: 45867:774b1c0f2507
user: Martin von Zweigbergk <martinvonz at google.com>
date: Fri Oct 30 12:46:38 2020 -0700
summary: relnotes: document new [command-templates] section
https://www.mercurial-scm.org/repo/hg/rev/f67741e8264b
changeset: 45868:f67741e8264b
user: Martin von Zweigbergk <martinvonz at google.com>
date: Thu Nov 12 14:07:34 2020 -0800
summary: templates: define a {onelinesummary} keyword
https://www.mercurial-scm.org/repo/hg/rev/63edc384d3b7
changeset: 45869:63edc384d3b7
user: Joerg Sonnenberger <joerg at bec.de>
date: Sat Nov 07 17:56:01 2020 +0100
summary: transaction: drop per-file extra data support
https://www.mercurial-scm.org/repo/hg/rev/a6f08085edfe
changeset: 45870:a6f08085edfe
user: Joerg Sonnenberger <joerg at bec.de>
date: Sat Nov 07 19:24:12 2020 +0100
summary: transaction: rename find to findoffset and drop backup file support
https://www.mercurial-scm.org/repo/hg/rev/a985c4fb23ca
changeset: 45871:a985c4fb23ca
user: Joerg Sonnenberger <joerg at bec.de>
date: Sat Nov 07 21:34:09 2020 +0100
summary: transaction: change list of journal entries into a dictionary
https://www.mercurial-scm.org/repo/hg/rev/ec73a6a75985
changeset: 45872:ec73a6a75985
user: Joerg Sonnenberger <joerg at bec.de>
date: Sat Nov 07 22:31:29 2020 +0100
summary: transaction: split new files into a separate set
https://www.mercurial-scm.org/repo/hg/rev/c8860a212770
changeset: 45873:c8860a212770
user: Martin von Zweigbergk <martinvonz at google.com>
date: Mon Nov 16 16:25:04 2020 -0800
summary: errors: raise InputError when line range to followlines() is out of bounds
https://www.mercurial-scm.org/repo/hg/rev/1a72e4839795
changeset: 45874:1a72e4839795
user: Martin von Zweigbergk <martinvonz at google.com>
date: Tue Nov 17 15:37:18 2020 -0800
summary: errors: raise InputError in `hg debugobsolete`
https://www.mercurial-scm.org/repo/hg/rev/e641bb2a6159
changeset: 45875:e641bb2a6159
user: Martin von Zweigbergk <martinvonz at google.com>
date: Tue Nov 17 15:42:42 2020 -0800
summary: errors: raise StateError in `hg bisect`
https://www.mercurial-scm.org/repo/hg/rev/568c05d8f3d2
changeset: 45876:568c05d8f3d2
user: Martin von Zweigbergk <martinvonz at google.com>
date: Tue Nov 17 15:51:09 2020 -0800
summary: errors: raise InputError in `hg split`
https://www.mercurial-scm.org/repo/hg/rev/ac362d5a7893
changeset: 45877:ac362d5a7893
user: Martin von Zweigbergk <martinvonz at google.com>
date: Thu Oct 22 14:14:59 2020 -0700
summary: errors: introduce CanceledError and use it in a few places
https://www.mercurial-scm.org/repo/hg/rev/f4a218331ff4
changeset: 45878:f4a218331ff4
bookmark: @
tag: tip
user: Martin von Zweigbergk <martinvonz at google.com>
date: Tue Nov 17 16:23:57 2020 -0800
summary: errors: raise InputError in `hg absorb`
--
Repository URL: https://www.mercurial-scm.org/repo/hg
More information about the Mercurial-devel
mailing list