log mercurial/localrepo.py @ 6760:4faaa0535ea7

age author description
Fri, 27 Jun 2008 13:43:29 -0500 Matt Mackall status: clean up all users for unknown files
Thu, 26 Jun 2008 14:35:50 -0500 Matt Mackall dirstate: fold statwalk and walk
Thu, 26 Jun 2008 14:35:50 -0500 Matt Mackall repo.status: eliminate list_
Thu, 26 Jun 2008 14:35:50 -0500 Matt Mackall add __len__ and __iter__ methods to repo and revlog
Thu, 26 Jun 2008 14:35:46 -0500 Matt Mackall use repo[changeid] to get a changectx
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:29 -0500 Matt Mackall use repo.changectx(None) to get a workingctx
Wed, 25 Jun 2008 17:35:20 -0500 Matt Mackall context: avoid using None for working parent
Wed, 25 Jun 2008 17:33:34 -0500 Matt Mackall lookup: optimize '.'
Wed, 25 Jun 2008 10:54:48 +0200 Dirkjan Ochtman fix default branchheads() argument (e85951aeec6e was very broken)
Tue, 24 Jun 2008 09:36:24 +0200 Dirkjan Ochtman tighter default argument selection in localrepo.branchheads()
Mon, 23 Jun 2008 15:03:22 +0200 Dirkjan Ochtman get repo.branchheads() to use working directory's branch by default
Mon, 23 Jun 2008 13:12:32 +0200 Dirkjan Ochtman kill some trailing spaces
Thu, 19 Jun 2008 00:14:23 +0200 Patrick Mezard context: add memctx for memory commits
Wed, 18 Jun 2008 23:23:03 +0200 Patrick Mezard localrepo: interpret ctx.filectx() exception as a missing file
Wed, 18 Jun 2008 23:00:20 +0200 Patrick Mezard localrepo: do not expose workingctx options
Wed, 18 Jun 2008 22:52:26 +0200 Patrick Mezard localrepo: extract _commitctx() from commit()
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 localrepo: replace dirstate by workingfilectx in filecommit()
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
Sat, 14 Jun 2008 16:01:24 +0200 Patrick Mezard localrepo: remove useless sort() call
Sun, 15 Jun 2008 13:01:03 +0200 Patrick Mezard Ignore dummy copies in dirstate and localrepo.filecommit()
Fri, 13 Jun 2008 17:29:10 -0500 Matt Mackall tag: record tag we're superseding, if any (issue 1102)
Thu, 05 Jun 2008 16:25:11 +0200 Peter Arrenbrecht drop superfluous param from revlog.addgroup()
Wed, 28 May 2008 22:45:07 +0200 Patrick Mezard localrepo: fix partial merge test (issue 1111)
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall match: remove files arg from repo.status and friends
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall walk: make dirstate.walk return a single value too
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall walk: return a single value
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall walk: remove cmdutil.walk
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall walk: remove more old badmatch logic
Mon, 12 May 2008 11:37:07 -0500 Matt Mackall walk: begin refactoring badmatch handling
Mon, 12 May 2008 11:37:07 -0500 Matt Mackall walk: remove files arg from repo.walk and dirstate.walk
Mon, 12 May 2008 11:37:07 -0500 Matt Mackall walk: introduce match objects
Mon, 12 May 2008 11:37:07 -0500 Matt Mackall walk: eliminate some default variables
Mon, 14 Apr 2008 23:04:34 +0200 Patrick Mezard Merge with crew-stable
Mon, 14 Apr 2008 22:31:33 +0200 Patrick Mezard localrepo: forbid nullid copyrev
Sat, 12 Apr 2008 20:03:54 +0200 Dirkjan Ochtman remove trailing whitespace introduced in cfeeac24fc1e
Fri, 11 Apr 2008 22:19:52 -0700 Bryan O'Sullivan repo: add rjoin method
Sun, 30 Mar 2008 20:21:46 +0200 Benoit Boissinot fix error spotted by pychecker
Mon, 24 Mar 2008 15:36:56 -0700 Bryan O'Sullivan commit: when committing the results of a merge, it's all or nothing
Sun, 23 Mar 2008 21:03:24 -0300 Alexis S. L. Carvalho don't use hasattr in repo.invalidate
Sun, 23 Mar 2008 21:03:24 -0300 Alexis S. L. Carvalho localrepo.commit: grab locks before getting the list of files to commit
Fri, 21 Mar 2008 00:39:39 +0100 Thomas Arendsen Hein tab/space cleanup
Fri, 14 Mar 2008 15:38:56 -0700 John Coomes tag: allow multiple tags to be added or removed
Thu, 20 Mar 2008 11:12:35 -0500 Matt Mackall repo classes: remove unused dev() method
Fri, 14 Mar 2008 09:56:58 -0300 Alexis S. L. Carvalho localrepo.commit: normalize commit message even for rawcommit.
Thu, 13 Mar 2008 15:40:41 +0100 Benoit Boissinot fix incorrect date when committing a tag
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, 02 Mar 2008 13:52:34 +0100 Thomas Arendsen Hein Extend/correct acc40572da5b regarding -qA and ignored files.
Thu, 28 Feb 2008 17:51:04 +0100 Dirkjan Ochtman warning on push should mention heads, not branches
Thu, 21 Feb 2008 16:22:31 -0300 Alexis S. L. Carvalho repo.status: also compare flags for files in the lookup list.
Sun, 17 Feb 2008 21:34:28 +0100 Thomas Arendsen Hein Fix bad behaviour when specifying an invalid date (issue700)
Sat, 16 Feb 2008 12:46:28 +0100 Patrick Mezard Merge with crew-stable
Fri, 15 Feb 2008 16:06:36 -0200 Alexis S. L. Carvalho automatically update the branch cache when tip changes