mercurial/commands.py
Sat, 17 Jun 2017 20:10:22 +0530 Pulkit Goyal status: add a flag to terse the output (issue4119)
Fri, 14 Jul 2017 14:22:40 -0700 Jun Wu codemod: register core configitems using a script
Fri, 07 Jul 2017 23:13:04 +0900 Yuya Nishihara summary: fix type of empty unresolved list
Sun, 09 Jul 2017 00:19:03 -0400 Matt Harbison identify: simplify the dirty check
Mon, 23 Nov 2015 09:37:12 -0800 Martin von Zweigbergk summary: don't reimplment mergestate.unresolved()
Mon, 26 Jun 2017 17:23:10 +0530 Pulkit Goyal py3: use pycompat.bytestr instead of str
Sat, 24 Jun 2017 19:55:01 +0530 Pulkit Goyal py3: fix kwargs handling for `hg bookmarks`
Mon, 26 Jun 2017 09:37:16 +0900 Yuya Nishihara identify: provide changectx to templater
Mon, 26 Jun 2017 09:18:55 +0900 Yuya Nishihara identify: change p1/p2 to a list of parents
Sun, 25 Jun 2017 17:46:35 -0400 Matt Harbison identify: rename 'changed' keyword -> 'dirty'
Sat, 24 Jun 2017 23:09:21 -0400 Matt Harbison identify: add template support
Thu, 22 Jun 2017 15:00:19 -0700 Martin von Zweigbergk bundle: make applybundle() delegate v1 bundles to applybundle1()
Thu, 22 Jun 2017 21:27:57 -0700 Martin von Zweigbergk bundle: transpose transaction scope with bundle type switch
Thu, 22 Jun 2017 15:03:13 -0700 Martin von Zweigbergk unbundle: move BundleUnknownFeatureError exception handling out
Wed, 21 Jun 2017 21:08:48 -0700 Martin von Zweigbergk bundle: make applybundle1() return a bundleoperation
Fri, 16 Jun 2017 10:25:11 -0700 Martin von Zweigbergk bundle: add a applybundle1() method
Thu, 22 Jun 2017 14:04:13 -0700 Martin von Zweigbergk bundle: make combinechangegroupresults() take a bundleoperation
Thu, 22 Jun 2017 13:58:20 -0700 Martin von Zweigbergk bundle: move combineresults() from changegroup to bundle2
Thu, 22 Jun 2017 10:10:02 -0700 Martin von Zweigbergk bundle: add config option to include phases
Fri, 16 Jun 2017 16:56:16 -0700 Martin von Zweigbergk bundle2: record changegroup data in 'op.records' (API)
Thu, 22 Jun 2017 01:29:07 +0530 Pulkit Goyal py3: use "%d" % val for int rather than pycompat.bytestr
Tue, 20 Jun 2017 16:36:25 -0700 Sean Farley bookmarks: factor out bookmark printing from commands
Tue, 20 Jun 2017 15:56:29 -0700 Sean Farley commands: move activebookmarklabel to bookmarks module
Tue, 20 Jun 2017 15:36:43 -0700 Sean Farley commands: replace locking code with a context manager
Tue, 20 Jun 2017 15:18:40 -0700 Sean Farley bookmarks: factor out adding a list of bookmarks logic from commands
Tue, 13 Jun 2017 11:10:22 -0700 Sean Farley bookmarks: factor out rename logic from commands
Mon, 12 Jun 2017 23:02:48 -0700 Sean Farley bookmarks: factor out delete logic from commands
Sat, 10 Jun 2017 23:42:38 -0700 Sean Farley commands: move checkconflict to bookmarks module
Sat, 10 Jun 2017 23:32:58 -0700 Sean Farley commands: move checkformat to bookmarks module
Thu, 15 Jun 2017 22:46:38 -0700 Martin von Zweigbergk changegroup: let callers pass in transaction to apply() (API)
Thu, 15 Jun 2017 22:18:21 -0700 Martin von Zweigbergk unbundle: create transaction for bundle1 unbundling earlier
Fri, 16 Jun 2017 10:38:14 -0700 Martin von Zweigbergk unbundle: move streamclone error case away from bundle[12] cases
Thu, 15 Jun 2017 14:47:18 -0700 Martin von Zweigbergk unbundle: use context manager for transaction
Wed, 14 Jun 2017 01:43:47 -0400 Brandon McCaig bisect: simpler approach for option validation message
Fri, 09 Jun 2017 20:12:39 -0400 Brandon McCaig bisect: improve option validation message
Thu, 08 Jun 2017 00:51:46 +0530 Pulkit Goyal py3: use pycompat.bytestr() instead of str()
Sat, 03 Jun 2017 00:25:24 +0900 Yuya Nishihara annotate: restructure formatter output to be nested list (BC)
Sat, 03 Jun 2017 00:05:12 +0900 Yuya Nishihara annotate: rename formatter variable
Thu, 25 May 2017 21:53:44 +0900 Yuya Nishihara cat: add formatter support
Sun, 21 May 2017 16:57:32 +0900 Yuya Nishihara help: pass commands module by argument
Sat, 27 May 2017 18:52:46 +0900 Yuya Nishihara cat: do not start pager if output will be written to file
Sat, 27 May 2017 18:50:05 +0900 Yuya Nishihara cat: pass filename template as explicit argument
Sun, 28 May 2017 11:50:43 -0700 Pierre-Yves David bundle: add an experimental knob to include obsmarkers in bundle
Wed, 24 May 2017 19:39:33 -0700 Siddharth Agarwal annotate: add a new experimental --skip option to skip revs
Thu, 25 May 2017 23:20:00 +0900 Yuya Nishihara bookmarks: fix check of hash-like name to not abort by ambiguous identifier
Mon, 22 May 2017 19:18:12 -0400 Augie Fackler bookmarks: warn about bookmark names that unambiguously resolve to a node (BC)
Sat, 20 May 2017 20:15:05 -0400 Augie Fackler cmdutil: rename template param to export to fntemplate
Thu, 04 May 2017 17:13:12 +0900 Yuya Nishihara debugcommands: use temporary dict for its command table
Sun, 14 May 2017 16:42:16 +0900 Yuya Nishihara commands: move debugcommands and debugcomplete back to commands module
Sun, 14 May 2017 16:19:47 +0900 Yuya Nishihara commands: move templates of common command options to cmdutil (API)
Sat, 09 Jan 2016 23:07:20 +0900 Yuya Nishihara registrar: move cmdutil.command to registrar module (API)
Fri, 12 May 2017 11:20:25 -0700 Martin von Zweigbergk merge with stable
Fri, 05 May 2017 17:09:47 +0200 Pierre-Yves David bundle: introduce an higher level function to write bundle on disk
Thu, 04 May 2017 21:47:03 +0200 Pierre-Yves David bundle: handle compression earlier
Thu, 04 May 2017 21:46:02 +0200 Pierre-Yves David bundle: check changegroup version earlier
Thu, 04 May 2017 21:44:36 +0200 Pierre-Yves David bundle: check lack of revs to bundle before generating the changegroup
Thu, 11 May 2017 17:18:40 +0200 Mads Kiilerich graft: fix graft across merges of duplicates of grafted changes stable
Fri, 05 May 2017 04:41:45 +0530 Pulkit Goyal py3: convert kwargs' keys to str before passing in cmdutil.getcommiteditor
Thu, 04 May 2017 12:48:45 +0200 Pierre-Yves David bundle: factor the 'getchangegroup' out
Thu, 04 May 2017 12:47:27 +0200 Pierre-Yves David bundle: avoid reset of the 'outgoing' variable
less more (0) -3000 -1000 -300 -100 -60 tip