Mercurial > hg
graph
-
Merge with backoutFri, 15 Sep 2006 16:01:16 -0500, by Matt Mackall
-
Back out trusted hgrc change for nowFri, 15 Sep 2006 16:00:16 -0500, by Matt Mackall
-
Merge with crewFri, 15 Sep 2006 15:22:45 -0500, by Matt Mackall
-
Add support for diffstat in commit emails, and move diffstat fromWed, 13 Sep 2006 13:14:08 -0700, by Matt Doar
-
cat: default to working dir parent instead of tipThu, 14 Sep 2006 19:24:00 -0700, by Brendan Cully
-
merge with brendanFri, 15 Sep 2006 00:51:27 +0200, by Benoit Boissinot
-
hgk: add --limit, and revrangesWed, 13 Sep 2006 18:24:58 -0700, by Brendan Cully
-
hgk: add revision numbersWed, 13 Sep 2006 13:50:28 -0700, by Brendan Cully
-
mq: handle patch names containing ":"Thu, 14 Sep 2006 22:52:47 +0200, by Brendan Cully
-
Move revision parsing into cmdutil.Thu, 14 Sep 2006 11:19:35 -0700, by Brendan Cully
-
Avoid negative block sizes in lazyparser.Wed, 13 Sep 2006 14:37:51 -0300, by Alexis S. L. Carvalho
-
mq: add qdelete --forget optionThu, 14 Sep 2006 15:35:55 +0200, by Brendan Cully
-
mq: do not update an empty working directory after strip.Wed, 13 Sep 2006 16:41:03 -0700, by Brendan Cully
-
mq: Add --git option to qrefreshTue, 12 Sep 2006 11:11:19 -0700, by Brendan Cully
-
Add the -s option to `hg help qseries`.Wed, 13 Sep 2006 21:46:36 +0200, by john levon
-
sshrepo: don't try to validate when creating the repoWed, 13 Sep 2006 19:57:40 +0200, by Benoit Boissinot
-
Make qrename handle directory targets; closes #333.Wed, 13 Sep 2006 08:57:08 -0700, by Brendan Cully
-
Fixed python2.3 incompatibility (rsplit) in qpush/qpop with index.Tue, 12 Sep 2006 17:27:41 +0200, by Thomas Arendsen Hein
-
Added tests for qpush/qpop with index.Tue, 12 Sep 2006 17:26:20 +0200, by Thomas Arendsen Hein
-
Fixed OSError "No such file or directory: None" and make IOError consistent.Mon, 11 Sep 2006 10:23:23 +0200, by Thomas Arendsen Hein
-
If local repository is missing, make error message clearer.Mon, 11 Sep 2006 10:08:30 +0200, by Thomas Arendsen Hein
-
don't let lazyparser read more data than it can handleSun, 10 Sep 2006 19:15:08 -0300, by Alexis S. L. Carvalho
-
document changelog formatSat, 09 Sep 2006 12:56:08 +0200, by Benoit Boissinot
-
merge with brendanSat, 09 Sep 2006 12:51:05 +0200, by Benoit Boissinot
-
strip: strip changelog before manifestWed, 30 Aug 2006 15:13:45 -0700, by Brendan Cully
-
extdiff: do not shell-quote options to new commandsMon, 28 Aug 2006 16:30:48 -0500, by TK Soh
-
Include section name and parameter name (if available) in config errors.Fri, 08 Sep 2006 10:01:45 +0200, by Thomas Arendsen Hein
-
Never apply string formatting to generated errors with util.Abort.Fri, 08 Sep 2006 09:36:18 +0200, by Thomas Arendsen Hein
-
hg merge: fix lookup of branchFri, 08 Sep 2006 02:16:16 +0200, by Benoit Boissinot
-
merge with crewFri, 08 Sep 2006 01:07:21 +0200, by Benoit Boissinot
-
hgk.py: fix for a bug introduced in 32fd512ca7c0Fri, 08 Sep 2006 00:56:37 +0200, by Benoit Boissinot
-
allow shell-quoting in command defaultsThu, 07 Sep 2006 13:53:20 -0500, by TK Soh
-
hgk.py: use mercurial.patch functions when possibleThu, 07 Sep 2006 14:13:01 +0200, by Benoit Boissinot
-
git --diff: fix traceback when getting mode changeThu, 07 Sep 2006 14:12:39 +0200, by Benoit Boissinot
-
hgk.py: use nullid instead of a constantThu, 07 Sep 2006 14:01:00 +0200, by Benoit Boissinot
-
hgk.py: fix warnings from pycheckerWed, 06 Sep 2006 02:15:33 +0200, by Benoit Boissinot
-
hgk.py: add an optional file list to debug-diff-treeWed, 06 Sep 2006 02:13:08 +0200, by Benoit Boissinot
-
really treat the right side of acl.{allow,deny} as a list of usersTue, 27 Jun 2006 01:41:07 +0300, by Mikhail Sobolev
-
merge crew with hg-churnTue, 05 Sep 2006 11:33:47 +0200, by Benoit Boissinot
-
Fix for Python 2.3 compatibility.Tue, 05 Sep 2006 12:40:45 +0900, by Shun-ichi GOTO
-
hgk: use short changeset hashesThu, 24 Aug 2006 16:12:23 -0500, by TK Soh
-
merge with brendanTue, 05 Sep 2006 01:15:46 +0200, by Benoit Boissinot
-
unlink temporary patch files even when an exception is raisedTue, 05 Sep 2006 01:11:14 +0200, by Benoit Boissinot
-
Remove temporary git patch filesWed, 30 Aug 2006 13:42:57 -0700, by Brendan Cully
-
Fix git patch application when cwd != repo.rootWed, 30 Aug 2006 13:12:26 -0700, by Brendan Cully
-
Detect git patches in patchbomb makepatch functionWed, 30 Aug 2006 12:55:10 -0700, by Brendan Cully
-
merge with hg-churnMon, 04 Sep 2006 23:27:14 +0200, by Benoit Boissinot
-
[churn] Moved churn extension from hgext to contribMon, 04 Sep 2006 16:02:25 -0400, by Josef "Jeff" Sipek
-
[churn] Fix progress bar not incrementing when merge cset is encounteredSun, 03 Sep 2006 18:41:16 -0400, by Josef "Jeff" Sipek
-
[churn] progress meterSun, 03 Sep 2006 16:30:07 -0400, by Josef "Jeff" Sipek
-
[churn] Ignore merge csetsSun, 03 Sep 2006 16:25:41 -0400, by Josef "Jeff" Sipek
-
[churn] repo.changes was renamed to repo.statusSun, 03 Sep 2006 16:23:18 -0400, by Josef "Jeff" Sipek
-
Merge with mpmSun, 03 Sep 2006 06:06:02 -0400, by Josef "Jeff" Sipek
-
Merge with Brendan CullySat, 19 Aug 2006 15:20:54 -0400, by Josef "Jeff" Sipek
-
Add revision range supportFri, 18 Aug 2006 22:08:48 -0700, by Brendan Cully
-
[churn] Fixed churn ignoring the first commitSat, 19 Aug 2006 14:47:31 -0400, by Josef "Jeff" Sipek
-
[churn] Trivial cleanupTue, 15 Aug 2006 06:15:06 -0400, by Josef "Jeff" Sipek
-
[churn] Trivial cleanup suggested by ThomasTue, 15 Aug 2006 05:48:49 -0400, by Josef "Jeff" Sipek
-
[churn] Cleanup suggestions from tonfaTue, 08 Aug 2006 15:29:33 -0400, by Josef "Jeff" Sipek
-
Churn extensionWed, 26 Jul 2006 19:42:56 -0400, by Josef "Jeff" Sipek