log mercurial/commands.py @ 32641:49e1e5acb8ff

age author description
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
Thu, 04 May 2017 12:41:17 +0200 Pierre-Yves David commands: directly 'getchangegroup'
Tue, 02 May 2017 23:47:10 -0700 Martin von Zweigbergk changegroup: delete unused 'bundlecaps' argument (API)
Tue, 25 Apr 2017 01:52:30 +0530 Pulkit Goyal py3: handle opts correctly for `hg add`
Mon, 24 Apr 2017 04:32:04 +0530 Pulkit Goyal py3: handle opts correctly for rollback
Fri, 21 Apr 2017 15:04:32 +0530 Pulkit Goyal py3: handle opts correctly for unbundle
Fri, 28 Apr 2017 00:49:30 +0530 Pulkit Goyal py3: make sure opts are passed and used correctly in help command
Wed, 03 May 2017 15:25:06 +0530 Pulkit Goyal py3: handle opts uniformly in commands.py
Wed, 03 May 2017 18:03:38 -0700 Jun Wu annotate: use fctx.isbinary