Mercurial > hg
log
age | author | description |
---|---|---|
Sat, 24 Feb 2018 10:56:15 -0800 | Gregory Szorc | histedit: rename variables so they have "ctx" in them |
Sat, 24 Feb 2018 10:51:13 -0800 | Gregory Szorc | cmdutil: use ctx.rev() instead of int(ctx) |
Sat, 24 Feb 2018 10:48:24 -0800 | Gregory Szorc | templatekw: use ctx.rev() instead of casting context to int |
Sat, 24 Feb 2018 16:18:40 +0530 | Pulkit Goyal | py3: fix handling of keyword arguments at more places |
Sat, 24 Feb 2018 16:16:14 +0530 | Pulkit Goyal | py3: use '%d' for integers instead of '%s' |
Sat, 24 Feb 2018 17:49:10 -0600 | Kevin Bullock | merge with stable |
Sat, 24 Feb 2018 16:20:55 +0530 | Pulkit Goyal | py3: use '//' for integer division in hgweb/common.py |