Fri, 29 Sep 2006 16:26:09 -0700 |
Brendan Cully |
hgweb: teach siblings and callers to use contexts
|
changeset |
files
|
Fri, 29 Sep 2006 16:26:09 -0700 |
Brendan Cully |
Add lookup method to filectx
|
changeset |
files
|
Fri, 29 Sep 2006 16:26:09 -0700 |
Brendan Cully |
hgweb: kill off #filenode#
|
changeset |
files
|
Fri, 29 Sep 2006 16:26:09 -0700 |
Brendan Cully |
hgweb: kill #manifest#
|
changeset |
files
|
Sat, 30 Sep 2006 10:29:57 +0200 |
Thomas Arendsen Hein |
Remove duplicate walkopts + dryrunopts from addremove.
|
changeset |
files
|
Sat, 30 Sep 2006 09:46:03 +0200 |
Thomas Arendsen Hein |
Merge with upstream
|
changeset |
files
|
Sat, 30 Sep 2006 09:39:44 +0200 |
Thomas Arendsen Hein |
Remove unneeded (and bashismic) export HGMERGE=true.
|
changeset |
files
|
Fri, 29 Sep 2006 18:17:29 -0700 |
Brendan Cully |
Templater expects an iterable copies variable (fixes notify).
|
changeset |
files
|
Thu, 28 Sep 2006 21:00:01 +0100 |
Stephen Darnell |
Remove single character equivalent of --nodates (was -D)
|
changeset |
files
|
Tue, 26 Sep 2006 00:05:24 +0100 |
Stephen Darnell |
Add -D/--nodates options to hg diff/export that removes dates from diff headers
|
changeset |
files
|
Fri, 29 Sep 2006 23:14:22 +0200 |
Thomas Arendsen Hein |
Documentation clarification for --update option to pull and unbundle
|
changeset |
files
|
Fri, 29 Sep 2006 13:01:19 -0700 |
Brendan Cully |
Show copies in hg log.
|
changeset |
files
|
Fri, 29 Sep 2006 13:00:54 -0700 |
Brendan Cully |
Abstract manifest block parsing.
|
changeset |
files
|
Fri, 29 Sep 2006 13:00:36 -0700 |
Brendan Cully |
Make hg.repository work with no path argument
|
changeset |
files
|
Fri, 29 Sep 2006 21:24:45 +0200 |
Thomas Arendsen Hein |
merge with crew
|
changeset |
files
|
Fri, 29 Sep 2006 21:24:15 +0200 |
Thomas Arendsen Hein |
Make "hg log --style=changelog > changelog" work (issue338)
|
changeset |
files
|
Fri, 29 Sep 2006 19:43:07 +0200 |
Thomas Arendsen Hein |
Clarify precedence for template/style in commands.show_changeset():
|
changeset |
files
|
Fri, 29 Sep 2006 20:00:24 +0200 |
Benoit Boissinot |
add remoteopts to bundle command
|
changeset |
files
|
Fri, 29 Sep 2006 19:59:06 +0200 |
Benoit Boissinot |
factor opts: remote repo access options
|
changeset |
files
|
Fri, 29 Sep 2006 18:39:49 +0200 |
Benoit Boissinot |
factor opts: --dry-run option
|
changeset |
files
|
Fri, 29 Sep 2006 18:39:32 +0200 |
Benoit Boissinot |
factor opts: walk options
|
changeset |
files
|
Fri, 29 Sep 2006 18:39:08 +0200 |
Benoit Boissinot |
factor opts: move globalopts to a more logical place
|
changeset |
files
|
Thu, 28 Sep 2006 11:41:33 -0700 |
Brendan Cully |
mq: raise util.Abort instead of using sys.exit(1)
|
changeset |
files
|
Wed, 27 Sep 2006 14:50:20 -0700 |
Brendan Cully |
mq: don't write applied patches into series twice in restore
|
changeset |
files
|
Wed, 27 Sep 2006 14:32:53 -0700 |
Brendan Cully |
mq: bail out if a patch appears more than once in the series file.
|
changeset |
files
|
Wed, 27 Sep 2006 13:34:20 -0700 |
Brendan Cully |
mq: add --summary to qapplied, qunapplied, qtop, qnext and qprev
|
changeset |
files
|
Wed, 27 Sep 2006 21:44:20 +0200 |
Thomas Arendsen Hein |
Merge with crew
|
changeset |
files
|
Wed, 27 Sep 2006 21:43:45 +0200 |
Thomas Arendsen Hein |
Documentation fixes for addremove.
|
changeset |
files
|
Wed, 27 Sep 2006 08:27:16 -0500 |
TK Soh |
hgk: fix mixup of --limit and REVRANGE in hgk call
|
changeset |
files
|
Wed, 27 Sep 2006 12:08:33 -0700 |
Brendan Cully |
gitweb: cosmetic fixes.
|
changeset |
files
|
Wed, 27 Sep 2006 12:08:32 -0700 |
Brendan Cully |
hgweb: yield filenode as well as node in annotate, use filenode in annotateline
|
changeset |
files
|
Wed, 27 Sep 2006 12:08:30 -0700 |
Brendan Cully |
hgweb: fix changeset link in annotate view.
|
changeset |
files
|
Wed, 27 Sep 2006 20:34:52 +0200 |
Thomas Arendsen Hein |
shortuser should stop before the first space character.
|
changeset |
files
|
Wed, 27 Sep 2006 09:10:31 -0700 |
Brendan Cully |
hgweb: make annotate line revisions point to annotation for that rev
|
changeset |
files
|
Wed, 27 Sep 2006 09:10:29 -0700 |
Brendan Cully |
hgweb: fix annotate bugs
|
changeset |
files
|
Wed, 27 Sep 2006 09:10:28 -0700 |
Brendan Cully |
hgweb: use filectx.annotate instead of filelog
|
changeset |
files
|
Wed, 27 Sep 2006 09:10:21 -0700 |
Brendan Cully |
Refactor annotate copy support.
|
changeset |
files
|
Wed, 27 Sep 2006 09:35:53 +0200 |
Benoit Boissinot |
merge with mainline
|
changeset |
files
|
Tue, 26 Sep 2006 14:40:21 -0500 |
TK Soh |
do not disclose proxy user and password in debug messages
|
changeset |
files
|
Fri, 29 Sep 2006 17:50:59 -0500 |
Matt Mackall |
merge: minor nullid cleanup
|
changeset |
files
|
Fri, 29 Sep 2006 17:47:51 -0500 |
Matt Mackall |
context: add __nonzero__ methods
|
changeset |
files
|
Fri, 29 Sep 2006 16:39:38 -0500 |
Matt Mackall |
merge: use repo.parents and parent contexts in update
|
changeset |
files
|
Fri, 29 Sep 2006 16:29:44 -0500 |
Matt Mackall |
Add str methods to contexts
|
changeset |
files
|
Fri, 29 Sep 2006 16:01:46 -0500 |
Matt Mackall |
Add equality operators to changectx and filectx
|
changeset |
files
|
Fri, 29 Sep 2006 15:56:36 -0500 |
Matt Mackall |
localrepo.parents: return null context for no parents
|
changeset |
files
|
Fri, 29 Sep 2006 15:48:16 -0500 |
Matt Mackall |
Add localrepo.parents to get parent changectxs.
|
changeset |
files
|
Tue, 26 Sep 2006 16:21:52 -0500 |
Matt Mackall |
merge: move partial filtering out of manifest merge
|
changeset |
files
|
Tue, 26 Sep 2006 16:04:07 -0500 |
Matt Mackall |
merge: move findcopies after workingmanifest
|
changeset |
files
|
Tue, 26 Sep 2006 15:58:51 -0500 |
Matt Mackall |
findcopies: shortcut for empty working dir
|
changeset |
files
|
Tue, 26 Sep 2006 13:58:58 +0200 |
Benoit Boissinot |
fix users of dirstate.copies broken by b1f10d3223c1
|
changeset |
files
|
Mon, 25 Sep 2006 22:26:54 -0500 |
Matt Mackall |
Merge with crew
|
changeset |
files
|
Sun, 24 Sep 2006 13:52:27 +0200 |
Benoit Boissinot |
optimize revlog.lookup when passed hex(node)[:...]
|
changeset |
files
|
Sun, 24 Sep 2006 13:52:25 +0200 |
Benoit Boissinot |
cleanups in revlog.lookup
|
changeset |
files
|
Mon, 25 Sep 2006 20:31:05 -0500 |
Matt Mackall |
findcopies: use dirstate rename information
|
changeset |
files
|
Mon, 25 Sep 2006 17:53:17 -0500 |
Matt Mackall |
dirstate: add copies function
|
changeset |
files
|
Mon, 25 Sep 2006 16:45:31 -0500 |
Matt Mackall |
Add core copy detection algorithm
|
changeset |
files
|
Mon, 25 Sep 2006 16:43:21 -0500 |
Matt Mackall |
context: change filectx repr to use @
|
changeset |
files
|
Fri, 22 Sep 2006 16:12:39 -0500 |
Matt Mackall |
context: add __repr__ methods
|
changeset |
files
|
Fri, 22 Sep 2006 16:01:14 -0500 |
Matt Mackall |
filectx: lazy linkrev usage
|
changeset |
files
|
Fri, 22 Sep 2006 15:34:02 -0500 |
Matt Mackall |
restore filectx.changectx() method
|
changeset |
files
|