Mercurial > hg
log
age | author | description |
---|---|---|
Mon, 18 Jun 2018 15:27:34 +0530 | Pulkit Goyal | py3: encode sys.argv to bytes using .encode() |
Mon, 18 Jun 2018 15:25:57 +0530 | Pulkit Goyal | py3: use '%d' for os.stat_result.st_nlink instead of '%s' |
Mon, 18 Jun 2018 15:24:17 +0530 | Pulkit Goyal | py3: suppress the output of .write() calls in tests/test-revlog-v2.t |
Mon, 18 Jun 2018 15:23:25 +0530 | Pulkit Goyal | py3: add couple of missing b'' prefixes in tests/test-pager-legacy.t |
Thu, 14 Jun 2018 15:17:47 -0700 | Martin von Zweigbergk | import: use context manager for lock, dirstateguard, transaction |
Sun, 17 Jun 2018 23:03:23 -0400 | Augie Fackler | streamclone: update progress later to avoid passing None to util.bytecount |
Sun, 17 Jun 2018 23:00:08 -0400 | Augie Fackler | highlight: adjust to attribute being private |