log

age author description
Fri, 18 Apr 2014 18:19:46 -0700 Gregory Szorc resolve: use early continue and deindent
Thu, 08 May 2014 16:48:28 -0700 Gregory Szorc mergestate: consistently set variables to None
Wed, 07 May 2014 17:22:34 -0700 Durham Goode changegroup: refactor outgoing logic into a function
Wed, 07 May 2014 17:24:19 -0700 Durham Goode bundle2: fix bundle2 pulling all revs on empty pulls
Wed, 07 May 2014 19:26:15 -0700 Pierre-Yves David exchange: fix bad indentation
Wed, 07 May 2014 19:28:17 -0700 Pierre-Yves David exchange: propagate arguments to the _getbundleextrapart function
Wed, 07 May 2014 17:20:38 -0700 Durham Goode bundle2: fix configuration name mismatch
Wed, 07 May 2014 17:58:13 -0500 Matt Mackall build: initial support for in-tree autobuilding recipes
Sun, 04 May 2014 22:48:07 -0700 Gregory Szorc tests: declare commands using decorator
Sun, 04 May 2014 21:33:14 -0700 Gregory Szorc share: declare commands using decorator
Sun, 04 May 2014 21:52:25 -0700 Gregory Szorc relink: declare command using decorator
Sun, 04 May 2014 22:35:37 -0700 Gregory Szorc record: declare commands using decorator
Sun, 04 May 2014 21:31:51 -0700 Gregory Szorc hgk: declare commands using decorator
Sun, 04 May 2014 21:48:10 -0700 Gregory Szorc color: declare command using decorator
Sun, 04 May 2014 21:46:49 -0700 Gregory Szorc children: declare command using decorator
Sun, 04 May 2014 21:48:41 -0700 Gregory Szorc fetch: declare command using decorator
Sun, 04 May 2014 21:54:01 -0700 Gregory Szorc extdiff: declare command using decorator
Sun, 04 May 2014 21:46:24 -0700 Gregory Szorc churn: declare command using decorator
Sun, 04 May 2014 21:17:04 -0700 Gregory Szorc convert: declare commands using decorator
Sun, 04 May 2014 21:19:31 -0700 Gregory Szorc debugshell: declare command using decorator
Sun, 04 May 2014 21:09:06 -0700 Gregory Szorc largefiles: declare commands using decorator
Mon, 05 May 2014 21:26:40 +0900 FUJIWARA Katsunori cmdutil: omit redundant "savecommitmessage()" in "tryimportone()"
Mon, 05 May 2014 21:26:40 +0900 FUJIWARA Katsunori amend: use "editor" argument for "memctx.__init__" to save commit message
Mon, 05 May 2014 21:26:40 +0900 FUJIWARA Katsunori histedit: pass "editor" argument to "memctx.__init__()" for "collapse" command
Mon, 05 May 2014 21:26:40 +0900 FUJIWARA Katsunori context: move editor invocation from "makememctx()" to "memctx.__init__()"
Mon, 05 May 2014 21:26:40 +0900 FUJIWARA Katsunori localrepo: add "editor" argument to "tag()"
Mon, 05 May 2014 21:26:40 +0900 FUJIWARA Katsunori qrefresh: use "editor" argument of "commit()" instead of explicit "ui.edit()"
Mon, 05 May 2014 21:26:40 +0900 FUJIWARA Katsunori qrefresh: relocate message/patch-header handling to delay message determination
Mon, 05 May 2014 21:26:40 +0900 FUJIWARA Katsunori qnew: use "editor" argument of "commit()" instead of explicit "ui.edit()"
Mon, 05 May 2014 21:26:40 +0900 FUJIWARA Katsunori histedit: use "editor" argument of "commit()" instead of explicit "ui.edit()"