log

age author description
Tue, 10 Mar 2015 17:34:42 -0700 Siddharth Agarwal patch.internalpatch: add a default value for prefix
Wed, 11 Mar 2015 07:19:55 -0700 Durham Goode histedit: remove extra histedit constructor call
Wed, 11 Mar 2015 09:34:22 -0400 Jordi Gutiérrez Hermoso color: consolidate cut-and-paste code
Mon, 09 Mar 2015 13:16:25 -0700 Laurent Charignon record: move parsepatch from record to patch
Mon, 09 Mar 2015 13:14:31 -0700 Laurent Charignon record: move scanpatch from record to patch
Mon, 09 Mar 2015 13:09:15 -0700 Laurent Charignon record: move hunk class from record to patch
Mon, 09 Mar 2015 13:08:19 -0700 Laurent Charignon record: move countChanges in the hunk class
Mon, 09 Mar 2015 13:04:50 -0700 Laurent Charignon record: move header class from record to patch
Tue, 10 Mar 2015 13:06:38 -0700 Siddharth Agarwal cmdutil.tryimportone: allow importing relative patches with --bypass
Mon, 09 Mar 2015 18:22:24 -0700 Siddharth Agarwal cmdutil.tryimportone: allow importing relative patches into the working dir
Fri, 06 Mar 2015 22:56:19 -0800 Siddharth Agarwal commands.import: accept a prefix option
Tue, 10 Mar 2015 11:01:10 -0700 Pierre-Yves David test: make version based test-extensions failure more explanatory
Mon, 09 Mar 2015 22:14:09 +0100 Mathias De Maré subrepo: add status support for ignored and clean files in git subrepos
Wed, 14 Jan 2015 15:16:08 -0500 Mike Edgar revlog: addgroup checks if incoming deltas add censored revs, sets flag bit
Fri, 06 Mar 2015 22:43:47 -0800 Siddharth Agarwal patch.internalpatch: accept a prefix parameter
Fri, 06 Mar 2015 22:27:41 -0800 Siddharth Agarwal patch.patchbackend: accept a prefix parameter
Tue, 10 Mar 2015 16:25:10 -0400 Mike Edgar repair: define explicit local variable, don't reuse a comprehension variable
Sat, 07 Feb 2015 12:49:30 -0800 Gregory Szorc commands.paths: use ui.paths to show paths
Sat, 07 Feb 2015 12:42:10 -0800 Gregory Szorc ui: represent paths as classes
Tue, 10 Mar 2015 13:40:14 -0400 Jordi Gutiérrez Hermoso color: omit terminfo/win32 warning if non-interactive (issue4543)
Thu, 26 Feb 2015 20:54:05 +0900 Yuya Nishihara incoming: hide help about use of --bundle option by default
Fri, 06 Mar 2015 22:24:49 -0800 Siddharth Agarwal patch.applydiff: accept a prefix parameter
Fri, 06 Mar 2015 22:22:14 -0800 Siddharth Agarwal patch._applydiff: accept a prefix parameter
Fri, 06 Mar 2015 22:19:26 -0800 Siddharth Agarwal patch.makepatchmeta: accept a prefix parameter
Fri, 06 Mar 2015 22:17:24 -0800 Siddharth Agarwal patch.pathtransform: add a prefix parameter
Fri, 06 Mar 2015 21:48:40 -0800 Siddharth Agarwal patch.pathtransform: add doctests
Fri, 06 Mar 2015 21:12:30 -0800 Siddharth Agarwal patch: rename pathstrip to pathtransform
Wed, 18 Feb 2015 23:17:52 +0900 Yuya Nishihara templatekw: forward _hybrid.get to raw values so that get(extras, key) works
Wed, 18 Feb 2015 23:01:33 +0900 Yuya Nishihara templater: implement _hybrid.__contains__ so that ifcontains can accept dict
Sun, 08 Mar 2015 14:46:42 +0900 Yuya Nishihara templatekw: keep raw list or dict in _hybrid object