Tue, 28 Apr 2009 17:40:46 +0200 |
Simon Heimberg |
separate import lines from mercurial and general python modules
|
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
|
Sun, 26 Apr 2009 16:50:44 -0500 |
Matt Mackall |
util: take propertycache from context.py
|
Fri, 24 Apr 2009 18:47:15 +0200 |
Martin Geisler |
context: use Python 2.4 decorator syntax
|
Wed, 22 Apr 2009 00:56:06 +0200 |
Martin Geisler |
util: use built-in set instead of util.unique
|
Mon, 13 Apr 2009 21:57:17 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Mon, 13 Apr 2009 19:47:11 +0200 |
Patrick Mezard |
context: fix workingctx.__contains__
|
Mon, 23 Mar 2009 13:13:02 +0100 |
Peter Arrenbrecht |
cleanup: drop variables for unused return values
|
Sun, 11 Jan 2009 22:48:28 -0600 |
Matt Mackall |
errors: move revlog errors
|
Sun, 14 Dec 2008 17:35:19 +0100 |
Patrick Mezard |
context: enforce memctx.files() unicity
|
Fri, 14 Nov 2008 12:44:26 +0100 |
Dirkjan Ochtman |
context: use descriptors to speed up lazy attributes
|
Thu, 13 Nov 2008 21:09:51 +0100 |
Dirkjan Ochtman |
context: special-case changectx setup for integer changeid
|
Wed, 12 Nov 2008 15:19:14 -0600 |
Matt Mackall |
linkrev: take a revision number rather than a hash
|
Sat, 11 Oct 2008 13:07:29 +0200 |
Patrick Mezard |
context: improve memctx documentation
|
Mon, 08 Sep 2008 13:07:00 +0200 |
Peter Ruibal |
use Exception(args)-style raising consistently (py3k compatibility)
|
Sun, 10 Aug 2008 18:38:43 -0500 |
Matt Mackall |
Merge with stable
|
Mon, 21 Jul 2008 13:26:42 +0200 |
Dirkjan Ochtman |
context: get rid of unused changectx.filectxs() method
|
Mon, 21 Jul 2008 13:22:11 +0200 |
Dirkjan Ochtman |
context: fix workingctx's __contains__ method
|
Tue, 22 Jul 2008 13:03:21 -0500 |
Matt Mackall |
dirstate.walk: build a dict rather than yield
|
Tue, 22 Jul 2008 13:03:19 -0500 |
Matt Mackall |
dirstate.walk: push sorting up
|
Tue, 22 Jul 2008 13:02:36 -0500 |
Matt Mackall |
dirstate.walk: eliminate src from yield
|
Tue, 22 Jul 2008 13:00:22 -0500 |
Matt Mackall |
minor status fixups
|
Sun, 20 Jul 2008 19:09:00 +0200 |
Patrick Mezard |
context: trigger missing username warning only when necessary
|
Fri, 11 Jul 2008 18:46:02 -0500 |
Matt Mackall |
context: simplify parents code
|
Fri, 11 Jul 2008 18:46:02 -0500 |
Matt Mackall |
workingctx: add __contains__ method
|
Fri, 27 Jun 2008 19:25:48 -0500 |
Matt Mackall |
context: add walk method
|
Fri, 27 Jun 2008 18:44:43 -0500 |
Matt Mackall |
context: add __int__ and hex methods
|
Fri, 27 Jun 2008 18:28:45 -0500 |
Matt Mackall |
util: add sort helper
|
Fri, 27 Jun 2008 13:43:29 -0500 |
Matt Mackall |
status: clean up all users for unknown files
|
Thu, 26 Jun 2008 14:35:46 -0500 |
Matt Mackall |
use repo[changeid] to get a changectx
|
Thu, 26 Jun 2008 13:52:16 -0500 |
Matt Mackall |
context: remove islink and isexec methods
|
Thu, 26 Jun 2008 13:46:34 -0500 |
Matt Mackall |
simplify flag handling
|
Thu, 26 Jun 2008 13:46:33 -0500 |
Matt Mackall |
context: clean up parents()
|
Thu, 26 Jun 2008 13:46:31 -0500 |
Matt Mackall |
context: simplify changeid logic
|
Wed, 25 Jun 2008 17:33:51 -0500 |
Matt Mackall |
context: consistently return p1 context for None
|
Mon, 23 Jun 2008 13:12:32 +0200 |
Dirkjan Ochtman |
kill some trailing spaces
|
Sat, 21 Jun 2008 15:27:51 +0200 |
Christian Ebert |
Fix commit date (issue1193)
|
Thu, 19 Jun 2008 00:14:23 +0200 |
Patrick Mezard |
context: add memctx for memory commits
|
Wed, 18 Jun 2008 22:52:26 +0200 |
Patrick Mezard |
context: let workingctx.date(), .user() and description() be overriden
|
Wed, 18 Jun 2008 22:52:26 +0200 |
Patrick Mezard |
localrepo: let commit() get extra data from workingctx
|
Wed, 18 Jun 2008 22:52:25 +0200 |
Patrick Mezard |
localrepo: hide commit() file selection behind workingctx
|
Wed, 18 Jun 2008 22:52:25 +0200 |
Patrick Mezard |
context: let workingctx parents be overriden
|
Sun, 15 Jun 2008 13:05:39 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Sun, 15 Jun 2008 13:01:01 +0200 |
Patrick Mezard |
context: fix workingctx.fileflags() execute bit
|
Sat, 12 Apr 2008 21:34:01 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Sat, 12 Apr 2008 21:08:03 +0200 |
Patrick Mezard |
context: handle untracked files in filectx.fileflags()
|
Fri, 04 Apr 2008 22:41:17 +0200 |
Paul Moore |
python 2.6 compatibility: add __hash__ to classes that have __eq__
|
Sun, 16 Mar 2008 06:10:47 -0300 |
Alexis S. L. Carvalho |
filectx.ancestor: use fctx._repopath to cache filelogs (issue1035)
|
Tue, 11 Mar 2008 17:42:29 -0500 |
Matt Mackall |
revlog: report node and file when lookup fails
|
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
|
Fri, 07 Mar 2008 00:24:36 +0100 |
Thomas Arendsen Hein |
Removed trailing spaces from everything except test output
|
Sun, 06 Jan 2008 15:40:32 +0100 |
Patrick Mezard |
context: fix filectx.parents() bug introduced when editing 180a3eee4b75
|
Sat, 29 Dec 2007 17:11:48 +0300 |
Maxim Dounin |
Fix copies reporting in log and convert.
|
Sat, 29 Dec 2007 16:57:43 +0300 |
Maxim Dounin |
context: preserve changeset in filectx if we have one
|
Sat, 29 Dec 2007 19:49:48 +0100 |
Thomas Arendsen Hein |
Removed tabs and trailing whitespace in python files
|
Wed, 28 Nov 2007 08:36:55 -0800 |
Bryan O'Sullivan |
make LookupError more detailed
|
Fri, 02 Nov 2007 14:44:33 -0700 |
Bryan O'Sullivan |
Fix context iterator.
|
Wed, 10 Oct 2007 15:30:00 -0700 |
Bryan O'Sullivan |
convert: make contents of "extra" dict available from sources, for sinks.
|
Sun, 07 Oct 2007 15:07:35 +0200 |
Patrick Mezard |
Fix workingctx exec/link bit of copies on non-supporting systems
|
Sat, 06 Oct 2007 17:54:33 +0200 |
Patrick Mezard |
Fix bad lambda prototype in workingctx.fileflags()
|
Fri, 05 Oct 2007 23:01:38 +0200 |
Patrick Mezard |
context: add fileflags() to avoid rebuilding manifests
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
context: add __contains__, __getitem__, and __iter__
|
Mon, 16 Jul 2007 17:39:03 -0500 |
Matt Mackall |
contexts: improve filectx eq test
|
Sun, 08 Jul 2007 19:46:04 +0200 |
FUJIWARA Katsunori |
Allow filectx.annotate to return the line number of first appearance.
|
Thu, 05 Jul 2007 13:34:18 -0500 |
Matt Mackall |
merge: make test for fast-forward merge stricter (issue619)
|
Thu, 21 Jun 2007 11:42:39 -0500 |
Matt Mackall |
context: add tags() method
|
Wed, 20 Jun 2007 00:22:51 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Wed, 20 Jun 2007 00:10:21 +0200 |
Patrick Mezard |
Fix issue 589: "undelete" sequence leads to crash.
|
Tue, 19 Jun 2007 08:51:34 +0200 |
Thomas Arendsen Hein |
Updated copyright notices and add "and others" to "hg version"
|
Tue, 08 May 2007 11:42:48 -0500 |
Matt Mackall |
Merge with stable
|
Mon, 07 May 2007 22:30:36 -0500 |
Matt Mackall |
context: fix workingfilectx._changectx
|
Wed, 14 Mar 2007 01:26:09 -0500 |
Matt Mackall |
Merge with -stable, fix small test failure
|
Tue, 13 Mar 2007 18:50:02 -0500 |
Matt Mackall |
Move branch read/write to dirstate where it belongs
|
Tue, 13 Mar 2007 15:47:55 -0500 |
Matt Mackall |
Minor default branch cleanups
|
Tue, 13 Mar 2007 15:02:33 -0300 |
Alexis S. L. Carvalho |
"default" is the default branch name
|
Mon, 26 Feb 2007 21:57:33 +0100 |
Thomas Arendsen Hein |
Use only integer part of mtime in workingfilectx.date(), fixes test-context.py
|
Fri, 23 Feb 2007 17:31:00 +0100 |
Thomas Arendsen Hein |
Fixed workingfilectx.date() (found by Thomas Waldmann) with test.
|
Fri, 29 Dec 2006 20:04:31 -0600 |
Matt Mackall |
symlinks: use is_link wherever is_exec is used
|
Fri, 29 Dec 2006 20:04:30 -0600 |
Matt Mackall |
exec: add execfunc to simplify exec flag support on non-exec filesystems
|
Mon, 25 Dec 2006 18:57:55 +0100 |
Benoit Boissinot |
context: create a filectxt with filelog reuse
|
Mon, 25 Dec 2006 17:43:47 +0100 |
Benoit Boissinot |
context: fix a bug in workingfilectx.renamed
|
Mon, 25 Dec 2006 17:43:44 +0100 |
Benoit Boissinot |
make it possible to use changectx to create a filectx
|
Sun, 24 Dec 2006 22:55:34 +0100 |
Benoit Boissinot |
add date attribute to workingfilectx
|
Sun, 24 Dec 2006 22:29:29 +0100 |
Benoit Boissinot |
fix tab vs space
|
Mon, 18 Dec 2006 12:22:43 -0800 |
Brendan Cully |
Add revlog.LookupError exception, and use it instead of RevlogError.
|
Thu, 14 Dec 2006 20:25:19 -0600 |
Matt Mackall |
Simplify i18n imports
|
Wed, 13 Dec 2006 13:27:09 -0600 |
Matt Mackall |
Replace demandload with new demandimport
|
Sun, 10 Dec 2006 20:35:28 -0200 |
Alexis S. L. Carvalho |
Use UTF-8 in .hg/branch
|
Fri, 08 Dec 2006 13:14:57 -0600 |
Matt Mackall |
context: don't spuriously raise abort when a file goes missing.
|
Mon, 27 Nov 2006 15:27:09 -0800 |
Brendan Cully |
Make context __eq__ handle arbitrary RHS values
|
Mon, 27 Nov 2006 20:55:50 +0100 |
Benoit Boissinot |
context: None is not a valid filenode (revert from 23ede9e7ad4d)
|
Fri, 17 Nov 2006 08:06:54 +0100 |
Thomas Arendsen Hein |
white space and line break cleanups
|
Tue, 31 Oct 2006 13:01:28 +0100 |
Benoit Boissinot |
Backed out changeset 66a17364c30ef0804153093cfaccf830e563928a
|
Sun, 29 Oct 2006 16:33:46 +0100 |
Benoit Boissinot |
filelog: rename filelog.size() to filelog.len()
|
Sun, 29 Oct 2006 10:53:51 +0100 |
Thomas Arendsen Hein |
Define and use nullrev (revision of nullid) instead of -1.
|
Wed, 18 Oct 2006 14:06:48 -0500 |
Matt Mackall |
filecontext: report False for missing files
|
Tue, 17 Oct 2006 18:54:37 -0500 |
Matt Mackall |
Merge with crew
|
Tue, 17 Oct 2006 18:30:12 -0500 |
Matt Mackall |
Add branch method to contexts
|
Sun, 15 Oct 2006 18:43:46 -0700 |
Brendan Cully |
Fix annotate where linkrev != rev without exporting linkrev
|
Sun, 15 Oct 2006 18:25:07 -0700 |
Brendan Cully |
Back out d8eba1c3ce9b and a004164dbeef
|
Sun, 15 Oct 2006 17:37:04 -0700 |
Brendan Cully |
Add linkrev to filectx
|
Wed, 11 Oct 2006 17:37:48 -0500 |
Matt Mackall |
Merge with crew
|
Wed, 11 Oct 2006 13:56:35 -0700 |
Brendan Cully |
changectx: search manifest delta for filenode
|
Wed, 11 Oct 2006 13:34:12 -0700 |
Brendan Cully |
context: check self.__dict__ instead of using hasattr
|
Tue, 10 Oct 2006 21:03:24 +0300 |
Giorgos Keramidas |
Revert changeset c67920d78248.
|
Tue, 10 Oct 2006 02:11:59 -0500 |
Matt Mackall |
context: change workingctx str() from . to <node>+
|
Tue, 10 Oct 2006 01:13:03 -0500 |
Matt Mackall |
context: add cmp for filectxs
|
Mon, 09 Oct 2006 23:20:48 -0500 |
Matt Mackall |
filectx: add size method
|
Mon, 09 Oct 2006 21:04:25 -0500 |
Matt Mackall |
fix workingfilectx parents and ancestor functions
|
Tue, 03 Oct 2006 12:28:27 -0700 |
Brendan Cully |
Make changectx.filenode raise repo.LookupError on failure
|
Tue, 03 Oct 2006 12:14:33 -0700 |
Brendan Cully |
Merge with upstream
|
Mon, 02 Oct 2006 17:59:39 -0700 |
Brendan Cully |
Use parentrevs shortcut in filectx.annotate
|
Sun, 01 Oct 2006 13:44:08 -0700 |
Brendan Cully |
Make filectx.__init__ use LookupError
|
Sun, 01 Oct 2006 12:42:50 -0700 |
Brendan Cully |
Raise LookupError in changectx.filectx if filenode can't be found
|
Sun, 01 Oct 2006 19:26:33 +0200 |
Thomas Arendsen Hein |
Whitespace/Tab cleanup
|
Tue, 03 Oct 2006 01:21:46 -0500 |
Matt Mackall |
merge: use new working context object in update
|
Mon, 02 Oct 2006 22:03:14 -0500 |
Matt Mackall |
contexts: add working dir and working file contexts
|
Mon, 02 Oct 2006 15:28:44 -0500 |
Matt Mackall |
context: simplify repr methods
|