log

age author description
Wed, 06 Jan 2016 19:57:29 +0000 timeless tests: run docchecker in gendoc.t
Wed, 06 Jan 2016 19:49:53 +0000 timeless tests: move gendoc.t runrst comment next to runrst
Wed, 06 Jan 2016 19:47:14 +0000 timeless docchecker: introduce a way to check for poor markup
Tue, 12 Jan 2016 06:03:36 +0000 timeless minirst: change hgrole to use single quotes
Sun, 13 Dec 2015 22:09:57 +0900 Yuya Nishihara paths: port to generic templater
Sun, 13 Dec 2015 23:01:19 +0900 Yuya Nishihara paths: merge conditions that select visibility of fields
Sun, 13 Dec 2015 22:02:32 +0900 Yuya Nishihara paths: use single loop for both search=None|pattern cases
Sun, 13 Dec 2015 21:55:57 +0900 Yuya Nishihara paths: reorder else clause for readability of subsequent patches
Sun, 13 Dec 2015 21:54:00 +0900 Yuya Nishihara paths: drop ui.status label from output of "hg paths name"
Wed, 06 Jan 2016 11:01:55 -0800 Sean Farley unionrepo: fix wrong rev being checked in iscensored (issue5024) stable
Mon, 11 Jan 2016 21:00:29 -0500 Matt Harbison summary: print unstable, bumped and divergent as unconditionally plural
Mon, 11 Jan 2016 18:16:38 -0800 Gregory Szorc debugshell: disable demand importer when importing debugger
Mon, 04 Jan 2016 10:13:29 -0800 Martin von Zweigbergk status: change + back out == clean (API)
Sat, 09 Jan 2016 22:58:10 -0800 Martin von Zweigbergk convert: use manifest.diff() instead of ctx.status()
Sun, 10 Jan 2016 21:07:34 -0800 Martin von Zweigbergk convert: replace cache of (m,a,r) by (ma,r)
Sat, 09 Jan 2016 21:42:48 -0800 Martin von Zweigbergk convert: use _ prefix for private methods in hg sink
Wed, 06 Jan 2016 17:18:18 +0000 timeless children: update help with replacement
Wed, 06 Jan 2016 17:17:49 +0000 timeless graphlog: update help with replacement
Wed, 23 Dec 2015 06:36:47 +0000 timeless histedit: clarify modes
Tue, 22 Dec 2015 23:21:53 +0000 timeless histedit: explain basics of histedit commands
Wed, 23 Dec 2015 07:37:45 +0000 timeless histedit: report the unacceptable changeset
Mon, 11 Jan 2016 22:00:07 -0500 Mike Hommey mdiff: don't emit a diff header for empty trivial deltas
Mon, 11 Jan 2016 09:49:48 -0800 Bryan O'Sullivan commands: get rid of empty try/finally block from _dograft
Mon, 11 Jan 2016 09:49:47 -0800 Bryan O'Sullivan commands: get rid of empty try/finally block from _dobackout
Mon, 11 Jan 2016 09:49:39 -0800 Bryan O'Sullivan commands: get rid of empty try/finally block from import_
Sat, 02 Jan 2016 15:09:58 -0800 Gregory Szorc streamclone: use context manager for writing files
Sat, 02 Jan 2016 15:19:47 -0800 Gregory Szorc scmutil: use context managers for file handles
Sat, 02 Jan 2016 15:33:01 -0800 Gregory Szorc statichttprepo: implement __enter__ and __exit__ on httprangeheader
Sat, 02 Jan 2016 16:41:57 -0800 Gregory Szorc osutil: implement __enter__ and __exit__ on posixfile
Mon, 11 Jan 2016 15:25:43 -0800 Bryan O'Sullivan util: introduce ctxmanager, to avoid nested try/finally blocks