log mercurial/cmdutil.py @ 27803:a8e8950ebd4d

age author description
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
Wed, 16 Dec 2015 17:40:01 -0600 Matt Mackall merge with stable
Sat, 12 Dec 2015 10:58:05 -0800 Siddharth Agarwal record: don't dereference symlinks while copying over stat data stable
Mon, 14 Dec 2015 18:54:03 -0500 Augie Fackler merge: have merge.update use a matcher instead of partial fn
Sat, 14 Nov 2015 17:25:43 +0900 Yuya Nishihara graphlog: make node symbol templatable by ui.graphnodetemplate option
Sat, 14 Nov 2015 16:58:18 +0900 Yuya Nishihara graphlog: extract "graphnode" template keyword that represents node symbol
Sat, 14 Nov 2015 16:45:15 +0900 Yuya Nishihara graphlog: move creation of workingdir-parent nodes to displaygraph()
Mon, 30 Nov 2015 16:35:21 -0800 Laurent Charignon commit: add a way to return more information from the chunkselector
Sat, 28 Nov 2015 04:11:57 -0500 Mike Edgar commit: preserve extra when amending with commit --amend
Tue, 24 Nov 2015 11:23:10 -0800 Gregory Szorc ui: remove labeled argument from popbuffer
Sun, 22 Nov 2015 14:13:25 -0800 Gregory Szorc cmdutil: pass labeled=True to pushbuffer()
Sat, 14 Nov 2015 17:44:01 -0800 Gregory Szorc cmdutil.changeset_printer: pass context into showpatch()