- Jun 14, 2020
-
-
Manuel Jacob authored
Dulwich 0.20.0 dropped Python 2 support. Source: https://github.com/dulwich/dulwich/blob/master/NEWS
-
Manuel Jacob authored
The try clause never failed, so `extra_req` was always empty. Before 21264429a8d4, the try clause tried to import `OrderedDict` from `collections`. 21264429a8d4 removed the import seemingly by oversight. But since we require Python > 2.7, the import wouldn’t fail anyway.
-
- Mar 05, 2020
-
-
Manuel Jacob authored
* run `find . -name "*.py" -print0 -o -path ./tests/hghave | xargs -I {} -0 2to3 --fix=print --write {}` * run `find . -name "*.py" -print0 -o -path ./tests/hghave | xargs -I {} -0 2to3 --doctests_only --fix=print --write {}` * remove extra newline at end of files introduced by last command * add `from __future__ import print_function` to Python files
-
- Nov 22, 2019
-
-
timeless developer authored
-
- Nov 06, 2018
-
-
muxator authored
Replace Augie with Kevin as maintainer
-
muxator authored
before: http://hg-git.github.com after: https://hg-git.github.io
-
- May 01, 2018
-
-
Kevin Bullock authored
-
- Nov 28, 2017
-
-
Sean Farley authored
-
- Nov 27, 2017
-
-
Sean Farley authored
-
Sean Farley authored
-
- Mar 17, 2015
-
-
anatoly techtonik authored
getversion() also reports dulwich version
-
- May 12, 2015
-
-
durin42 authored
-
- Jan 30, 2015
-
-
durin42 authored
-
- Nov 05, 2014
-
-
durin42 authored
-
- Aug 23, 2014
-
-
durin42 authored
-
- Aug 01, 2014
-
-
durin42 authored
-
- Jul 06, 2014
-
-
Takumi IINO authored
-
- May 13, 2014
-
-
durin42 authored
-
- Dec 14, 2013
-
-
durin42 authored
-
- Dec 13, 2013
-
-
durin42 authored
-
- Sep 13, 2013
-
-
Alex Regueiro authored
-
- Nov 01, 2012
- Sep 16, 2012
-
-
Sean Farley authored
-
- Sep 13, 2012
-
-
David M. Carr authored
-
- Sep 09, 2012
-
-
durin42 authored
-
- Aug 23, 2012
-
-
David M. Carr authored
-
- Aug 28, 2012
- Aug 06, 2012
-
-
Artem Tikhomirov authored
Subrepos: generate .hgsubstate and .hgsub based on gitlinks and .gitmodules, preserve gitlinks on hg commit export. Tests included. Dependency from PyPI's ordereddict to use OrderedDict
-
durin42 authored
-
- Jan 27, 2012
-
- Sep 13, 2011
-
-
Augie Fackler authored
I incorrectly specified 0.8.1, which is the *next* release of dulwich, not 0.8.0, which works just fine.
- Sep 09, 2011
-
-
Augie Fackler authored
- Mar 01, 2011
-
- Nov 02, 2010
-
- Aug 25, 2010
-
- Jul 05, 2010
-