log mercurial/changelog.py @ 51858:2fd44b3dcc33 default tip

age author description
Tue, 23 Jul 2024 19:20:22 -0400 Matt Harbison typing: induce pytype to use the standard `attr` instead of the vendored copy
Wed, 12 Jun 2024 11:29:11 +0200 Raphaël Gomès branching: merge stable into default
Wed, 12 Jun 2024 02:15:20 +0200 Pierre-Yves David inline-changelog: fix a critical bug in write_pending that delete data stable
Sun, 25 Feb 2024 23:05:33 +0100 Pierre-Yves David repoview: fix changelog.__contains__ method
Thu, 11 Jan 2024 16:39:31 +0100 Pierre-Yves David changelog: drop the side_write argument to revlog splitting
Thu, 11 Jan 2024 16:35:52 +0100 Pierre-Yves David changelog: stop useless enforcing split at the end of transaction
Mon, 11 Dec 2023 22:27:59 +0100 Pierre-Yves David changelog: never inline changelog
Tue, 24 Oct 2023 11:08:49 +0200 Pierre-Yves David changelog-delay: move the delay/divert logic inside the (inner) revlog
Thu, 26 Oct 2023 03:41:58 +0200 Pierre-Yves David changelog-delay: move "delayed" check to a more official API
Thu, 26 Oct 2023 03:29:46 +0200 Pierre-Yves David changelog-delay: move the appender class next to randomaccessfile
Fri, 20 Oct 2023 12:13:33 +0200 Pierre-Yves David changelog-delay: adds some check around delaying and diverting write
Tue, 17 Oct 2023 06:02:33 +0200 Pierre-Yves David revlog: create a iteration of a _InnerRevlog object within the revlog
Tue, 10 Oct 2023 10:02:05 +0200 Pierre-Yves David revlog: move configuration attribute into dedicated object
Mon, 25 Sep 2023 11:59:38 +0200 Pierre-Yves David changelog: make the `_delayopener` a real proxy
Mon, 20 Mar 2023 11:52:17 +0100 Pierre-Yves David revlog: improve the robustness of the splitting process stable
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Tue, 15 Jun 2021 12:34:14 +0200 Simon Sapin revlog: use file read caching for sidedata
Tue, 08 Jun 2021 19:55:00 +0200 Simon Sapin revlog: Extract low-level random-access file read caching logic
Thu, 27 May 2021 03:41:02 +0200 Pierre-Yves David revlog: no longer return sidedata from `_revisiondata`
Thu, 27 May 2021 03:23:34 +0200 Pierre-Yves David revlog: use `self.sidedata` directly to construct changelogrevision
Mon, 03 May 2021 12:35:25 +0200 Pierre-Yves David revlogv2: track pending write in the docket and expose it to hooks
Mon, 03 May 2021 12:35:14 +0200 Pierre-Yves David revlog: move the `trypending` logic from the `changelog` to the `revlog`
Mon, 03 May 2021 12:35:02 +0200 Pierre-Yves David revlogv2: delay the update of the changelog docket to transaction end
Mon, 03 May 2021 12:34:11 +0200 Pierre-Yves David revlogv2: introduce a very basic docket file
Mon, 03 May 2021 12:27:42 +0200 Pierre-Yves David revlog: introduce a mandatory `_writing` context to update revlog content
Mon, 03 May 2021 12:22:36 +0200 Pierre-Yves David revlog: use a "radix" to address revlog
Mon, 03 May 2021 12:22:16 +0200 Pierre-Yves David revlog: rename `indexfile` to `_indexfile`
Mon, 03 May 2021 12:21:46 +0200 Pierre-Yves David revlog: deal with special "postfix" explicitely
Mon, 03 May 2021 12:20:45 +0200 Pierre-Yves David revlog: split the `version` attribute into its two components
Thu, 08 Apr 2021 19:00:21 +0200 Pierre-Yves David revlog: replace the old `revlog_kind` approach with the new `target` one
Tue, 06 Apr 2021 05:20:24 +0200 Pierre-Yves David revlog: introduce an explicit tracking of what the revlog is about
Mon, 29 Mar 2021 01:52:06 +0200 Joerg Sonnenberger node: replace nullid and friends with nodeconstants class
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Wed, 13 Jan 2021 16:14:58 +0100 Joerg Sonnenberger node: introduce nodeconstants class
Wed, 10 Mar 2021 19:33:18 +0100 Raphaël Gomès revlog: add attribute on revlogs that specifies its kind
Mon, 01 Mar 2021 16:54:51 +0100 Joerg Sonnenberger changelog: rename parameters to reflect semantics
Wed, 03 Feb 2021 16:33:10 -0800 Kyle Lippincott revlog: add a mechanism to verify expected file position before appending
Wed, 27 Jan 2021 02:34:51 +0100 Joerg Sonnenberger revlog: change addgroup callbacks to take revision numbers
Wed, 27 Jan 2021 01:43:17 +0100 Joerg Sonnenberger revlog: change addrevision to return the new revision, not node
Fri, 15 Jan 2021 01:30:08 +0100 Joerg Sonnenberger changelog: move branchinfo to changelogrevision
Thu, 17 Dec 2020 13:29:50 +0100 Joerg Sonnenberger branchmap: micro-optimize branchinfo
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Tue, 13 Oct 2020 03:23:17 +0200 Pierre-Yves David changing-files: add a shorthand property to check for copy relevant info
Thu, 01 Oct 2020 09:42:39 +0200 Pierre-Yves David copies: return None instead of ChangingFiles when relevant
Thu, 01 Oct 2020 09:29:49 +0200 Pierre-Yves David copies: add a HASCOPIESINFO flag to highlight rev with useful data
Tue, 15 Sep 2020 10:55:30 +0200 Pierre-Yves David changing-files: retrieve changelogrevision.files from the sidedata block
Tue, 15 Sep 2020 10:49:50 +0200 Pierre-Yves David changing-files: drop the now useless changelogrevision argument
Wed, 23 Sep 2020 15:16:35 +0200 Pierre-Yves David sidedata: simply read p2copies files from the `ChangingFiles` object
Wed, 23 Sep 2020 15:16:16 +0200 Pierre-Yves David sidedata: simply read p1copies files from the `ChangingFiles` object
Wed, 23 Sep 2020 15:16:01 +0200 Pierre-Yves David sidedata: simply read removed files from the `ChangingFiles` object
Wed, 23 Sep 2020 15:15:46 +0200 Pierre-Yves David sidedata: simply read added files from the `ChangingFiles` object
Wed, 23 Sep 2020 15:13:44 +0200 Pierre-Yves David sidedata: add a `decode_files_sidedata` function
Tue, 15 Sep 2020 15:37:32 +0200 Pierre-Yves David changelog: add a `changes` property on `changelogrevision`
Tue, 22 Sep 2020 10:27:35 +0200 Pierre-Yves David sidedata: rename `encode_copies_sidedata` to `encode_files_sidedata`
Wed, 16 Sep 2020 12:13:46 -0700 Kyle Lippincott branchmap: add a cache validation cache, avoid expensive re-hash on every use
Sat, 25 Jul 2020 16:02:26 +0200 Pierre-Yves David commitctx: extract sidedata encoding inside its own function
Sat, 25 Jul 2020 15:55:09 +0200 Pierre-Yves David commitctx: directly pass a ChangingFiles object to changelog.add
Sat, 25 Jul 2020 15:13:25 +0200 Pierre-Yves David commitctx: extract copy information encoding into extra into commit.py
Wed, 27 May 2020 12:26:08 +0200 Pierre-Yves David metadata: move computation related to files touched in a dedicated module
Tue, 14 Apr 2020 03:27:04 +0200 Pierre-Yves David nodemap: drop the 'exp-' prefix for internal opener option
Thu, 02 Apr 2020 21:58:10 +0530 Pulkit Goyal merge with stable
Wed, 25 Mar 2020 18:50:40 -0700 Martin von Zweigbergk py3: require values in changelog extras to be bytes stable
Fri, 28 Feb 2020 01:45:03 +0100 Pierre-Yves David changelog: change the implementation of `_divertopener`
Wed, 15 Jan 2020 15:47:21 +0100 Pierre-Yves David nodemap: write nodemap data on disk
Sat, 11 Jan 2020 04:57:29 +0100 Pierre-Yves David changelog: fix the diverted opener to accept more kwargs
Sun, 01 Dec 2019 18:46:10 -0500 Matt Harbison cleanup: fix docstring formatting
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Tue, 05 Nov 2019 14:33:02 -0800 Martin von Zweigbergk repoview: move changelog.flags() override to filteredchangelog
Tue, 05 Nov 2019 14:31:50 -0800 Martin von Zweigbergk repoview: move changelog.parentrevs() override to filteredchangelog
Tue, 05 Nov 2019 14:23:32 -0800 Martin von Zweigbergk repoview: move changelog.linkrev() override to filteredchangelog
Tue, 05 Nov 2019 14:22:25 -0800 Martin von Zweigbergk repoview: move changelog.node() override to filteredchangelog
Tue, 05 Nov 2019 14:21:47 -0800 Martin von Zweigbergk repoview: move changelog.rev() override to filteredchangelog
Tue, 05 Nov 2019 14:17:58 -0800 Martin von Zweigbergk repoview: move changelog.strip() override to filteredchangelog
Tue, 05 Nov 2019 14:16:46 -0800 Martin von Zweigbergk repoview: move changelog.headrevs() override to filteredchangelog
Tue, 05 Nov 2019 14:14:45 -0800 Martin von Zweigbergk repoview: move changelog.revs() override to filteredchangelog
Tue, 05 Nov 2019 14:12:10 -0800 Martin von Zweigbergk repoview: move changelog.__iter__() override to filteredchangelog
Tue, 05 Nov 2019 14:11:30 -0800 Martin von Zweigbergk repoview: move changelog.__contains__() override to filteredchangelog
Tue, 05 Nov 2019 14:07:08 -0800 Martin von Zweigbergk repoview: move changelog.tiprev() override to filteredchangelog
Tue, 05 Nov 2019 14:42:08 -0800 Martin von Zweigbergk revlog: move tiprev() from changelog up to revlog
Wed, 02 Oct 2019 14:38:34 -0400 Pierre-Yves David sidedatacopies: only store an entry if it has values
Wed, 02 Oct 2019 14:16:30 -0400 Pierre-Yves David sidedatacopies: only read from copies when in this mode
Sun, 06 Oct 2019 23:36:51 -0400 Pierre-Yves David sidedatacopies: move various copies related function to the copies modules
Wed, 09 Oct 2019 22:59:38 +0200 Pierre-Yves David sidedatacopies: read rename information from sidedata
Thu, 10 Oct 2019 00:06:41 +0200 Pierre-Yves David changelog: make copies related function return None or a valid value
Sun, 06 Oct 2019 23:36:51 -0400 Pierre-Yves David sidedatacopies: get and store sidedata in the changelogrevision object
Sun, 06 Oct 2019 23:36:51 -0400 Pierre-Yves David sidedatacopies: write copies information in sidedata when applicable
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Wed, 25 Sep 2019 03:58:46 +0200 Pierre-Yves David copies: move file input processsing early
Wed, 25 Sep 2019 03:48:41 +0200 Pierre-Yves David copies: prepare changelog for more copies storage mode
Tue, 16 Jul 2019 21:15:39 -0700 Martin von Zweigbergk copies: remove existing copy info from the changeset on amend (BC)
Mon, 01 Jul 2019 16:25:51 -0700 Martin von Zweigbergk changelog: fix handling of empty copy entries in changeset
Mon, 10 Jun 2019 13:23:14 -0400 Valentin Gatien-Baron revlog: speed up isancestor
Thu, 06 Jun 2019 10:07:14 -0700 Martin von Zweigbergk copies: separate added/removed files by newline instead of null
Wed, 22 May 2019 09:54:00 -0700 Martin von Zweigbergk copies: also encode p[12]copies destination as index into "files" list
Tue, 14 May 2019 22:20:10 -0700 Martin von Zweigbergk context: get filesadded() and filesremoved() from changeset if configured
Tue, 14 May 2019 22:19:51 -0700 Martin von Zweigbergk changelog: optionally store added and removed files in changeset extras
Tue, 14 May 2019 22:56:58 -0700 Martin von Zweigbergk changelog: define changelogrevision.p[12]copies for null revision
Tue, 23 Apr 2019 13:29:13 -0700 Martin von Zweigbergk copies: write empty entries in changeset when also writing to filelog
Wed, 27 Dec 2017 22:05:20 -0800 Martin von Zweigbergk changelog: parse copy metadata if available in extras
Wed, 27 Dec 2017 19:49:36 -0800 Martin von Zweigbergk copies: add config option for writing copy metadata to file and/or changset
Sun, 24 Mar 2019 23:47:01 -0700 Martin von Zweigbergk changelog: extract a _string_unescape() to mirror _string_escape()
Sat, 02 Mar 2019 12:51:04 -0800 Gregory Szorc global: use raw strings for __slots__
Wed, 20 Feb 2019 11:49:06 +0100 Georges Racinet changelog: prefilter in headrevs()
Tue, 05 Feb 2019 21:31:33 +0300 Pulkit Goyal py3: use pycompat.bytestr() on extra values because it can be int
Mon, 14 Jan 2019 17:06:00 +0100 Boris Feld revlog: accept a revs argument in `headrevs`
Wed, 09 Jan 2019 17:41:36 -0800 Gregory Szorc revlog: always enable generaldelta on version 2 revlogs
Thu, 20 Sep 2018 11:18:28 +0200 Boris Feld changelog: keep track of duplicated node in the transaction adding them
Tue, 18 Sep 2018 16:47:09 -0700 Gregory Szorc global: replace most uses of RevlogError with StorageError (API)
Sat, 25 Aug 2018 15:28:48 +0900 Yuya Nishihara transaction: remember original len(repo) instead of tracking added revs (API)
Thu, 09 Aug 2018 16:11:24 -0700 Gregory Szorc repository: remove storedeltachains from ifilestorage
Fri, 17 Aug 2018 00:51:46 +0200 Joerg Sonnenberger pycompat: wrap xrange for py2 to provide efficient __contains__
Fri, 17 Aug 2018 12:48:44 +0900 Yuya Nishihara changelog: remove copy of revlog.nodemap()
Wed, 01 Aug 2018 13:00:45 -0700 Gregory Szorc global: use pycompat.xrange()
Thu, 22 Mar 2018 21:56:20 +0900 Yuya Nishihara stringutil: bulk-replace call sites to point to new module
Thu, 15 Feb 2018 17:18:26 +0100 Boris Feld util: extract all date-related utils in utils/dateutil module
Wed, 14 Feb 2018 16:37:46 +0530 Pulkit Goyal py3: use pycompat.bytestr to convert str to bytes
Mon, 05 Feb 2018 18:04:40 +0100 Boris Feld revlog: rename 'self.checkinlinesize' into '_enforceinlinesize'
Tue, 06 Feb 2018 11:08:41 +0100 Boris Feld changelog: add the missing 'closed' property on 'appender' object
Mon, 05 Feb 2018 20:36:51 +0100 Boris Feld changelog: implement context manager method for 'appender' object
Thu, 04 May 2017 02:24:04 +0200 Boris Feld changelog: use 'tiprev()' in 'tip()'
Thu, 04 May 2017 02:23:21 +0200 Boris Feld changelog: introduce a 'tiprev' method
Fri, 08 Dec 2017 01:23:34 +0100 Joerg Sonnenberger transaction: build changes['revs'] as range instead of a set
Mon, 02 Oct 2017 11:03:53 +0100 Gregory Szorc changelog: use a Factory for default value for files
Sun, 01 Oct 2017 03:24:20 -0700 Siddharth Agarwal changelog: use attrs instead of namedtuple
Wed, 13 Sep 2017 17:26:26 +0000 Mark Thomas revlog: add option to mmap revlog index
Sun, 03 Sep 2017 14:37:25 +0900 Yuya Nishihara doctest: replace chr() with pycompat.bytechr()
Sun, 03 Sep 2017 14:35:37 +0900 Yuya Nishihara doctest: replace .iteritems() with .items()
Sun, 03 Sep 2017 14:32:11 +0900 Yuya Nishihara doctest: bulk-replace string literals with b'' for Python 3
Wed, 30 Aug 2017 09:21:31 -0700 Martin von Zweigbergk revlog: move check for wdir from changelog to revlog
Fri, 25 Aug 2017 22:05:10 -0700 Martin von Zweigbergk changelog: abort on attempt to write wdir revision
Wed, 17 May 2017 19:52:18 -0700 Gregory Szorc revlog: rename constants (API)
Wed, 17 May 2017 20:14:27 -0700 Jun Wu changelog: make sure datafile is 00changelog.d (API)
Sat, 13 May 2017 16:26:43 -0700 Gregory Szorc changelog: load pending file directly
Tue, 02 May 2017 18:45:51 +0200 Pierre-Yves David transaction: track newly introduced revisions
Fri, 05 May 2017 01:26:13 +0530 Pulkit Goyal py3: slice over bytes to prevent getting ascii values
Sun, 26 Mar 2017 16:31:01 +0900 Yuya Nishihara py3: use bytes() to cast to immutable bytes in changelog.appender.write()
Fri, 17 Mar 2017 23:42:46 +0900 Yuya Nishihara util: wrap s.decode('string_escape') calls for future py3 compatibility
Thu, 15 Dec 2016 11:00:18 -0800 Durham Goode changelog: keep track of file end in appender (issue5444)
Fri, 14 Oct 2016 02:25:08 +0200 Pierre-Yves David revlog: make 'storedeltachains' a "public" attribute
Thu, 13 Oct 2016 12:50:27 +0200 Gregory Szorc changelog: disable delta chains
Thu, 22 Sep 2016 21:51:59 +0900 FUJIWARA Katsunori changelog: specify checkambig=True to revlog.__init__, to avoid ambiguity
Thu, 22 Sep 2016 21:51:59 +0900 FUJIWARA Katsunori changelog: specify checkambig=True to avoid ambiguity around truncation
Thu, 22 Sep 2016 21:51:58 +0900 FUJIWARA Katsunori revlog: specify checkambig at writing to avoid file stat ambiguity
Thu, 04 Aug 2016 00:15:39 +0530 Pulkit Goyal py3: use unicode literals in changelog.py
Sun, 06 Mar 2016 15:40:20 -0800 Gregory Szorc changelog: avoid slicing raw data until needed
Sun, 06 Mar 2016 13:13:54 -0800 Gregory Szorc changelog: parse description last
Sun, 06 Mar 2016 14:31:06 -0800 Gregory Szorc changelog: lazily parse files
Sun, 06 Mar 2016 14:30:25 -0800 Gregory Szorc changelog: lazily parse date/extra field
Sun, 06 Mar 2016 14:29:46 -0800 Gregory Szorc changelog: lazily parse user
Sun, 06 Mar 2016 14:29:13 -0800 Gregory Szorc changelog: lazily parse manifest node
Sun, 06 Mar 2016 14:28:46 -0800 Gregory Szorc changelog: lazily parse description
Sun, 06 Mar 2016 14:28:02 -0800 Gregory Szorc changelog: add class to represent parsed changelog revisions
Wed, 02 Mar 2016 16:05:30 -0600 Matt Mackall changelog: backed out changeset 86de91c56355
Wed, 02 Mar 2016 12:46:54 -0600 Matt Mackall changelog: backed out changeset 1778770e1982
Sat, 27 Feb 2016 22:34:18 -0800 Gregory Szorc changelog: lazy decode user (API)
Sat, 27 Feb 2016 22:25:14 -0800 Gregory Szorc changelog: lazy decode description (API)
Sat, 27 Feb 2016 22:25:47 -0800 Gregory Szorc changelog: remove redundant parentheses
Fri, 18 Dec 2015 13:45:55 -0800 Laurent Charignon changelog: add a new method to get files modified by a changeset
Fri, 28 Aug 2015 11:14:24 +0900 Yuya Nishihara reachableroots: construct and sort baseset in revset module
Thu, 20 Aug 2015 17:23:21 -0700 Pierre-Yves David reachableroots: use baseset lazy sorting
Fri, 14 Aug 2015 15:43:29 +0900 Yuya Nishihara reachableroots: use internal "revstates" array to test if rev is a root
Tue, 11 Aug 2015 15:06:02 -0400 Augie Fackler changelog: trust C implementation of reachableroots more
Thu, 06 Aug 2015 22:10:31 -0700 Laurent Charignon changelog: add way to call the reachableroots C implementation
Sat, 08 Aug 2015 00:26:49 -0700 Gregory Szorc changelog: use absolute_import
Fri, 17 Jul 2015 15:53:56 +0200 Pierre-Yves David changelog: update read pending documentation
Sun, 28 Sep 2014 20:18:43 -0700 Pierre-Yves David changelog: document the 'readpending' method
Sun, 10 May 2015 11:39:01 -0500 Yuya Nishihara changelog: drop unnecessary override of "hasnode"
Mon, 20 Apr 2015 17:16:22 +0200 Pierre-Yves David changelog: fix readpending if no pending data exist (issue4609) stable
Sat, 04 Apr 2015 22:30:59 +0900 Yuya Nishihara changelog: inline revlog.__contains__ in case it is used in hot loop
Wed, 04 Feb 2015 21:25:57 +0900 Yuya Nishihara revlog: add __contains__ for fast membership test
Sat, 08 Nov 2014 17:08:09 +0000 Pierre-Yves David changelog: register changelog.i.a as a temporary file
Sat, 08 Nov 2014 16:31:38 +0000 Pierre-Yves David transaction: pass the transaction to 'finalize' callback
Sat, 08 Nov 2014 16:27:50 +0000 Pierre-Yves David transaction: pass the transaction to 'pending' callback
Sat, 18 Oct 2014 01:09:41 -0700 Pierre-Yves David changelog: rely on transaction for finalization
Fri, 17 Oct 2014 21:55:31 -0700 Pierre-Yves David changelog: handle writepending in the transaction
Sat, 18 Oct 2014 01:12:18 -0700 Pierre-Yves David changelog: rework the delayupdate mechanism
Sun, 26 Oct 2014 12:14:12 +0100 Mads Kiilerich changelog: use headrevsfiltered stable
Thu, 16 Oct 2014 02:05:06 -0700 Pierre-Yves David repoview: add a FilteredLookupError class
Wed, 15 Oct 2014 17:02:44 -0700 Pierre-Yves David repoview: add a FilteredIndexError class
Tue, 16 Sep 2014 16:03:21 -0700 Durham Goode obsolete: use C code for headrevs calculation
Tue, 20 May 2014 13:55:08 -0700 Pierre-Yves David changelog: ensure changelog._delaybuf is initialized stable
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao branchmap: cache open/closed branch head information
Tue, 15 Oct 2013 00:51:04 +0900 FUJIWARA Katsunori changelog: use "vfs.fstat()" instead of "util.fstat()"
Tue, 15 Oct 2013 00:51:04 +0900 FUJIWARA Katsunori changelog: use "vfs.rename()" instead of "util.rename()"
Sat, 09 Feb 2013 06:07:32 -0600 Augie Fackler changelog: hexlify node when throwing a LookupError on a filtered node
Tue, 15 Jan 2013 18:42:04 +0100 Mads Kiilerich tests: fix doctest stability over Python versions
Tue, 15 Jan 2013 02:59:14 +0100 Mads Kiilerich tests: stabilize doctest output
Sat, 12 Jan 2013 16:04:29 +0100 Mads Kiilerich changelog: please check-code and remove tabs
Thu, 10 Jan 2013 00:41:40 +0100 Pierre-Yves David changelog: add a `branch` method, bypassing changectx
Wed, 02 Jan 2013 01:40:06 +0100 Pierre-Yves David clfilter: use empty frozenset intead of empty tuple
Fri, 16 Nov 2012 15:39:12 -0800 Durham Goode commit: increase perf by avoiding unnecessary filteredrevs check stable
Thu, 18 Oct 2012 22:04:49 +0200 Pierre-Yves David changelog: extract description cleaning logic in a dedicated function
Thu, 20 Sep 2012 19:02:47 +0200 Pierre-Yves David clfilter: introduce `filteredrevs` attribute on changelog
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Mon, 16 Jul 2012 17:44:46 +0200 Pierre-Yves David hidden: move hiddenrevs set on the repository
Fri, 11 May 2012 01:55:33 -0700 Bryan O'Sullivan changelog: ensure that nodecache is valid (issue3428) stable
Sun, 18 Mar 2012 18:19:16 -0500 Matt Mackall changelog: micro-optimizations to changelog.read()
Fri, 16 Dec 2011 18:23:15 -0600 Matt Mackall changelog: handle decoding of NULs in extra more carefully (issue3156) stable
Thu, 16 Jun 2011 01:57:53 +0200 Pierre-Yves David hidden: Add a hiddenrevs attributes to changelog.
Thu, 19 May 2011 18:10:03 +0200 Martin Geisler merge with stable
Thu, 19 May 2011 18:09:25 +0200 Martin Geisler changelog: convert user and desc from local encoding early stable
Mon, 16 May 2011 13:06:48 +0200 Sune Foldager changelog: don't use generaldelta
Thu, 05 May 2011 11:33:02 -0400 Zachary Gramana changelog: fixes leaked file handle
Sat, 23 Apr 2011 00:51:25 +0300 Idan Kamara eliminate various naked except clauses
Thu, 11 Feb 2010 17:44:01 -0600 Matt Mackall Merge with stable
Thu, 11 Feb 2010 12:02:48 -0200 Wagner Bruna branch: avoid using reserved tag names stable
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Sat, 31 Oct 2009 16:49:27 +0100 Benoit Boissinot changelog: do not use a mutable default value
Sat, 18 Jul 2009 12:34:38 -0500 Matt Mackall changelog: move delayopener outside of class to eliminate reference cycle
Sat, 18 Jul 2009 11:26:35 -0500 Matt Mackall changelog: swap opener to switch delay modes
Sat, 18 Jul 2009 11:25:55 -0500 Matt Mackall changelog: factor out _delayname
Sat, 18 Jul 2009 11:25:54 -0500 Matt Mackall changelog: _delaycount -> _divert
Wed, 10 Jun 2009 15:10:21 +0200 Benoit Boissinot use new style classes
Wed, 27 May 2009 14:44:55 -0500 Matt Mackall changelog: make delayopener less intrusive
Mon, 18 May 2009 17:36:24 -0500 Matt Mackall commit: move description trimming into changelog
Fri, 15 May 2009 01:21:24 +0200 Martin Geisler changelog: turn {de,en}code_extra methods into functions
Sat, 16 May 2009 11:16:23 +0200 Martin Geisler merge with crew-stable
Sat, 16 May 2009 11:12:49 +0200 Martin Geisler changelog: refuse to add revisions with empty usernames
Fri, 15 May 2009 00:55:14 +0200 Martin Geisler changelog: removed bad default arguments in add method
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Sun, 26 Apr 2009 16:50:44 -0500 Matt Mackall replace util.sort with sorted built-in
Fri, 03 Apr 2009 14:51:48 -0500 Matt Mackall move encoding bits from util to encoding
Sat, 28 Feb 2009 12:38:45 +0100 timeless help: miscellaneous language fixes
Mon, 16 Feb 2009 19:35:07 -0600 Matt Mackall Introduce HG_PREPEND to solve pretxn races
Sun, 11 Jan 2009 22:55:36 -0600 Matt Mackall revlog: kill from-style imports
Sun, 11 Jan 2009 22:48:28 -0600 Matt Mackall errors: move revlog errors
Sat, 06 Dec 2008 14:27:31 +0100 Benoit Boissinot use repr() instead of backticks
Wed, 17 Sep 2008 11:34:37 +0200 Dirkjan Ochtman merge with crew-stable
Sat, 13 Sep 2008 17:46:09 +0200 Benoit Boissinot forbid username with '\n' at the changelog level
Fri, 27 Jun 2008 18:28:45 -0500 Matt Mackall util: add sort helper
Thu, 26 Jun 2008 14:35:50 -0500 Matt Mackall add __len__ and __iter__ methods to repo and revlog
Fri, 14 Mar 2008 21:35:49 +0100 Benoit Boissinot make sure not to reuse an existing append-file from a previous failed pull
Thu, 06 Mar 2008 22:23:41 +0100 Joel Rosdahl Remove unused imports
Thu, 06 Mar 2008 22:23:26 +0100 Joel Rosdahl Expand import * to allow Pyflakes to find problems
Thu, 03 Jan 2008 13:46:39 -0600 Matt Mackall changelog: fix decoding of extra
Thu, 27 Dec 2007 23:55:40 -0600 Matt Mackall changelog: inline trivial call for extra data unescaping
Thu, 27 Dec 2007 23:55:40 -0600 Matt Mackall changelog: remove extract function