log mercurial/cmdutil.py @ 28218:41dcd7545266

age author description
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
Thu, 24 Dec 2015 19:25:44 +0000 timeless resolve: suggest the next action
Mon, 04 Jan 2016 16:14:04 -0800 Durham Goode cmdutil: pass node instead of ctx to diffordiffstat
Wed, 30 Dec 2015 21:07:51 +0000 timeless import: refactor nocommit and importbranch handling
Wed, 30 Dec 2015 21:06:31 +0000 timeless import: refactor date and user handling
Wed, 30 Dec 2015 21:05:42 +0000 timeless import: limit scope of msg in tryimportone
Mon, 28 Dec 2015 10:11:48 -0600 Matt Mackall merge with stable
Tue, 15 Dec 2015 16:01:45 -0800 Sean Farley cmdutil: use crecordmod.checkcurses stable
Sun, 13 Dec 2015 20:07:19 +0900 Yuya Nishihara cmdutil: do not duplicate stdout by makefileobj()
Sun, 13 Dec 2015 20:01:11 +0900 Yuya Nishihara cmdutil: reimplement file wrapper that disables close()
Sun, 13 Dec 2015 19:57:54 +0900 Yuya Nishihara export: remove useless comparison between file object and string
Sun, 13 Dec 2015 19:47:46 +0900 Yuya Nishihara export: do not print '<fdopen>' as an output filename
Thu, 17 Dec 2015 14:38:22 +0000 timeless record: turn on showfunc