log

age author description
Sat, 24 Sep 2016 19:58:23 +0900 Yuya Nishihara log: copy the way of ancestor traversal to --follow matcher (issue5376)
Sat, 24 Sep 2016 19:52:02 +0900 Yuya Nishihara log: unroll loop that populates file paths for --patch --follow matcher
Sun, 25 Sep 2016 12:20:31 -0700 Gregory Szorc wireproto: rename argument to groupchunks()
Sun, 25 Sep 2016 13:20:55 -0700 Gregory Szorc tests: actually test non-generaldelta variant for stream clones
Wed, 24 Aug 2016 20:18:58 -0700 Gregory Szorc revlog: document high frequency of code execution
Wed, 24 Aug 2016 20:00:52 -0700 Gregory Szorc revlog: make code in builddelta() slightly easier to read
Fri, 23 Sep 2016 14:37:15 -0400 Augie Fackler py3: update test expectation on stable stable 3.9.2
Fri, 23 Sep 2016 12:45:10 -0500 Kevin Bullock grep: rewrite help to better document current (confusing) behavior stable
Fri, 23 Sep 2016 08:15:05 +0000 Hannes Oldenburg templates: add built-in files() function
Sat, 17 Sep 2016 17:02:56 +1000 Xidorn Quan rebase: rebase changesets in topo order (issue5370) (BC)
Thu, 22 Sep 2016 12:36:30 -0700 Arun Kulshreshtha dispatch: make hg --profile wrap reposetup
Thu, 22 Sep 2016 12:19:48 -0700 Arun Kulshreshtha dispatch: change indentation level in _dispatch()
Thu, 22 Sep 2016 20:59:24 +0900 Yuya Nishihara log: drop outdated optimization to walk revisions in reverse order
Thu, 22 Sep 2016 20:53:53 +0900 Yuya Nishihara graphlog: preserve topo sort even if additional filter options specified
Thu, 22 Sep 2016 21:52:00 +0900 FUJIWARA Katsunori transaction: open a file with checkambig=True to avoid file stat ambiguity
Thu, 22 Sep 2016 21:52:00 +0900 FUJIWARA Katsunori repair: open a file with checkambig=True to avoid file stat ambiguity
Thu, 22 Sep 2016 21:51:59 +0900 FUJIWARA Katsunori changelog: specify checkambig=True to revlog.__init__, to avoid ambiguity
Thu, 22 Sep 2016 21:51:59 +0900 FUJIWARA Katsunori changelog: specify checkambig=True to avoid ambiguity around truncation
Thu, 22 Sep 2016 21:51:58 +0900 FUJIWARA Katsunori manifest: specify checkambig=True to revlog.__init__, to avoid ambiguity
Thu, 22 Sep 2016 21:51:58 +0900 FUJIWARA Katsunori revlog: specify checkambig at writing to avoid file stat ambiguity
Thu, 22 Sep 2016 21:51:57 +0900 FUJIWARA Katsunori vfs: use checkambigatclosing in checkambig=True but atomictemp=False case
Thu, 22 Sep 2016 21:51:57 +0900 FUJIWARA Katsunori scmutil: add file object wrapper class to check ambiguity at closing
Thu, 22 Sep 2016 21:51:56 +0900 FUJIWARA Katsunori scmutil: factor out common logic of delayclosedfile to reuse it
Thu, 22 Sep 2016 13:20:06 +0800 Anton Shestakov spartan: remove unused templates
Thu, 22 Sep 2016 13:19:44 +0800 Anton Shestakov monoblue: remove unused templates
Thu, 22 Sep 2016 13:19:25 +0800 Anton Shestakov gitweb: remove unused templates
Thu, 22 Sep 2016 13:18:59 +0800 Anton Shestakov paper: remove unused templates
Wed, 21 Sep 2016 17:05:27 -0400 timeless help: add sections for revsets
Wed, 21 Sep 2016 17:23:05 +0000 timeless help: move revsets.## documentation into infix section
Wed, 21 Sep 2016 16:33:37 +0000 timeless help: clarify quotes are needed for filesets.size expressions