Mon, 01 Jun 2009 13:51:21 -0500 |
Matt Mackall |
commit: apply force flag without files
|
Wed, 03 Jun 2009 13:42:55 +0200 |
John Mulligan |
localrepo: set heads and branchheads to be closed=False by default
|
Sun, 31 May 2009 17:54:18 -0500 |
Matt Mackall |
match: ignore return of match.bad
|
Sun, 31 May 2009 01:30:16 +0200 |
Martin Geisler |
wrap string literals in error messages
|
Thu, 28 May 2009 08:29:40 +0200 |
Adrian Buehlmann |
localrepo: move comment
|
Wed, 27 May 2009 14:16:13 +0200 |
Simon Heimberg |
localrepo: use lock.release for single lock
|
Mon, 25 May 2009 10:44:37 -0500 |
Matt Mackall |
lookup: check for dirstate damage on failure
|
Sun, 24 May 2009 02:56:14 -0500 |
Matt Mackall |
match: add some default args
|
Sun, 24 May 2009 02:56:14 -0500 |
Matt Mackall |
match: change all users of util.matcher to match.match
|
Sat, 23 May 2009 17:04:31 +0200 |
Sune Foldager |
named branches: improve pre-push logic (issue736)
|
Sat, 23 May 2009 17:02:49 +0200 |
Henrik Stuart |
named branches: server branchmap wire protocol support (issue736)
|
Wed, 20 May 2009 18:35:47 +0200 |
Benoit Boissinot |
filelog encoding: move the encoding/decoding into store
|
Wed, 20 May 2009 00:52:46 +0200 |
Martin Geisler |
use 'x is None' instead of 'x == None'
|
Tue, 19 May 2009 11:39:12 +0200 |
Benoit Boissinot |
localrepo: update commit*() docstrings
|
Mon, 18 May 2009 17:36:24 -0500 |
Matt Mackall |
commit: tidy up mergestate slightly
|
Mon, 18 May 2009 17:36:24 -0500 |
Matt Mackall |
commit: drop unneeded dirstate invalidate logic
|
Mon, 18 May 2009 17:36:24 -0500 |
Matt Mackall |
commit: some tidying
|
Mon, 18 May 2009 17:36:24 -0500 |
Matt Mackall |
commit: remove unused lock var
|
Mon, 18 May 2009 17:36:24 -0500 |
Matt Mackall |
commit: move description trimming into changelog
|
Mon, 18 May 2009 17:36:24 -0500 |
Matt Mackall |
commit: simplify manifest commit
|
Mon, 18 May 2009 17:36:24 -0500 |
Matt Mackall |
commit: move editor outside transaction
|
Sun, 17 May 2009 16:56:53 +0200 |
Martin Geisler |
localrepo: use set.update for bulk updates
|
Sun, 17 May 2009 04:33:39 +0200 |
Benoit Boissinot |
localrepo: use set instead of dict
|
Thu, 14 May 2009 13:24:39 -0500 |
Matt Mackall |
commit: hoist the rest of the dirstate manipulation out of commitctx
|
Thu, 14 May 2009 13:24:39 -0500 |
Matt Mackall |
commit: hoist up dirstate invalidate
|
Thu, 14 May 2009 13:24:26 -0500 |
Matt Mackall |
commitctx: use contexts more fully
|
Thu, 14 May 2009 13:21:20 -0500 |
Matt Mackall |
commitctx: eliminate some variables
|
Thu, 14 May 2009 13:21:20 -0500 |
Matt Mackall |
commit: move lots of commitctx outside of the repo lock
|
Thu, 14 May 2009 13:21:20 -0500 |
Matt Mackall |
commit: combine _commitctx and commitctx, drop unused force argument
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
commit: move commit editor to cmdutil, pass as function
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
commit: push repo lock down into _commitctx
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
commit: move 'nothing changed' test into commit()
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
commit: drop unused p1 and p2 args
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
tag: drop unused use_dirstate and parent from _tag()
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
filecommit: swallow some bits from _commitctx, add _
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
commitctx: replace wctx with ctx
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
commitctx: replace two dirstate vars with working
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
commitctx: simplify locking
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
remove deprecated rawcommit
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
status: check cmp list in order
|
Thu, 14 May 2009 16:11:45 +0200 |
Peter Arrenbrecht |
localrepo: use more direct vars in addchangegroup
|
Thu, 14 May 2009 16:09:27 +0200 |
Peter Arrenbrecht |
localrepo: use cl throughout in addchangegroup
|
Thu, 14 May 2009 15:35:46 +0200 |
Peter Arrenbrecht |
drop unused imports
|
Tue, 28 Apr 2009 17:40:46 +0200 |
Simon Heimberg |
separate import lines from mercurial and general python modules
|
Mon, 04 May 2009 15:31:57 +0200 |
Henrik Stuart |
transaction: refactor transaction.abort and rollback to use the same code
|
Sun, 03 May 2009 00:20:08 +0200 |
Martin Geisler |
localrepo: mark commit message template for translation
|
Wed, 29 Apr 2009 20:47:28 -0500 |
Matt Mackall |
localrepo: use set for requirements
|
Wed, 29 Apr 2009 20:47:15 -0500 |
Matt Mackall |
localrepo: use propertycache
|
Tue, 28 Apr 2009 18:14:49 +0200 |
Martijn Pieters |
localrepo: Refactor var names in filecommit to improve readability.
|
Tue, 28 Apr 2009 18:32:15 +0200 |
Martin Geisler |
localrepo: corrected outdated comment
|
Tue, 28 Apr 2009 18:29:50 +0200 |
Martin Geisler |
localrepo: fixed typos in comments
|
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 various uses of list.reverse()
|
Sun, 26 Apr 2009 16:50:44 -0500 |
Matt Mackall |
replace util.sort with sorted built-in
|
Sun, 26 Apr 2009 16:50:43 -0500 |
Matt Mackall |
ui: replace parentui mechanism with repo.baseui
|
Fri, 24 Apr 2009 17:32:18 +0200 |
Martin Geisler |
localrepo: use sets in findcommonincoming
|
Wed, 22 Apr 2009 00:57:28 +0200 |
Martin Geisler |
replace set-like dictionaries with real sets
|
Wed, 22 Apr 2009 00:56:06 +0200 |
Martin Geisler |
util: use built-in set instead of util.unique
|
Wed, 22 Apr 2009 00:55:32 +0200 |
Martin Geisler |
util: use built-in set and frozenset
|
Wed, 22 Apr 2009 02:01:22 +0200 |
Ronny Pfannschmidt |
document the locking pattern in localrepo.status
|
Wed, 22 Apr 2009 02:01:22 +0200 |
Ronny Pfannschmidt |
switch lock releasing in the core from gc to explicit
|
Wed, 22 Apr 2009 02:01:22 +0200 |
Ronny Pfannschmidt |
made repo locks recursive and deprecate refcounting based lock releasing
|
Wed, 15 Apr 2009 19:54:22 +0200 |
Henrik Stuart |
transaction: support multiple, separate transactions
|
Fri, 03 Apr 2009 14:51:48 -0500 |
Matt Mackall |
move encoding bits from util to encoding
|
Tue, 31 Mar 2009 23:11:11 +0200 |
Martin Geisler |
merge with -stable
|
Tue, 31 Mar 2009 07:56:28 +0200 |
Simon Heimberg |
error: import LockError from correct module
|
Mon, 23 Mar 2009 13:13:06 +0100 |
Peter Arrenbrecht |
cleanup: drop unused assignments
|
Mon, 16 Mar 2009 16:58:41 -0500 |
Matt Mackall |
resolve: move reset to localrepo.commit
|
Mon, 02 Mar 2009 19:19:09 -0600 |
Matt Mackall |
tag: force load of tag cache
|
Fri, 27 Feb 2009 08:13:42 -0600 |
Matt Mackall |
Merge with stable
|
Sun, 25 Jan 2009 19:15:49 +0100 |
Dirkjan Ochtman |
merge with stable
|
Mon, 16 Feb 2009 19:35:07 -0600 |
Matt Mackall |
Introduce HG_PREPEND to solve pretxn races
|
Sun, 25 Jan 2009 13:20:43 -0500 |
John Mulligan |
branch closing: permit closing the default branch
|
Sun, 25 Jan 2009 12:09:51 -0600 |
Matt Mackall |
Merge with stable
|
Sun, 25 Jan 2009 10:16:45 -0600 |
Matt Mackall |
wire protocol: avoid infinite loop (issue1483)
|
Sun, 25 Jan 2009 18:58:12 +0100 |
Patrick Mezard |
Merge with crew-stable
|
Sun, 25 Jan 2009 18:55:29 +0100 |
Patrick Mezard |
Fix a corner case when committing a rename after a merge (issue1476)
|
Mon, 19 Jan 2009 12:59:56 +0100 |
Dirkjan Ochtman |
kill some trailing whitespace
|
Wed, 14 Jan 2009 21:47:38 -0500 |
John Mulligan |
branch closing: referencing open and closed branches/heads
|
Wed, 14 Jan 2009 21:47:38 -0500 |
John Mulligan |
branch closing: mark closed branches with a 'close' extra
|
Wed, 14 Jan 2009 21:47:38 -0500 |
John Mulligan |
store all heads of a branch in the branch cache
|
Mon, 12 Jan 2009 11:48:05 -0600 |
Matt Mackall |
error: move SignalInterrupt
|
Mon, 12 Jan 2009 11:28:28 -0600 |
Matt Mackall |
error: move UnexpectedOutput (now ResponseError)
|
Mon, 12 Jan 2009 11:09:14 -0600 |
Matt Mackall |
error: move lock errors
|
Mon, 12 Jan 2009 10:42:31 -0600 |
Matt Mackall |
error: move repo errors
|
Sun, 11 Jan 2009 22:48:28 -0600 |
Matt Mackall |
errors: move revlog errors
|
Mon, 12 Jan 2009 09:16:03 +0100 |
Dirkjan Ochtman |
use dict.iteritems() rather than dict.items()
|
Sat, 03 Jan 2009 17:15:21 +0100 |
Martin Geisler |
lowercase ui.debug and assert output
|
Sat, 03 Jan 2009 20:16:10 +0100 |
Patrick Mezard |
localrepo: fix bad manifest delta generation (issue1433)
|
Tue, 02 Dec 2008 19:36:43 +0100 |
Benoit Boissinot |
push: use the fast changegroup() path on push
|
Thu, 27 Nov 2008 16:07:17 +0100 |
Dirkjan Ochtman |
bundlerepo doesn't really have a dirstate, throw AttributeError if requested
|
Tue, 25 Nov 2008 23:26:33 +0100 |
Benoit Boissinot |
protocol: use changegroupsubset() if possible (issue1389)
|
Fri, 14 Nov 2008 14:12:43 -0600 |
Matt Mackall |
lookup: fast-paths for int and 'tip'
|
Wed, 12 Nov 2008 15:19:14 -0600 |
Matt Mackall |
linkrev: take a revision number rather than a hash
|
Fri, 24 Oct 2008 16:20:53 +0200 |
Benoit Boissinot |
findincoming: build the correct list from the start
|
Fri, 24 Oct 2008 10:31:51 +0200 |
Adrian Buehlmann |
add format.usefncache config option (default is true)
|
Tue, 21 Oct 2008 17:00:35 +0200 |
Benoit Boissinot |
fix pull racing with push/commit (issue1320)
|
Sun, 19 Oct 2008 19:12:07 +0200 |
Adrian Buehlmann |
introduce fncache repository layout
|
Tue, 14 Oct 2008 21:28:49 +0200 |
Mads Kiilerich |
Make it possible to disable filtering for a pattern.
|
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()
|
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
|
Fri, 15 Feb 2008 16:06:36 -0200 |
Alexis S. L. Carvalho |
move the reading of branch.cache from _branchtags to branchtags
|
Fri, 15 Feb 2008 16:06:36 -0200 |
Alexis S. L. Carvalho |
localrepo: keep the UTF-8 version of branchcache around
|
Fri, 15 Feb 2008 16:06:36 -0200 |
Alexis S. L. Carvalho |
localrepo.invalidate: invalidate branchcache
|
Fri, 15 Feb 2008 15:44:32 -0200 |
Alexis S. L. Carvalho |
push: exit(1) if "push creates new remote branches!"
|
Sat, 09 Feb 2008 12:27:58 -0500 |
Jesse Glick |
Strip filter name from command before passing to filter function.
|
Sat, 09 Feb 2008 18:38:54 -0200 |
Alexis S. L. Carvalho |
make the journal/undo files from transactions inherit the mode from .hg/store
|
Sat, 09 Feb 2008 18:38:54 -0200 |
Alexis S. L. Carvalho |
Make files in .hg inherit the permissions from .hg/store
|
Sat, 09 Feb 2008 19:39:01 +0100 |
Thomas Arendsen Hein |
Do not abort rollback if undo.branch isn't available, but warn.
|
Sat, 09 Feb 2008 18:58:31 +0100 |
Thomas Arendsen Hein |
Print less scary warning when invalidating the branch cache.
|
Sun, 03 Feb 2008 21:47:07 -0200 |
Alexis S. L. Carvalho |
merge with crew-stable
|
Sun, 03 Feb 2008 21:03:46 -0200 |
Alexis S. L. Carvalho |
update the branch cache at the end of addchangegroup
|
Sun, 03 Feb 2008 21:03:46 -0200 |
Alexis S. L. Carvalho |
localrepo._tag: add a seek before writing the new tag
|
Fri, 21 Dec 2007 23:21:17 -0500 |
Jesse Glick |
Provide better context for custom Python encode/decode filters.
|
Mon, 28 Jan 2008 21:39:47 +0100 |
Patrick Mezard |
Register data filters in a localrepo instead of util
|
Sun, 20 Jan 2008 14:39:25 +0100 |
Christian Ebert |
Prefer i in d over d.has_key(i)
|
Mon, 21 Jan 2008 14:15:38 +0100 |
Patrick Mezard |
Merge with crew-stable
|
Sat, 19 Jan 2008 18:01:16 -0200 |
Alexis S. L. Carvalho |
changegroupsubset: accept list of per-revlog nodes to include
|
Sat, 19 Jan 2008 18:01:16 -0200 |
Alexis S. L. Carvalho |
addchangegroup: add option to skip check for empty changelog group
|
Mon, 21 Jan 2008 10:02:32 +0100 |
Patrick Mezard |
localrepo: ensure files unicity in commit() (issue 714)
|
Wed, 16 Jan 2008 11:32:25 -0600 |
Matt Mackall |
transactions: don't show a backtrace when journal exists
|
Mon, 07 Jan 2008 15:26:12 -0600 |
Alexandre Vassalotti |
restore branch after rollback (issue 902)
|
Sun, 06 Jan 2008 13:17:10 +0100 |
Thomas Arendsen Hein |
merge with crew-stable
|
Tue, 18 Dec 2007 12:45:30 -0800 |
John Coomes |
hg tag: run tag hook just once
|
Sun, 30 Dec 2007 19:46:13 +0100 |
Thomas Arendsen Hein |
Show number of changesets written to bundle files by default (issue569)
|
Sat, 29 Dec 2007 19:49:48 +0100 |
Thomas Arendsen Hein |
Removed tabs and trailing whitespace in python files
|
Fri, 28 Dec 2007 17:10:25 +0100 |
Thomas Arendsen Hein |
Clarify some messages during commit:
|
Fri, 28 Dec 2007 16:32:14 +0100 |
Thomas Arendsen Hein |
merge with crew
|
Fri, 28 Dec 2007 14:51:16 +0100 |
Patrick Mezard |
Prompt for a commit message in editor, improve error message
|
Tue, 18 Dec 2007 12:45:30 -0800 |
John Coomes |
hg tag: run tag hook just once
|
Thu, 27 Dec 2007 22:27:47 -0600 |
Matt Mackall |
wwrite: simplify with util.set_flags
|
Mon, 24 Dec 2007 12:14:43 +0100 |
Patrick Mezard |
commands: add exits(1) if a specified file cannot be added (issue 891)
|
Tue, 18 Dec 2007 15:40:46 -0600 |
Matt Mackall |
fix spelling error
|
Sun, 09 Dec 2007 16:32:05 +0900 |
Osku Salerma |
Properly check tag's existence as a local/global tag when removing it.
|
Mon, 10 Dec 2007 10:24:29 -0600 |
Matt Mackall |
commit: avoid losing edits during commit
|
Wed, 21 Nov 2007 13:26:18 -0600 |
Matt Mackall |
push/pull: abort if we try to visit a missing or empty revlog
|
Wed, 03 Oct 2007 17:17:28 -0500 |
Matt Mackall |
changegroup: avoid large copies
|
Sun, 23 Sep 2007 15:29:58 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Sun, 23 Sep 2007 14:40:44 +0200 |
Patrick Mezard |
localrepo: fix undelete() on merge working directory (issue 746)
|
Fri, 31 Aug 2007 01:21:31 +0200 |
Benoit Boissinot |
remove unneeded statement
|
Mon, 27 Aug 2007 14:16:04 -0700 |
Bryan O'Sullivan |
Turn capabilities into a mutable set, instead of a fixed tuple.
|
Mon, 27 Aug 2007 14:55:33 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable.
|
Mon, 27 Aug 2007 02:21:58 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable
|
Thu, 23 Aug 2007 12:24:54 -0700 |
Brendan Cully |
Merge with crew-stable
|