Mercurial > hg-stable
log
age | author | description |
---|---|---|
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 |