log mercurial/cmdutil.py @ 24413:a8595176dd64

age author description
Wed, 18 Mar 2015 23:03:41 -0400 Matt Harbison subrepo: add basic support to hgsubrepo for the files command
Thu, 19 Mar 2015 09:12:21 -0700 Martin von Zweigbergk walkchangerevs: make followfilter a top-level class
Tue, 28 Oct 2014 22:32:18 -0700 Martin von Zweigbergk walkchangerevs: simplify by using match.always() method
Tue, 17 Mar 2015 14:52:58 -0700 Durham Goode obsolete: remove last instance of _enabled
Tue, 17 Mar 2015 22:47:08 +0900 Yuya Nishihara commands: replace "working copy" with "working directory" in help/messages
Mon, 16 Mar 2015 16:33:59 -0700 Laurent Charignon revert: add flag to make revert interactive
Mon, 16 Mar 2015 15:37:00 -0700 Laurent Charignon record: move ui.write wrapping where it should be
Mon, 16 Mar 2015 15:35:50 -0700 Laurent Charignon record: refactor the filtering code
Mon, 16 Mar 2015 15:30:33 -0700 Laurent Charignon record: consolidate ui.write wrapping in a function
Thu, 12 Mar 2015 17:50:23 -0700 Laurent Charignon record: minor refactoring of dorecord
Thu, 12 Mar 2015 14:24:48 -0700 Laurent Charignon record: enable curses recording logic with experimental flag
Thu, 12 Mar 2015 17:51:37 -0700 Laurent Charignon record: change interface of the filtering function
Thu, 12 Mar 2015 14:20:32 -0700 Laurent Charignon record: change recording function to work with crecord
Wed, 11 Mar 2015 16:39:38 -0700 Laurent Charignon record: change interface of dorecord to accept new filters
Fri, 13 Mar 2015 17:00:06 -0400 Jordi GutiƩrrez Hermoso style: kill ersatz if-else ternary operators
Thu, 12 Mar 2015 22:55:35 -0400 Matt Harbison files: replace 'ctx._repo' with 'ctx.repo()'
Sun, 08 Mar 2015 16:50:57 -0400 Matt Harbison files: split reusable implementation into cmdutil for subrepo support
Tue, 10 Mar 2015 17:14:33 -0700 Laurent Charignon record: move dorecord from record to cmdutil
Tue, 10 Mar 2015 13:06:38 -0700 Siddharth Agarwal cmdutil.tryimportone: allow importing relative patches with --bypass
Mon, 09 Mar 2015 18:22:24 -0700 Siddharth Agarwal cmdutil.tryimportone: allow importing relative patches into the working dir
Tue, 10 Feb 2015 15:59:12 -0500 Augie Fackler dispatch: offer suggestions of similar-named commands
Mon, 24 Nov 2014 16:42:49 -0500 Jordi GutiƩrrez Hermoso log: display closing-branch nodes as "_" (BC)
Thu, 05 Mar 2015 22:16:28 -0800 Durham Goode workingctx: use normal dirs() instead of dirstate.dirs()
Sun, 18 Jan 2015 02:38:57 +0100 Mads Kiilerich spelling: fixes from proofreading of spell checker issues
Mon, 02 Mar 2015 17:32:37 -0600 Matt Mackall merge with stable
Mon, 02 Mar 2015 19:01:00 +0000 Pierre-Yves David amend: check for directory renames for both merge parents (issue4516) stable
Sat, 07 Feb 2015 21:47:28 -0500 Matt Harbison revert: display full subrepo output with --dry-run
Fri, 06 Feb 2015 21:53:39 +0900 Yuya Nishihara log: fix --follow null parent not to include revision 0
Fri, 06 Feb 2015 00:22:20 +0900 Yuya Nishihara cmdutil: have walkchangerevs utilize common function to build revs
Fri, 06 Feb 2015 00:15:35 +0900 Yuya Nishihara log: extract common part from getgraphlogrevs() and getlogrevs()