log

age author description
Mon, 29 Feb 2016 14:05:45 +0000 Jun Wu chgserver: update docs
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
Sat, 27 Feb 2016 23:57:07 -0800 Gregory Szorc cmdutil: use absolute_import
Tue, 01 Mar 2016 10:33:06 +0000 Christian Ebert keyword: use absolute_import
Sun, 28 Feb 2016 22:15:00 -0500 Augie Fackler pager: use absolute_import
Sun, 28 Feb 2016 22:13:47 -0500 Augie Fackler pager: add tests
Mon, 29 Feb 2016 01:01:20 -0500 Matt Harbison tests: flag Windows specific lines about background closing as optional
Sun, 28 Feb 2016 23:21:28 -0500 Matt Harbison run-tests: defer leftover (?) cleanup until after all output is exhausted
Sun, 28 Feb 2016 23:16:30 -0500 Matt Harbison test-run-tests: pad the failure test to preserve the run order
Wed, 02 Mar 2016 16:05:30 -0600 Matt Mackall changelog: backed out changeset 86de91c56355
Wed, 02 Mar 2016 12:46:54 -0600 Matt Mackall changelog: backed out changeset 1778770e1982
Fri, 01 Jan 2016 22:16:25 +0900 Yuya Nishihara dispatch: store norepo/optionalrepo/inferrepo attributes in function (API)
Sat, 09 Jan 2016 20:04:03 +0900 Yuya Nishihara extensions: copy extra __dict__ of original function
Sat, 09 Jan 2016 19:52:55 +0900 Yuya Nishihara extensions: copy attributes to wrapper by wrapfunction()