log

age author description
Sun, 03 Sep 2017 01:52:19 +0530 Pulkit Goyal copytrace: replace experimental.disablecopytrace config with copytrace (BC)
Tue, 05 Sep 2017 12:04:02 -0700 Phil Cohen filemerge: use fctx.write() in the internal:dump tool, instead of copy
Thu, 31 Aug 2017 22:39:10 -0700 Martin von Zweigbergk largefiles: remove unused assignments from wrapfunction()
Thu, 31 Aug 2017 18:24:08 +0300 the31k branches: correctly show inactive multiheaded branches
Sun, 03 Sep 2017 21:17:25 +0900 Yuya Nishihara parser: stabilize output of prettyformat() by using byte-safe repr()
Sun, 03 Sep 2017 17:51:23 +0900 Yuya Nishihara py3: fix repr(util.url) to return system string
Sun, 03 Sep 2017 17:37:17 +0900 Yuya Nishihara py3: use bytes[n:n + 1] to get bytes in templater._parsetemplate()
Sun, 03 Sep 2017 17:14:53 +0900 Yuya Nishihara py3: fix type of attribute name in smartset.py
Sun, 03 Sep 2017 17:03:23 +0900 Yuya Nishihara py3: fix mixed bytes/unicode in revsetlang._aliassyminitletters
Sun, 03 Sep 2017 15:01:23 +0900 Yuya Nishihara py3: fix type of regex literals in subrepo.py
Sun, 03 Sep 2017 16:19:20 +0900 Yuya Nishihara py3: replace bytes[n] with bytes[n:n + 1] in patch.py where needed
Sun, 03 Sep 2017 16:12:15 +0900 Yuya Nishihara py3: fix type of regex literals in patch.py
Mon, 28 Aug 2017 14:49:00 -0700 Jun Wu revset: optimize "draft() & ::x" pattern
Fri, 01 Sep 2017 12:13:17 -0700 Jun Wu phabricator: add a config to use curl for communication
Thu, 24 Aug 2017 18:00:23 -0700 Jun Wu phabricator: standardize colors
Fri, 01 Sep 2017 14:00:13 -0700 Kyle Lippincott wireproto: do not abort after successful lookup
Fri, 01 Sep 2017 16:44:30 -0700 Jun Wu check-code: forbid "\S" in egrep regular expression
Fri, 01 Sep 2017 15:47:32 -0700 Jun Wu check-code: forbid using bash in shebang
Fri, 01 Sep 2017 12:34:34 -0700 Saurabh Singh amend: add tests for amending only some files from commit to be amended
Sat, 02 Sep 2017 21:49:45 +0900 Yuya Nishihara test-editor-filename: fix portability of fake editor command
Fri, 01 Sep 2017 12:34:36 -0700 Saurabh Singh amend: moving first assignment of newid closer to its use
Thu, 31 Aug 2017 18:35:39 -0700 Saurabh Singh amend: rectify comment
Fri, 01 Sep 2017 15:08:54 -0700 Saurabh Singh amend: removing redundant if condition
Fri, 01 Sep 2017 20:28:26 +0000 Michael Bolin editor: file created for diff action should have .diff suffix
Fri, 01 Sep 2017 11:13:55 -0700 Jun Wu test-amend: match output using conditional test case name
Thu, 31 Aug 2017 19:40:15 -0700 Gregory Szorc util: use set for reserved Windows filenames
Fri, 01 Sep 2017 11:52:20 -0700 Phil Cohen context: add arbitraryfilectx, which can represent files outside the workdir
Fri, 01 Sep 2017 10:35:43 -0700 Phil Cohen simplemerge: remove unused `filtereddata` parameter
Fri, 01 Sep 2017 10:35:43 -0700 Phil Cohen simplemerge: remove unused `repo` parameter
Tue, 29 Aug 2017 18:24:51 +0200 Christophe de Vienne extensions: prohibit unicode defaults