log mercurial/commands.py @ 28912:867d6ba2353d

age author description
Sun, 27 Mar 2016 20:31:56 +0900 Yuya Nishihara templater: add parsing and expansion rules to process "templatealias" section
Wed, 13 Apr 2016 09:56:51 +0200 liscju remove: fix --force option help description (issue5177)
Mon, 29 Feb 2016 22:58:15 +0900 Yuya Nishihara revset: rename findaliases() to expandaliases()
Tue, 12 Apr 2016 04:06:50 -0700 Kostia Balytskyi obsstore: move delete function from obsstore class to repair module
Tue, 12 Apr 2016 03:40:53 -0700 Kostia Balytskyi debugobsolete: style fixes to debugobsolete that slipped from original commit
Wed, 09 Mar 2016 10:47:33 -0500 Matt Mackall import: document --exact behavior in more detail
Mon, 04 Apr 2016 02:05:10 -0700 Kostia Balytskyi commands: make --rev and --index compatible in debugobsolete
Tue, 12 Jan 2016 09:30:24 +0000 timeless graft: use double quotes for arguments
Fri, 01 Apr 2016 15:12:50 -0700 Kostia Balytskyi commands: allow debugobsolete to delete arbitrary obsmarkers
Fri, 01 Apr 2016 15:20:31 -0700 Kostia Balytskyi commands: disallow 'hg debugobsolete --index --rev <smth>'
Fri, 25 Mar 2016 23:05:32 -0700 Martin von Zweigbergk bundle: avoid crash when no good changegroup version found
Mon, 28 Mar 2016 14:41:29 -0700 Martin von Zweigbergk bundle: move writebundle() from changegroup.py to bundle2.py (API)
Mon, 28 Mar 2016 09:12:03 +0200 liscju debugsetparents: remove redundant invocations of begin/endparentchange
Thu, 17 Mar 2016 14:50:29 +0000 timeless summary: move mergemod before parents to give access to ms
Sat, 19 Mar 2016 18:37:10 -0700 Simon Farnsworth merge: save merge part labels for later reuse
Sat, 26 Mar 2016 19:01:12 +0900 Yuya Nishihara debugrevspec: show expanded/concatenated states before printing trees
Wed, 23 Mar 2016 10:50:24 -0700 Kostia Balytskyi debugobsolete: add an option to show marker index
Sun, 14 Feb 2016 01:06:12 +0900 Yuya Nishihara templater: add debugtemplate command
Sat, 12 Mar 2016 04:35:42 +0900 FUJIWARA Katsunori commands: add postincoming docstring for explanation of arguments
Sat, 12 Mar 2016 04:35:42 +0900 FUJIWARA Katsunori commands: centralize code to update with extra care for non-file components
Sat, 12 Mar 2016 04:35:42 +0900 FUJIWARA Katsunori update: omit redundant activating message for already active bookmark
Wed, 09 Mar 2016 02:07:40 +0000 Jun Wu serve: accept multiple values for --daemon-postexec
Wed, 09 Mar 2016 18:58:51 +0000 timeless debuginstall: convert to formatter
Thu, 24 Dec 2015 04:31:34 +0000 timeless resolve: when pats do not match, hint about path:
Tue, 08 Mar 2016 23:04:53 +0900 FUJIWARA Katsunori dispatch: make loading extra information from extension extensible
Sun, 14 Feb 2016 07:35:50 +0000 timeless commit: block amend while histedit is in progress (issue4800)
Wed, 02 Mar 2016 16:44:56 -0600 Matt Mackall merge with stable
Mon, 21 Dec 2015 22:26:31 -0800 Gregory Szorc commands: use absolute_import
Fri, 01 Jan 2016 22:16:25 +0900 Yuya Nishihara dispatch: store norepo/optionalrepo/inferrepo attributes in function (API)
Tue, 01 Mar 2016 03:28:46 +0900 FUJIWARA Katsunori doc: remove deprecated option from synopsis of command help stable