log mercurial/cmdutil.py @ 34001:3340efe80803

age author description
Mon, 28 Aug 2017 14:47:18 -0700 Martin von Zweigbergk morestatus: simplify check for unresolved merge conflicts
Mon, 21 Aug 2017 16:43:37 +0530 Pulkit Goyal morestatus: check whether the conflict message is None before printing
Tue, 15 Aug 2017 10:15:31 -0700 Danny Hooper log: add a "graphwidth" template variable
Wed, 16 Aug 2017 10:26:26 +0200 Boris Feld obsmarker: precnode was renamed into prednode
Mon, 14 Aug 2017 23:26:54 -0700 Martin von Zweigbergk commit: use context manager with dirstateguard
Mon, 14 Aug 2017 23:26:51 -0700 Martin von Zweigbergk commit: move dirstateguard creation out of try-block
Thu, 03 Aug 2017 15:31:54 +0200 Boris Feld label: rename log.trouble into log.instability
Thu, 03 Aug 2017 15:30:41 +0200 Boris Feld label: rename trouble.X into instability.X
Thu, 03 Aug 2017 14:32:50 +0200 Boris Feld label: rename changeset.troubled into changeset.unstable
Thu, 03 Aug 2017 05:12:35 +0530 Pulkit Goyal morestatus: move fb extension to core by plugging to `hg status --verbose`
Thu, 10 Aug 2017 18:55:33 -0400 Augie Fackler merge with stable
Thu, 10 Aug 2017 14:23:41 -0400 Augie Fackler merge with stable
Wed, 02 Aug 2017 19:20:59 +0200 Boris Feld obsmarker: rename precnode into prednode
Wed, 02 Aug 2017 19:13:56 +0200 Boris Feld context: rename troubled into isunstable
Wed, 02 Aug 2017 18:34:39 +0200 Boris Feld context: rename troubles into instabilities
Mon, 24 Jul 2017 10:34:32 +0200 Denis Laxalde status: avoid recursing into ignored directory with "--terse u"
Tue, 01 Aug 2017 17:39:28 +0200 Boris Feld evolution: rename trouble(s) to instability
Wed, 26 Jul 2017 22:10:15 +0900 Yuya Nishihara pathauditor: disable cache of audited paths by default (issue5628) stable
Wed, 26 Jul 2017 22:10:15 +0900 Yuya Nishihara pathauditor: disable cache of audited paths by default (issue5628) stable
Mon, 31 Jul 2017 14:54:57 -0700 Martin von Zweigbergk commit: don't let failed commit with --addremove update dirstate (issue5645) stable
Sat, 17 Jun 2017 20:10:22 +0530 Pulkit Goyal status: add a flag to terse the output (issue4119)
Mon, 10 Jul 2017 17:48:33 +0200 Boris Feld bookmark: remove a useless 'recordchange' in the amend code
Fri, 14 Jul 2017 14:22:40 -0700 Jun Wu codemod: register core configitems using a script
Thu, 13 Jul 2017 18:31:35 -0700 Jun Wu codemod: simplify nested withs
Sun, 09 Jul 2017 00:53:16 -0400 Matt Harbison cmdutil: simplify the dirty check in howtocontinue()
Mon, 26 Jun 2017 15:28:28 -0700 Jun Wu amend: use scmutil.cleanupnodes (BC)
Mon, 26 Jun 2017 15:46:24 +0200 Boris Feld log: add an extension hook-point in changeset_printer
Tue, 27 Jun 2017 00:23:32 +0530 Pulkit Goyal py3: use pycompat.strkwargs() to convert kwargs keys to str
Tue, 27 Jun 2017 00:20:55 +0530 Pulkit Goyal py3: use pycompat.byteskwargs() to convert kwargs' keys to bytes
Sat, 24 Jun 2017 11:47:26 -0700 Gregory Szorc cmdutil: use named arguments for changeset_templater.__init__