log hgsubversion/util.py @ 1596:04a24a13960f

age author description
Tue, 20 Nov 2018 15:37:06 +0300 Pulkit Goyal util: add visitdir() and visitchildrenset() to PrefixMatch
Wed, 24 Oct 2018 15:22:59 +0300 Pulkit Goyal util: add _relativeuipath attribute to PrefixMatch
Sat, 24 Mar 2018 17:04:19 -0400 Augie Fackler cleanup: remove lots of dead imports and code found by pyflakes
Sat, 24 Mar 2018 16:39:30 -0400 Augie Fackler cleanup: reference Abort from mercurial.error instead of mercurial.util
Tue, 19 Dec 2017 14:19:00 -0800 Jun Wu revset: fix ordering issue of "svnrev()"
Tue, 19 Dec 2017 14:18:01 -0800 Jun Wu revset: make "fromsvn()" lazy
Thu, 31 Aug 2017 00:45:27 -0400 Augie Fackler util: add method for forcing unicode objects back to utf8 bytes
Tue, 24 Oct 2017 07:36:35 -0700 Mateusz Kwapich util: don't assume that converted rev is an svn rev
Mon, 28 Aug 2017 10:15:18 -0700 Jun Wu revset: accept additional arguments
Fri, 21 Apr 2017 13:43:59 -0700 Arun Kulshreshtha util: return baseset instead of plain list from revset
Sun, 11 Aug 2013 21:59:17 +0200 Dan Villiom Podlaski Christiansen rebuildmeta: extract utility function for iterating over repositories
Mon, 13 Jun 2016 16:59:51 +0100 Jun Wu util: add a fileproperty helper method
Sat, 14 May 2016 19:55:03 +0100 Jun Wu util: get rid of RevMap.readmapfile
Thu, 05 May 2016 23:10:49 -0700 Sean Farley templatekw: move to __init__ to prepare for newer mercurial stable
Tue, 23 Feb 2016 11:16:39 +0900 Shun-ichi GOTO compat: fix some more use of repo.parents() stable
Thu, 28 May 2015 20:18:50 -0700 Durham Goode util: add prefix to PrefixMatch stable
Mon, 13 Apr 2015 22:24:41 +0900 Shun-ichi GOTO add minimum methods for matcher
Mon, 24 Mar 2014 11:20:52 -0500 Sean Farley util: remove unused getmessage function
Sun, 02 Nov 2014 01:55:18 -0800 Siddharth Agarwal util: add a decorator to disable Python's garbage collector
Mon, 24 Mar 2014 11:20:44 -0500 Sean Farley maps: change readmapfile to take a path instead of repo
Tue, 18 Feb 2014 17:19:29 -0600 Sean Farley util: fallback to raw string reading if pickle fails
Tue, 18 Feb 2014 17:16:28 -0600 Sean Farley util: add resave bool parameter to load
Sat, 15 Feb 2014 10:54:35 -0600 Sean Farley util: remove unused save_string
Sat, 15 Feb 2014 10:52:00 -0600 Sean Farley util: remove unused load_string
Sat, 15 Feb 2014 10:42:54 -0600 Sean Farley util: add default parameter to load
Sat, 15 Feb 2014 01:58:07 -0600 Sean Farley util: banish pickle to compathacks
Sat, 15 Feb 2014 10:09:13 -0600 Sean Farley util: convert pickle to json
Sat, 15 Feb 2014 02:00:10 -0600 Sean Farley util: serialize data with json instead of pickle
Sat, 15 Feb 2014 01:50:14 -0600 Sean Farley util: try to load data using json
Mon, 17 Feb 2014 11:10:38 -0600 Sean Farley util: add visitor pattern for scrubbing json
Fri, 23 Aug 2013 10:54:20 -0500 Sean Farley util: add a method to load data from a file
Fri, 23 Aug 2013 10:46:08 -0500 Sean Farley util: rename pickle_atomic to dump
Thu, 22 Aug 2013 19:54:40 -0500 Sean Farley util: remove pre-1.9 mercurial code from pickle_atomic
Fri, 23 Aug 2013 13:08:58 -0500 Sean Farley util: remove pre-1.6 mercurial code from parseurl
Thu, 08 Aug 2013 09:38:55 +0200 Dan Villiom Podlaski Christiansen handle invalid UTF-8 in commit messages consistently
Mon, 05 Aug 2013 20:27:31 +0200 Dan Villiom Podlaski Christiansen fixes for running under Mercurial 2.0
Mon, 05 Aug 2013 20:49:53 +0200 Dan Villiom Podlaski Christiansen drop support for pre-2.0 versions of Mercurial
Wed, 31 Jul 2013 11:25:08 +1000 Will Thames Fix for missing mercurial.utils deque
Fri, 12 Jul 2013 11:21:41 +0900 Shun-ichi GOTO use mercurial.util.deque to support python 2.4
Tue, 21 May 2013 16:34:06 -0700 David Schleimer util: move pickle_atomic from svnmeta to util
Fri, 10 May 2013 18:52:28 -0500 Matt Mackall revsets: fix nativerevs fallback
Tue, 23 Apr 2013 13:59:38 -0500 Matt Mackall revsets: add support for 'r123' revision labels
Sun, 04 Nov 2012 11:34:43 +0100 Dan Villiom Podlaski Christiansen understand 'tip' as meaning Subversion 'HEAD' stable
Sun, 04 Nov 2012 11:34:16 +0100 Dan Villiom Podlaski Christiansen consolidate revision parsing stable
Wed, 14 Dec 2011 00:07:57 +0100 Dan Villiom Podlaski Christiansen expand configured paths stable
Tue, 16 Oct 2012 21:17:55 +0200 Patrick Mezard stupid: do not close branch upon branch-wide revert
Sat, 06 Oct 2012 09:42:07 +0200 Patrick Mezard editor: add a small changectx cache
Fri, 28 Sep 2012 21:43:50 +0200 Patrick Mezard pull: add hgsubversion.filestoresize to control memory consumption
Sat, 12 May 2012 05:38:34 -0700 Bryan O'Sullivan revsets: huge speedups for fromsvn and svnrev
Mon, 30 Apr 2012 16:08:02 -0700 Bryan O'Sullivan Abstract away the details of where svn revs are stored in a commit
Wed, 12 Oct 2011 15:35:25 +0800 Yonggang Luo globally: clean up whitespace around operators and commas to conform with PEP8
Fri, 30 Sep 2011 21:35:36 +0800 Yonggang Luo utils: add {save,load}_string since this is a fairly common idiom
Sat, 14 May 2011 21:44:07 +0200 Peter Arrenbrecht util: make islocalrepo() a bit more tolerant with file:// urls
Sat, 14 May 2011 21:44:07 +0200 Peter Arrenbrecht Fix breakage introduced by discovery refactoring
Sat, 12 Mar 2011 15:27:22 +0100 Patrick Mezard util: use real function definitions for keywords, document them
Sun, 28 Nov 2010 03:53:34 +0100 Dan Villiom Podlaski Christiansen make the default substition for an empty commit description the empty string
Sun, 28 Nov 2010 03:47:04 +0100 Dan Villiom Podlaski Christiansen configurable substitution for empty commit message (fixes #195)
Thu, 25 Nov 2010 21:55:21 +0100 Patrick Mezard svnexternals: support pushing subrepo based externals
Fri, 19 Nov 2010 20:14:04 +0100 Patrick Mezard Extract files not to be pushed in util
Thu, 18 Nov 2010 14:03:26 +0100 Dan Villiom Podlaski Christiansen svncommands: abort on missing metadata or Subversion URL (fixes #226)