log

age author description
Wed, 28 Feb 2018 22:10:59 +0530 Pulkit Goyal py3: add b'' prefixes in tests/test-revlog.t
Wed, 28 Feb 2018 22:03:47 +0530 Pulkit Goyal py3: make sure we open the file in bytes mode
Wed, 28 Feb 2018 22:03:29 +0530 Pulkit Goyal py3: add b'' prefixes in tests/test-revlog-ancestry.py
Wed, 28 Feb 2018 21:57:22 +0530 Pulkit Goyal py3: port the markdirver extension in tests/test-resolve.t
Wed, 28 Feb 2018 21:48:30 +0530 Pulkit Goyal py3: backout changeset 56635c506608 which wrongly added couple of b''
Wed, 28 Feb 2018 21:45:42 +0530 Pulkit Goyal py3: add a missing b'' in tests/bruterebase.py
Wed, 28 Feb 2018 21:45:15 +0530 Pulkit Goyal py3: use '%d' for integers instead of b'%s'
Wed, 28 Feb 2018 21:44:28 +0530 Pulkit Goyal py3: make sure we write in mergestate in bytes mode
Wed, 28 Feb 2018 21:43:35 +0530 Pulkit Goyal py3: add b'' prefixes in tests/test-rebase-scenario-global.t
Wed, 28 Feb 2018 21:42:37 +0530 Pulkit Goyal py3: replace str() calls with their preferred bytes equivalent
Wed, 28 Feb 2018 19:54:49 +0530 Pulkit Goyal py3: convert error messages to bytes using util.forcebytestr()
Wed, 28 Feb 2018 19:54:10 +0530 Pulkit Goyal py3: slice over bytes or use startswith() to prevent getting ascii values
Wed, 28 Feb 2018 10:38:09 -0800 Martin von Zweigbergk narrow: drop safehasattr() checks for always-present repo.narrowmatch
Wed, 28 Feb 2018 12:56:01 -0800 Martin von Zweigbergk narrow: move narrowmatch-related methods to localrepo
Tue, 27 Feb 2018 23:05:39 -0800 Martin von Zweigbergk narrow: remove dependency from narrowspec module to hg module