mercurial/cmdutil.py
Wed, 27 Jul 2016 08:38:54 +0000 Hannes Oldenburg cmdutil: warnings not issued in cat if subrepopath overlaps stable
Fri, 22 Jul 2016 11:29:42 +0000 Hannes Oldenburg cmdutil: warnings not issued in remove if subrepopath overlaps stable
Thu, 30 Jun 2016 08:38:19 -0700 skarlage revert: don't backup if no files reverted in interactive mode (issue4793)
Fri, 24 Jun 2016 11:12:41 -0700 Martin von Zweigbergk debug: make debug{revlog,index,data} --dir not just a flag
Tue, 21 Jun 2016 00:50:39 +0900 FUJIWARA Katsunori check-code: detect "missing _() in ui message" more exactly
Tue, 14 Jun 2016 11:05:36 +0100 Martijn Pieters revset: record if a set is in topographical order
Wed, 08 Jun 2016 16:18:43 +0100 Martijn Pieters graphmod: avoid sorting when already sorted
Tue, 07 Jun 2016 11:57:11 +0200 Denis Laxalde crecord: drop unused "operation" parameter from filterpatch function
Tue, 07 Jun 2016 10:37:19 +0200 Denis Laxalde patch: define full messages for interactive record/revert
Fri, 03 Jun 2016 15:55:07 +0200 Denis Laxalde revert: use "discard"/"revert" verb when reverting interactively (issue5143)
Mon, 16 May 2016 21:30:53 +0000 timeless py3: convert to next() function
Thu, 05 May 2016 17:06:54 -0700 Mateusz Kwapich dirstate: make backup methods public
Fri, 06 May 2016 14:22:17 -0400 Augie Fackler cmdutil: typo fix in comment
Wed, 20 Apr 2016 16:33:13 +0100 Martijn Pieters graphmod: disable graph styling when HGPLAIN is set (issue5212) stable
Sun, 10 Apr 2016 17:23:09 +0900 Yuya Nishihara templater: factor out function that creates templater from string template
Sun, 03 Apr 2016 23:26:48 +0900 Yuya Nishihara templater: separate function to create templater from map file (API)
Thu, 14 Apr 2016 15:26:18 -0400 Nathaniel Manista cmdutil: avoid recycling variable name "name" in namespaces code
Fri, 08 Apr 2016 16:42:43 +0200 santiagopim graphmod: shorten graph
Sun, 10 Apr 2016 20:55:37 +0000 timeless pycompat: switch to util.stringio for py3 compat
Sun, 03 Apr 2016 11:23:31 +0900 Yuya Nishihara templater: drop deprecated handling of KeyError from changeset_templater
Wed, 06 Apr 2016 18:19:36 +0000 timeless crecord: check for untracked arguments
Sun, 20 Mar 2016 21:08:17 -0400 Jordi GutiƩrrez Hermoso crecord: re-enable reviewing a patch before comitting it
Sat, 26 Mar 2016 18:12:12 +0900 Yuya Nishihara templater: relax unquotestring() to fall back to bare string
Sat, 26 Mar 2016 18:01:04 +0900 Yuya Nishihara templater: do not abuse SyntaxError to report errors in template map file
Thu, 24 Mar 2016 00:09:58 -0700 Pierre-Yves David graphmod: move the graphstyle options to experimental
Wed, 23 Mar 2016 10:50:24 -0700 Kostia Balytskyi debugobsolete: add an option to show marker index
Thu, 17 Mar 2016 21:03:22 +0000 timeless remove: add progress support
Thu, 17 Mar 2016 18:19:36 +0000 timeless remove: queue warnings until after status messages (issue5140) (API)
Sat, 19 Mar 2016 16:37:47 -0700 Martijn Pieters graphmod: allow edges to end early
Sat, 19 Mar 2016 16:46:15 -0700 Martijn Pieters graphmod: allow for different styles for different edge types
Fri, 18 Mar 2016 16:14:57 -0400 Jordi GutiƩrrez Hermoso crecord: rewrite a comment about filtering patches
Wed, 09 Mar 2016 01:17:02 +0000 Jun Wu serve: add chdir command for --daemon-postexec
Wed, 09 Mar 2016 02:07:40 +0000 Jun Wu serve: accept multiple values for --daemon-postexec
Fri, 11 Mar 2016 15:24:27 -0600 Matt Mackall merge with stable
Wed, 09 Mar 2016 23:57:15 +0900 Yuya Nishihara graphlog: bring back color to node symbol template
Sun, 06 Mar 2016 14:30:34 -0500 Matt Harbison files: don't recurse into subrepos without a path or -S (issue5127) stable
Tue, 08 Mar 2016 04:08:33 -0800 Kostia Balytskyi formatter: make labels work with templated output
Fri, 04 Mar 2016 14:44:32 +0000 Martijn Pieters graphmod: refactor state handling
Sat, 27 Feb 2016 23:57:07 -0800 Gregory Szorc cmdutil: use absolute_import
Fri, 01 Jan 2016 22:16:25 +0900 Yuya Nishihara dispatch: store norepo/optionalrepo/inferrepo attributes in function (API)
Mon, 29 Feb 2016 17:52:17 -0600 Matt Mackall merge with stable
Mon, 15 Feb 2016 22:46:07 +0900 Yuya Nishihara log: fix order of revisions filtered by multiple OR options (issue5100) stable
Wed, 24 Feb 2016 15:55:44 -0600 Matt Mackall merge with stable
Mon, 22 Feb 2016 17:30:02 +0000 Jun Wu serve: allow --daemon-postexec to be 'unlink:path' or 'none'
Mon, 22 Feb 2016 16:59:08 +0000 Jun Wu serve: rename --daemon-pipefds to --daemon-postexec (BC)
Tue, 23 Feb 2016 11:41:47 +0100 Pierre-Yves David revert: properly revert to ancestor of p2 during merge (issue5052) stable
Sun, 14 Feb 2016 16:16:17 +0000 timeless cmdutil: provide a way to report how to continue
Wed, 03 Feb 2016 09:11:22 +0000 timeless util: enable getpid to be replaced
Fri, 05 Feb 2016 21:09:32 -0800 Martin von Zweigbergk match: rename "narrowmatcher" to "subdirmatcher" (API)
Fri, 05 Feb 2016 15:18:40 +0100 liscju revert: makes interactive mode ask to forget added files (issue4936)
Wed, 03 Feb 2016 08:59:46 -0800 Siddharth Agarwal amend: don't preserve most extra fields stable
Sat, 23 Jan 2016 23:24:30 -0500 Matt Harbison commit: factor the post commit status check into a cmdutil method stable
Fri, 15 Jan 2016 13:14:50 -0800 Bryan O'Sullivan with: use context manager in amend
Fri, 15 Jan 2016 13:14:46 -0800 Bryan O'Sullivan with: use context manager for wlock in revert
Fri, 15 Jan 2016 13:14:45 -0800 Bryan O'Sullivan with: use context manager for wlock in remove
Fri, 15 Jan 2016 13:14:45 -0800 Bryan O'Sullivan with: use context manager for wlock in recordinwlock
Wed, 11 Nov 2015 21:18:02 -0500 Augie Fackler bmstore: add handling of the active bookmark
Sat, 02 Jan 2016 03:02:57 -0800 Siddharth Agarwal origpath: move from cmdutil to scmutil
Thu, 31 Dec 2015 08:16:59 +0000 timeless cleanup: remove superfluous space after space after equals (python)
Thu, 24 Dec 2015 20:46:06 +0000 timeless graft: hook afterresolvedstates
less more (0) -300 -100 -60 tip