Sun, 06 Mar 2011 15:21:50 +0100 |
Patrick Mezard |
Improve unresolved merge conflicts warning (issue2681)
stable
|
file |
diff |
annotate
|
Wed, 02 Mar 2011 21:57:20 -0600 |
Steve Borho |
bookmark: fix invalidation of localrepo._bookmarkcurrent
stable
|
file |
diff |
annotate
|
Mon, 21 Feb 2011 20:58:54 -0300 |
Wagner Bruna |
rollback, i18n: avoid parameterized message
stable
|
file |
diff |
annotate
|
Fri, 18 Feb 2011 20:25:25 +0100 |
Adrian Buehlmann |
introduce new RequirementError (issue2649)
stable
|
file |
diff |
annotate
|
Thu, 10 Feb 2011 09:03:06 +0100 |
Gilles Moris |
rollback: clarifies the message about the reverted state (issue2628)
stable
|
file |
diff |
annotate
|
Thu, 03 Feb 2011 10:31:17 +0100 |
Martin Geisler |
remove unnecessary list comprehensions
|
file |
diff |
annotate
|
Tue, 15 Feb 2011 22:25:48 +0100 |
Patrick Mezard |
commit: abort if a subrepo is modified and ui.commitsubrepos=no
|
file |
diff |
annotate
|
Fri, 24 Dec 2010 15:23:01 +0100 |
Dan Villiom Podlaski Christiansen |
explicitly close files
|
file |
diff |
annotate
|
Fri, 28 Jan 2011 13:38:34 +0100 |
Adrian Buehlmann |
fncachestore: defer updating the fncache file to a single file open
|
file |
diff |
annotate
|
Fri, 28 Jan 2011 13:34:07 +0100 |
Adrian Buehlmann |
localrepo: acquire lock on stream_in
|
file |
diff |
annotate
|
Fri, 11 Feb 2011 19:44:17 +0100 |
David Soria Parra |
tags: do not merge bookmarks with tags
|
file |
diff |
annotate
|
Fri, 11 Feb 2011 19:36:15 +0100 |
David Soria Parra |
context: add method to return all bookmarks pointing to a node
|
file |
diff |
annotate
|
Thu, 10 Feb 2011 13:46:28 -0600 |
Matt Mackall |
bookmarks: merge suspect addchangegroup into core
|
file |
diff |
annotate
|
Thu, 10 Feb 2011 13:46:28 -0600 |
Matt Mackall |
bookmarks: merge low-level push/pull support into core
|
file |
diff |
annotate
|
Thu, 10 Feb 2011 13:46:28 -0600 |
Matt Mackall |
bookmarks: merge lookup into localrepo
|
file |
diff |
annotate
|
Thu, 10 Feb 2011 13:46:28 -0600 |
Matt Mackall |
bookmarks: merge _findtags method into core
|
file |
diff |
annotate
|
Thu, 10 Feb 2011 13:46:27 -0600 |
Matt Mackall |
bookmarks: merge invalidation into core
|
file |
diff |
annotate
|
Thu, 10 Feb 2011 13:46:27 -0600 |
Matt Mackall |
bookmarks: move commit action into core
|
file |
diff |
annotate
|
Thu, 10 Feb 2011 13:46:27 -0600 |
Matt Mackall |
bookmarks: merge rollback support into localrepo
|
file |
diff |
annotate
|
Thu, 10 Feb 2011 13:46:27 -0600 |
Matt Mackall |
bookmarks: move property methods into localrepo
|
file |
diff |
annotate
|
Mon, 17 Jan 2011 09:37:20 +0100 |
Adrian Buehlmann |
remove pointless os.path.join calls when opening files in .hg/cache
|
file |
diff |
annotate
|
Mon, 31 Jan 2011 22:16:33 +0100 |
Patrick Mezard |
mq: factor out push conditions checks
|
file |
diff |
annotate
|
Tue, 04 Jan 2011 06:29:08 +0100 |
jfh |
move tags.cache and branchheads.cache to a collected cache folder .hg/cache/
|
file |
diff |
annotate
|
Sun, 16 Jan 2011 17:26:34 +0100 |
Benoit Boissinot |
addchangegroup: document the current locking semantics
|
file |
diff |
annotate
|
Tue, 04 Jan 2011 14:12:52 -0600 |
Matt Mackall |
revlog: remove lazy index
|
file |
diff |
annotate
|
Thu, 02 Dec 2010 03:43:06 +0100 |
David Soria Parra |
avoid .split() in for loops and use tuples instead
|
file |
diff |
annotate
|
Fri, 17 Dec 2010 13:38:15 +0100 |
Erik Zielke |
subrepo: backout f02d7a562a21
|
file |
diff |
annotate
|
Mon, 29 Nov 2010 09:37:23 +0100 |
Erik Zielke |
subrepo: avoids empty commit when .hgsubstate is dirty (issue2403)
|
file |
diff |
annotate
|
Tue, 14 Dec 2010 17:10:01 -0600 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Mon, 13 Dec 2010 21:20:30 -0600 |
Kevin Bullock |
tag: don't check .hgtags status if --local passed
stable
|
file |
diff |
annotate
|
Fri, 10 Dec 2010 13:30:37 -0600 |
Augie Fackler |
bundle progress: offer best-guess deterministic progress information
|
file |
diff |
annotate
|
Fri, 10 Dec 2010 16:10:14 +0100 |
Adrian Buehlmann |
localrepo: remove unneeded os.unlink call in wwrite
|
file |
diff |
annotate
|
Fri, 03 Dec 2010 11:30:45 +0100 |
Thomas Arendsen Hein |
coding style: fix gratuitous whitespace after Python keywords
|
file |
diff |
annotate
|
Wed, 24 Nov 2010 15:56:32 -0600 |
Matt Mackall |
branch: operate on branch names in local string space where possible
|
file |
diff |
annotate
|
Wed, 24 Nov 2010 13:25:12 +0100 |
Martin Geisler |
localrepo: move string formatting out of gettext call
|
file |
diff |
annotate
|
Mon, 22 Nov 2010 12:43:31 -0600 |
Matt Mackall |
dirstate: warn on invalid parents rather than aborting
|
file |
diff |
annotate
|
Mon, 15 Nov 2010 17:05:54 -0600 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Mon, 15 Nov 2010 17:04:55 -0600 |
Matt Mackall |
commit: search both parents for missing copy revision (issue2484)
stable
|
file |
diff |
annotate
|
Tue, 02 Nov 2010 11:25:52 +0100 |
Ronny Pfannschmidt |
localrepo: make heads use the keyword args of the sorted builtin
|
file |
diff |
annotate
|
Mon, 01 Nov 2010 17:26:08 +0100 |
Patrick Mezard |
localrepo: do not modify ctx.remove() list in-place
stable
|
file |
diff |
annotate
|
Wed, 20 Oct 2010 17:38:21 -0500 |
Kevin Bullock |
pull: silence spurious 'requesting all changes' message
stable
|
file |
diff |
annotate
|
Tue, 19 Oct 2010 03:55:28 +0200 |
Mads Kiilerich |
subrepo: rename relpath to subrelpath and introduce reporelpath
|
file |
diff |
annotate
|
Sun, 10 Oct 2010 18:58:45 +0200 |
Nicolas Dumazet |
localrepo: use propertycaches to access encode/decode filters
|
file |
diff |
annotate
|
Sun, 10 Oct 2010 19:10:16 +0200 |
Nicolas Dumazet |
localrepo: load filter patterns outside of _filter
|
file |
diff |
annotate
|
Sun, 10 Oct 2010 19:07:58 +0200 |
Nicolas Dumazet |
localrepo: have _loadfilter return the loaded filter patterns
|
file |
diff |
annotate
|
Sat, 09 Oct 2010 21:54:50 +0200 |
Adrian Buehlmann |
store: encode first period or space in filenames (issue1713)
|
file |
diff |
annotate
|
Fri, 08 Oct 2010 18:00:15 -0500 |
Benoit Boissinot |
changegroupsubset: use readdelta() fast path when delta is against a parent
|
file |
diff |
annotate
|
Mon, 20 Sep 2010 14:32:21 -0500 |
Matt Mackall |
bundle: encapsulate all bundle streams in unbundle class
|
file |
diff |
annotate
|
Sun, 19 Sep 2010 12:51:54 -0500 |
Matt Mackall |
bundle: get rid of chunkiter
|
file |
diff |
annotate
|
Sun, 19 Sep 2010 12:38:44 -0500 |
Matt Mackall |
bundle: refactor progress callback
|
file |
diff |
annotate
|
Sat, 18 Sep 2010 18:20:34 -0500 |
Matt Mackall |
bundle: make getchunk() a method
|
file |
diff |
annotate
|
Wed, 15 Sep 2010 11:06:22 +0200 |
Sune Foldager |
clone: only use stream when we understand the revlog format
|
file |
diff |
annotate
|
Wed, 15 Sep 2010 10:44:10 +0200 |
Sune Foldager |
localrepo: factor out requirement application and write
|
file |
diff |
annotate
|
Tue, 07 Sep 2010 16:34:07 +0200 |
Martin Geisler |
subrepos: add function for iterating over ctx subrepos
|
file |
diff |
annotate
|
Tue, 07 Sep 2010 16:23:55 +0200 |
Martin Geisler |
subrepos: handle modified but uncommitted .hgsub
|
file |
diff |
annotate
|
Tue, 07 Sep 2010 15:31:56 +0200 |
Martin Geisler |
localrepo: check nested repos against working directory
|
file |
diff |
annotate
|
Fri, 03 Sep 2010 12:58:51 +0200 |
Martin Geisler |
status: recurse into subrepositories with --subrepos/-S flag
|
file |
diff |
annotate
|
Fri, 03 Sep 2010 12:58:51 +0200 |
Martin Geisler |
localrepo: add auditor attribute which knows about subrepos
|
file |
diff |
annotate
|
Tue, 31 Aug 2010 16:36:31 +0200 |
Martin Geisler |
commit: sort subrepos before committing for stable test output
|
file |
diff |
annotate
|
Sun, 29 Aug 2010 22:55:37 +0200 |
Martin Geisler |
Merge with stable
|
file |
diff |
annotate
|