log mercurial/cmdutil.py @ 35223:4edd2202f7d7

age author description
Sat, 02 Dec 2017 16:29:49 +0900 Yuya Nishihara log: translate column labels at once (issue5750)
Sat, 02 Dec 2017 16:08:24 +0900 Yuya Nishihara log: remove temporary variable 'date' used only once
Wed, 29 Nov 2017 08:39:48 +0530 Pulkit Goyal py3: use pycompat.bytestr() or '%d' in place of str()
Fri, 01 Dec 2017 16:53:55 +0530 Pulkit Goyal py3: use bytes in place of basestring
Fri, 01 Dec 2017 14:13:55 -0800 Martin von Zweigbergk amend: make a copy of "extra" to avoid mutating an input
Thu, 30 Nov 2017 15:48:42 -0500 Augie Fackler merge with stable
Wed, 29 Nov 2017 07:57:17 +0530 Pulkit Goyal py3: fix handling of keyword arguments in revert
Fri, 17 Nov 2017 22:52:40 +0000 pavanpc remove: print message for each file in verbose mode only while using `-A` (BC)
Thu, 16 Nov 2017 15:01:21 -0800 rlevasseur docs: add args/returns docs for some cmdutil, context, and registrar functions
Sat, 04 Nov 2017 20:07:40 +0900 Yuya Nishihara amend: update .hgsubstate before committing a memctx (issue5677) stable
Sat, 04 Nov 2017 23:48:19 +0900 Yuya Nishihara amend: do not drop missing files (issue5732) stable
Sat, 04 Nov 2017 23:45:59 +0900 Yuya Nishihara amend: do not take untracked files as modified or clean (issue5732) stable
Tue, 07 Nov 2017 13:48:33 -0800 Ryan McElroy cmdutil: create dirs for templated cat file output
Tue, 07 Nov 2017 13:18:49 -0500 Augie Fackler merge with stable
Sat, 04 Nov 2017 23:39:54 -0400 Matt Harbison morestatus: don't crash with different drive letters for repo.root and CWD stable
Fri, 03 Nov 2017 14:47:37 +0100 Denis Laxalde revert: do not reverse hunks in interactive when REV is not parent (issue5096)
Fri, 27 Oct 2017 23:48:38 -0400 Matt Harbison terse: split on repo separator instead of os.sep (issue5715) stable
Thu, 19 Oct 2017 14:55:10 +0200 Denis Laxalde log: handle removed files with --line-range patterns
Thu, 19 Oct 2017 12:37:26 +0200 Denis Laxalde log: switch to FROMLINE:TOLINE syntax for -L/--line-range
Wed, 18 Oct 2017 19:00:33 +0200 Denis Laxalde log: handle binary files in --line-range patterns
Thu, 19 Oct 2017 12:32:42 +0200 Boris Feld obsfate: rename obsfate into obsolete in changeset_printer
Wed, 18 Oct 2017 18:30:02 -0400 Augie Fackler cmdutil: fix status tersing on Python 3
Tue, 17 Oct 2017 21:15:31 +0200 Denis Laxalde log: add -L/--line-range option to follow file history by line range
Fri, 06 Oct 2017 14:45:17 +0200 Denis Laxalde diff: pass a diff hunks filter function from changeset_printer to patch.diff()
Thu, 05 Oct 2017 15:25:18 +0200 Boris Feld log: add obsfate by default in changeset printer
Sun, 15 Oct 2017 15:32:03 +0530 Pulkit Goyal cmdutil: pass metadata from amend() to cleanupnodes
Sat, 14 Oct 2017 13:33:37 +0200 Denis Laxalde tersestatus: rework dirnode and tersedir docstrings
Fri, 13 Oct 2017 04:02:06 +0530 Denis Laxalde tersestatus: avoid modifying tersedict
Wed, 11 Oct 2017 21:19:19 +0200 Denis Laxalde tersestatus: make methods part of the dirnode class
Fri, 06 Oct 2017 20:54:23 +0530 Pulkit Goyal tersestatus: re-implement the functionality to terse the status