mercurial/localrepo.py
Wed, 22 Oct 2008 21:43:35 +0200 Benoit Boissinot findincoming: do the binary search in branches in parallel
Sat, 18 Oct 2008 20:25:45 +0200 Benoit Boissinot fix issue with strip() for revlog with non-monotonic linkrevs (issue1342)
Sat, 18 Oct 2008 04:26:09 -0500 Matt Mackall rename: handle renaming to a target marked removed
Sun, 12 Oct 2008 15:21:08 -0500 Matt Mackall diff: pass contexts to status
Sat, 11 Oct 2008 13:07:29 +0200 Patrick Mezard context: improve memctx documentation
Thu, 09 Oct 2008 14:16:17 +0200 Patrick Mezard Show added files as "added" in editor commit message (issue 1330)
Wed, 08 Oct 2008 16:22:10 -0500 Matt Mackall status: don't warn about missing files present in base revision (issue1323)
Mon, 06 Oct 2008 13:51:36 +0200 Patrick Mezard Merge with crew-stable
Fri, 03 Oct 2008 23:13:03 +0200 Bernhard Leiner Add missing catch of a TypeError
Wed, 10 Sep 2008 08:48:23 +0200 Benoit Boissinot Backed out changeset 3d54cf97598d (see issue916 for details)
Mon, 08 Sep 2008 14:04:10 +0200 Benoit Boissinot tag: without a checkout, base the tag changeset on tip instead of nullid
Mon, 08 Sep 2008 13:07:00 +0200 Peter Ruibal use Exception(args)-style raising consistently (py3k compatibility)
Fri, 05 Sep 2008 11:00:07 +0200 Patrick Mezard store: pathjoiner default value is os.path.join
Sun, 31 Aug 2008 00:22:20 +0200 Adrian Buehlmann Fix for Issue1260
Sun, 31 Aug 2008 16:12:02 +0200 Martin Geisler i18n: mark strings for translation in Mercurial
Thu, 21 Aug 2008 11:35:17 +0200 Dirkjan Ochtman strip trailing whitespace, replace tabs by spaces
Sat, 29 Mar 2008 23:05:45 +0100 Martin Geisler Begin commit messages with two empty lines.
Wed, 13 Aug 2008 20:18:44 -0500 Matt Mackall streamclone: fold in localrepo.storefiles
Wed, 13 Aug 2008 20:18:43 -0500 Matt Mackall store: change handling of decoding errors
Wed, 13 Aug 2008 20:18:42 -0500 Matt Mackall store: take opener as an argument
Wed, 13 Aug 2008 20:18:42 -0500 Matt Mackall localrepo: simplify requirements checking
Wed, 13 Aug 2008 20:18:42 -0500 Matt Mackall localrepo: kill _createmode
Wed, 13 Aug 2008 20:18:40 -0500 Stefano Tortarolo make commit fail when committing unresolved files
Tue, 12 Aug 2008 17:47:08 +0200 Dirkjan Ochtman merge with crew-stable
Sun, 10 Aug 2008 21:55:06 -0500 Matt Mackall util: set_flags shouldn't know about repo flag formats
Sun, 10 Aug 2008 18:38:43 -0500 Matt Mackall Merge with stable
Sun, 10 Aug 2008 18:01:03 -0500 Matt Mackall add a fix for issue 1175
Sun, 10 Aug 2008 18:01:03 -0500 Matt Mackall commit: simplify file copy logic
Thu, 24 Jul 2008 16:32:52 +0200 Adrian Buehlmann introduce store classes
Thu, 24 Jul 2008 16:32:51 +0200 Adrian Buehlmann move filename encoding functions from util.py to new store.py
Tue, 22 Jul 2008 13:03:19 -0500 Matt Mackall dirstate.walk: push sorting up
Tue, 22 Jul 2008 13:00:22 -0500 Matt Mackall minor status fixups
Sun, 20 Jul 2008 19:09:00 +0200 Patrick Mezard localrepo: fix status() typos from 854b907527e5a and 97c12b1ed1e0
Fri, 18 Jul 2008 12:31:40 +0200 Christian Boos localrepo: do not modify a dictionary being iterated in status()
Fri, 11 Jul 2008 18:46:02 -0500 Matt Mackall status: various cleanups
Fri, 11 Jul 2008 18:46:02 -0500 Matt Mackall status: use contexts
Fri, 27 Jun 2008 19:25:48 -0500 Matt Mackall context: add walk method
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: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()
less more (0) -300 -100 -60 tip