Thu, 03 Nov 2022 12:08:02 +0100 |
Raphaël Gomès |
testlib: add `--raw-sha1` option to `f`
stable
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Fri, 06 Nov 2020 13:58:59 -0800 |
Gregory Szorc |
global: use python3 in shebangs
|
Sat, 16 Nov 2019 11:53:47 -0800 |
Gregory Szorc |
black: blacken scripts
|
Sat, 13 Oct 2018 04:20:22 -0400 |
Augie Fackler |
f: fix a Python 3 bytes/string issue
|
Sat, 13 Oct 2018 06:34:53 -0400 |
Augie Fackler |
tests: fix last failure in test-tools.t
|
Mon, 18 Jun 2018 15:25:57 +0530 |
Pulkit Goyal |
py3: use '%d' for os.stat_result.st_nlink instead of '%s'
|
Wed, 14 Mar 2018 15:39:28 -0400 |
Augie Fackler |
cleanup: fix some latent open(path).read() et al calls we previously missed
|
Sat, 17 Feb 2018 13:55:12 -0700 |
Gregory Szorc |
py3: port f to Python 3
|
Wed, 20 Dec 2017 20:46:33 -0500 |
Matt Harbison |
tests: teach `f` to handle sha256 checksums
|
Wed, 20 Dec 2017 20:41:12 -0500 |
Matt Harbison |
tests: fix a bug in `f` that prevented calculating sha1sum on a file
|
Mon, 18 Sep 2017 13:37:32 -0400 |
Augie Fackler |
tests: update `f` helper script to work on Python 3
|
Sat, 17 Jun 2017 17:16:28 +0530 |
Pulkit Goyal |
py3: use open() instead of file() constructor
|
Sun, 15 May 2016 10:45:32 +0900 |
Yuya Nishihara |
tests: make 'f' utility import hashlib unconditionally
|
Sun, 15 May 2016 10:39:44 +0900 |
Yuya Nishihara |
tests: remove unused import from 'f' utility
|
Fri, 13 May 2016 03:28:44 +0530 |
Pulkit Goyal |
py3: make tests/f use absolute_import
|
Wed, 10 Feb 2016 22:44:28 +0900 |
FUJIWARA Katsunori |
f: use modern octal number formatting
|
Wed, 10 Feb 2016 22:44:28 +0900 |
FUJIWARA Katsunori |
f: add whitespace around operator
|
Mon, 09 Nov 2015 12:49:31 -0500 |
Matt Harbison |
tests: make 'f' tool open files in binary mode when hexdumping
|
Sat, 17 Jan 2015 13:53:56 -0800 |
Matt Mackall |
tests: teach f not to report symlink mode bits
|
Sat, 17 Jan 2015 13:53:16 -0800 |
Matt Mackall |
tests: teach f not to report directory size
|
Wed, 14 Jan 2015 01:15:26 +0100 |
Mads Kiilerich |
tests: add 'f' tool for cross platform file operations in the tests
|