contrib/synthrepo.py
Tue, 01 Mar 2022 20:52:32 -0800 Gregory Szorc py3: replace pycompat.itervalues(x) with x.values()
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Tue, 28 Sep 2021 08:47:11 -0700 Martin von Zweigbergk errors: raise InputError on bad revset to revrange() iff provided by the user
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Sun, 06 Oct 2019 17:59:15 -0400 Gregory Szorc py3: define and use pycompat.itervalues()
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Sat, 28 Sep 2019 21:13:27 -0700 Gregory Szorc synthrepo: use pycompat.xrange
Fri, 25 Jan 2019 23:43:11 -0800 Martin von Zweigbergk cleanup: use repo['.'] instead of repo[None].p1()
Fri, 25 Jan 2019 23:36:23 -0800 Martin von Zweigbergk cleanup: use p1() and p2() instead of parents()[0] and parents()[1]
Thu, 17 Jan 2019 09:17:12 -0800 Martin von Zweigbergk cleanup: delete lots of unused local variables
Fri, 06 Jul 2018 21:49:25 +0900 Yuya Nishihara diffutil: move the module out of utils package
Fri, 06 Jul 2018 21:41:36 +0900 Yuya Nishihara diffutil: remove diffopts() in favor of diffallopts()
Fri, 06 Jul 2018 21:31:04 +0900 Yuya Nishihara synthrepo: simply use the ui passed as a function argument
Sat, 23 Jun 2018 14:46:28 +0200 Boris Feld synthrepo: pass a diffopts object to context.diff
Tue, 22 May 2018 15:02:52 +0200 Boris Feld context: explicitly take diffopts in `context.diff` (API)
Mon, 18 Jun 2018 15:17:27 -0700 Martin von Zweigbergk synthrepo: close progress topics
Mon, 18 Jun 2018 15:17:10 -0700 Martin von Zweigbergk synthrepo: use progress helper
Thu, 15 Feb 2018 17:18:26 +0100 Boris Feld util: extract all date-related utils in utils/dateutil module
Sun, 18 Feb 2018 00:43:50 -0500 Augie Fackler py3: use default dict iterator instead of iterkeys
Mon, 11 Dec 2017 09:27:40 -0800 Martin von Zweigbergk memfilectx: make changectx argument mandatory in constructor (API)
Sat, 09 Dec 2017 14:15:30 -0800 Martin von Zweigbergk synthrepo: create filectx instance in 'filectxfn' callback
Tue, 22 Aug 2017 20:06:58 -0400 Augie Fackler python3: replace sorted(<dict>.iterkeys()) with sorted(<dict>)
Sat, 09 Jan 2016 23:07:20 +0900 Yuya Nishihara registrar: move cmdutil.command to registrar module (API)
Fri, 10 Feb 2017 16:56:29 -0800 Martin von Zweigbergk cleanup: use set literals
Tue, 23 Aug 2016 11:26:08 -0400 Augie Fackler extensions: change magic "shipped with hg" string
Mon, 16 May 2016 21:30:53 +0000 timeless py3: convert to next() function
Sat, 14 May 2016 14:03:12 +0900 Yuya Nishihara py3: move up symbol imports to enforce import-checker rules
Wed, 16 Mar 2016 04:23:58 +0530 Pulkit Goyal contrib: synthrepo use absolute_import
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Tue, 28 Apr 2015 16:44:37 -0400 Augie Fackler extensions: document that `testedwith = 'internal'` is special
Fri, 13 Mar 2015 17:00:06 -0400 Jordi GutiƩrrez Hermoso style: kill ersatz if-else ternary operators
Fri, 12 Dec 2014 17:42:14 +0000 Mike Edgar synthrepo: new filenames must not also be new directories, and vice-versa
Mon, 20 Oct 2014 14:20:43 -0400 Mike Edgar synthrepo: when adding files, ensure new path is not a directory
Mon, 20 Oct 2014 13:59:13 -0400 Mike Edgar synthrepo: synthesized dates must be positive, fit in 32-bit signed ints
Fri, 12 Sep 2014 22:07:23 -0400 Mike Edgar contrib/synthrepo: walk a repo's directory structure during analysis
Fri, 12 Sep 2014 22:04:29 -0400 Mike Edgar contrib/synthrepo: generate initial repo contents using directory shape model
Fri, 12 Sep 2014 21:38:52 -0400 Mike Edgar contrib/synthrepo: pass options to ctx.diff as kwargs, not a dict
Fri, 12 Sep 2014 17:43:37 -0400 Mike Edgar contrib/synthrepo: only generate 2 parents if model contains merges
Mon, 15 Sep 2014 16:07:54 -0400 Mike Edgar contrib/synthrepo: return None to delete files on commit, don't raise IOError
Thu, 15 Aug 2013 16:49:27 -0500 Sean Farley memfilectx: call super.__init__ instead of duplicating code
Wed, 12 Mar 2014 13:12:26 -0400 Augie Fackler synthrepo: move from dict() construction to {} literals
Thu, 13 Jun 2013 01:36:58 +0200 Simon Heimberg cleanup: remove unused imports
Fri, 12 Apr 2013 18:48:02 -0700 Bryan O'Sullivan synthrepo: add missing import of sys
Mon, 10 Dec 2012 11:18:03 -0800 Bryan O'Sullivan synthrepo: do not crash if a list is empty
Wed, 17 Oct 2012 21:30:08 -0700 Siddharth Agarwal url: use open and not url.open for local files (issue3624) stable
Mon, 08 Oct 2012 15:57:21 -0700 Bryan O'Sullivan contrib: add a commit synthesizer for reproducing scaling problems
less more (0) tip