Mercurial > hg-stable
graph
-
Add -D/--nodates options to hg diff/export that removes dates from diff headersTue, 26 Sep 2006 00:05:24 +0100, by Stephen Darnell
-
Documentation clarification for --update option to pull and unbundleFri, 29 Sep 2006 23:14:22 +0200, by Thomas Arendsen Hein
-
Show copies in hg log.Fri, 29 Sep 2006 13:01:19 -0700, by Brendan Cully
-
Abstract manifest block parsing.Fri, 29 Sep 2006 13:00:54 -0700, by Brendan Cully
-
Make hg.repository work with no path argumentFri, 29 Sep 2006 13:00:36 -0700, by Brendan Cully
-
merge with crewFri, 29 Sep 2006 21:24:45 +0200, by Thomas Arendsen Hein
-
Make "hg log --style=changelog > changelog" work (issue338)Fri, 29 Sep 2006 21:24:15 +0200, by Thomas Arendsen Hein
-
Clarify precedence for template/style in commands.show_changeset():Fri, 29 Sep 2006 19:43:07 +0200, by Thomas Arendsen Hein
-
add remoteopts to bundle commandFri, 29 Sep 2006 20:00:24 +0200, by Benoit Boissinot
-
factor opts: remote repo access optionsFri, 29 Sep 2006 19:59:06 +0200, by Benoit Boissinot
-
factor opts: --dry-run optionFri, 29 Sep 2006 18:39:49 +0200, by Benoit Boissinot
-
factor opts: walk optionsFri, 29 Sep 2006 18:39:32 +0200, by Benoit Boissinot
-
factor opts: move globalopts to a more logical placeFri, 29 Sep 2006 18:39:08 +0200, by Benoit Boissinot
-
mq: raise util.Abort instead of using sys.exit(1)Thu, 28 Sep 2006 11:41:33 -0700, by Brendan Cully
-
mq: don't write applied patches into series twice in restoreWed, 27 Sep 2006 14:50:20 -0700, by Brendan Cully
-
mq: bail out if a patch appears more than once in the series file.Wed, 27 Sep 2006 14:32:53 -0700, by Brendan Cully
-
mq: add --summary to qapplied, qunapplied, qtop, qnext and qprevWed, 27 Sep 2006 13:34:20 -0700, by Brendan Cully
-
Merge with crewWed, 27 Sep 2006 21:44:20 +0200, by Thomas Arendsen Hein
-
Documentation fixes for addremove.Wed, 27 Sep 2006 21:43:45 +0200, by Thomas Arendsen Hein
-
hgk: fix mixup of --limit and REVRANGE in hgk callWed, 27 Sep 2006 08:27:16 -0500, by TK Soh
-
gitweb: cosmetic fixes.Wed, 27 Sep 2006 12:08:33 -0700, by Brendan Cully
-
hgweb: yield filenode as well as node in annotate, use filenode in annotatelineWed, 27 Sep 2006 12:08:32 -0700, by Brendan Cully
-
hgweb: fix changeset link in annotate view.Wed, 27 Sep 2006 12:08:30 -0700, by Brendan Cully
-
shortuser should stop before the first space character.Wed, 27 Sep 2006 20:34:52 +0200, by Thomas Arendsen Hein
-
hgweb: make annotate line revisions point to annotation for that revWed, 27 Sep 2006 09:10:31 -0700, by Brendan Cully
-
hgweb: fix annotate bugsWed, 27 Sep 2006 09:10:29 -0700, by Brendan Cully
-
hgweb: use filectx.annotate instead of filelogWed, 27 Sep 2006 09:10:28 -0700, by Brendan Cully
-
Refactor annotate copy support.Wed, 27 Sep 2006 09:10:21 -0700, by Brendan Cully
-
merge with mainlineWed, 27 Sep 2006 09:35:53 +0200, by Benoit Boissinot
-
do not disclose proxy user and password in debug messagesTue, 26 Sep 2006 14:40:21 -0500, by TK Soh
-
merge: minor nullid cleanupFri, 29 Sep 2006 17:50:59 -0500, by Matt Mackall
-
context: add __nonzero__ methodsFri, 29 Sep 2006 17:47:51 -0500, by Matt Mackall
-
merge: use repo.parents and parent contexts in updateFri, 29 Sep 2006 16:39:38 -0500, by Matt Mackall
-
Add str methods to contextsFri, 29 Sep 2006 16:29:44 -0500, by Matt Mackall
-
Add equality operators to changectx and filectxFri, 29 Sep 2006 16:01:46 -0500, by Matt Mackall
-
localrepo.parents: return null context for no parentsFri, 29 Sep 2006 15:56:36 -0500, by Matt Mackall
-
Add localrepo.parents to get parent changectxs.Fri, 29 Sep 2006 15:48:16 -0500, by Matt Mackall
-
merge: move partial filtering out of manifest mergeTue, 26 Sep 2006 16:21:52 -0500, by Matt Mackall
-
merge: move findcopies after workingmanifestTue, 26 Sep 2006 16:04:07 -0500, by Matt Mackall
-
findcopies: shortcut for empty working dirTue, 26 Sep 2006 15:58:51 -0500, by Matt Mackall
-
fix users of dirstate.copies broken by b1f10d3223c1Tue, 26 Sep 2006 13:58:58 +0200, by Benoit Boissinot
-
Merge with crewMon, 25 Sep 2006 22:26:54 -0500, by Matt Mackall
-
optimize revlog.lookup when passed hex(node)[:...]Sun, 24 Sep 2006 13:52:27 +0200, by Benoit Boissinot
-
cleanups in revlog.lookupSun, 24 Sep 2006 13:52:25 +0200, by Benoit Boissinot
-
findcopies: use dirstate rename informationMon, 25 Sep 2006 20:31:05 -0500, by Matt Mackall
-
dirstate: add copies functionMon, 25 Sep 2006 17:53:17 -0500, by Matt Mackall
-
Add core copy detection algorithmMon, 25 Sep 2006 16:45:31 -0500, by Matt Mackall
-
context: change filectx repr to use @Mon, 25 Sep 2006 16:43:21 -0500, by Matt Mackall
-
context: add __repr__ methodsFri, 22 Sep 2006 16:12:39 -0500, by Matt Mackall
-
filectx: lazy linkrev usageFri, 22 Sep 2006 16:01:14 -0500, by Matt Mackall
-
restore filectx.changectx() methodFri, 22 Sep 2006 15:34:02 -0500, by Matt Mackall
-
fix newline in error messageFri, 22 Sep 2006 18:29:04 +0200, by Benoit Boissinot
-
add comments in cachefuncFri, 22 Sep 2006 17:58:22 +0200, by Benoit Boissinot
-
filectx.annotate: return filectx for each line instead of revFri, 22 Sep 2006 08:19:25 -0700, by Brendan Cully
-
Add cachefunc to abstract function call cacheFri, 22 Sep 2006 08:19:25 -0700, by Brendan Cully
-
Make filectx lazier - some users never use filenodeFri, 22 Sep 2006 08:19:25 -0700, by Brendan Cully
-
context: handle fileid or changeid == 0Fri, 22 Sep 2006 08:19:25 -0700, by Brendan Cully
-
merge with crewFri, 22 Sep 2006 08:48:56 +0200, by Benoit Boissinot
-
mq: Add --rev argument to qimport, to adopt existing changesets.Tue, 19 Sep 2006 10:22:30 -0700, by Brendan Cully
-
manifest.py: remove unnecessary methodWed, 20 Sep 2006 22:26:47 +0200, by Benoit Boissinot