log

age author description
Thu, 25 Jun 2015 17:36:46 -0500 Matt Mackall acl: mark deprecated config option
Thu, 25 Jun 2015 17:35:57 -0500 Matt Mackall gpg: mention undocumented options
Thu, 25 Jun 2015 17:34:53 -0500 Matt Mackall check-config: add config option checker
Tue, 14 Jul 2015 18:50:20 -0500 Matt Mackall bookmarks: clear active bookmark on non-linear update
Tue, 14 Jul 2015 16:23:57 +0100 Eugene Baranov convert: unescape Perforce-escaped special characters in filenames
Mon, 13 Jul 2015 21:37:46 -0700 Durham Goode convert: allow customizing git remote prefix
Sun, 12 Jul 2015 17:59:25 +0900 Yuya Nishihara help: rewrite template examples to not use shell escaping
Sat, 20 Jun 2015 18:24:11 +0900 Yuya Nishihara templater: unify "string" and "rawstring"
Sun, 21 Jun 2015 13:28:21 +0900 Yuya Nishihara templater: remove processing of "string" literals from tokenizer
Mon, 15 Jun 2015 23:11:35 +0900 Yuya Nishihara templater: introduce one-pass parsing of nested template strings
Mon, 15 Jun 2015 23:03:30 +0900 Yuya Nishihara templater: check existence of closing brace of template string
Mon, 15 Jun 2015 22:55:34 +0900 Yuya Nishihara templater: extract function that parses template string
Mon, 15 Jun 2015 23:00:42 +0900 Yuya Nishihara templater: respect stop position while parsing template string
Sun, 12 Jul 2015 18:04:48 +0800 Anton Shestakov hgweb: provide links to branches, tags and bookmarks by name (paper and coal)
Sun, 12 Jul 2015 16:47:56 +0800 Anton Shestakov templates: introduce revescape filter for escaping symbolic revisions
Sun, 12 Jul 2015 16:06:57 +0800 Anton Shestakov hgweb: allow symbolic revisions with forward slashes in urls
Mon, 13 Jul 2015 15:05:03 +0100 Eugene Baranov convert: ignore case changes in vieworder for Perforce
Wed, 08 Jul 2015 18:11:40 +0100 Eugene Baranov convert: if getting a file from Perforce fails try to get it one more time
Mon, 13 Jul 2015 23:34:12 +0900 FUJIWARA Katsunori shelve: keep old backups if timestamp can't decide exact order of them
Fri, 10 Jul 2015 00:59:51 +0900 FUJIWARA Katsunori subrepo: use vfs.dirname instead of os.path.dirname
Fri, 10 Jul 2015 00:59:51 +0900 FUJIWARA Katsunori vfs: add dirname
Fri, 10 Jul 2015 00:59:51 +0900 FUJIWARA Katsunori subrepo: use vfs.basename instead of os.path.basename
Fri, 10 Jul 2015 00:59:51 +0900 FUJIWARA Katsunori vfs: add basename
Fri, 10 Jul 2015 00:59:51 +0900 FUJIWARA Katsunori subrepo: use repo.pathto instead of util.pathto to simplify invocation
Fri, 10 Jul 2015 00:59:51 +0900 FUJIWARA Katsunori subrepo: prefetch ctx.repo() for efficiency and centralization
Thu, 02 Jul 2015 21:39:31 +0900 Yuya Nishihara revset: rename getkwargs() to getargsdict()
Sun, 28 Jun 2015 16:08:07 +0900 Yuya Nishihara revset: work around x:y range where x or y is wdir()
Mon, 16 Mar 2015 16:17:06 +0900 Yuya Nishihara revset: use integer representation of wdir() in revset
Sat, 16 Aug 2014 13:25:45 +0900 Yuya Nishihara localrepo: provide workingctx by integer revision
Sun, 12 Apr 2015 21:52:02 +0900 Yuya Nishihara changeset_printer: change flush() to accept ctx instead of rev