Mercurial > hg
graph
-
run-tests: only check the common criteria once per testFri, 26 Jul 2013 21:18:40 -0400, by Simon Heimberg
-
merge with stableThu, 01 Aug 2013 22:52:05 -0500, by Matt Mackall
-
bookmarks: pull --update updates to active bookmark if it moved (issue4007) stable 2.7Thu, 01 Aug 2013 21:43:14 -0500, by Kevin Bullock
-
i18n-ja: synchronized with cfdae231ba78 stableThu, 01 Aug 2013 04:32:29 +0900, by FUJIWARA Katsunori
-
histedit: don't clobber working copy on --abort if not on histedit cset stableThu, 01 Aug 2013 19:55:02 -0500, by Matt Mackall
-
rebase: allow aborting when descendants detected stableThu, 01 Aug 2013 17:54:12 -0500, by Matt Mackall
-
rebase: continue abort without strip for immutable csets (issue3997) stableThu, 01 Aug 2013 17:45:13 -0500, by Matt Mackall
-
rebase: don't clobber wd on --abort when we've updated away (issue4009) stableThu, 01 Aug 2013 17:33:09 -0500, by Matt Mackall
-
bookmarks: update only proper bookmarks on push -r/-B (issue 3973) stableFri, 26 Jul 2013 13:34:51 -0700, by Wojciech Lopata
-
checklink: work around sshfs brain-damage (issue3636) stableSun, 28 Jul 2013 15:02:32 -0500, by Matt Mackall
-
import: cut commit messages at --- unconditionally (issue2148) stableSat, 27 Jul 2013 19:31:14 -0500, by Matt Mackall
-
win32: update Inno Setup installer script and extensions list stableSat, 27 Jul 2013 21:16:12 +0200, by Pascal Quantin
-
revert: make backup when unforgetting a file (issue3423) stableFri, 26 Jul 2013 17:08:05 -0500, by Matt Mackall
-
i18n-it: do not translate rst syntax stable 2.7-rcThu, 25 Jul 2013 21:00:03 +0200, by Simon Heimberg
-
convert: handle changeset sorting errors without traceback (issue3961) stableFri, 26 Jul 2013 14:44:13 +0100, by Frank Kingswood
-
ancestor.deepest: ignore ninteresting while building result (issue3984) stableThu, 25 Jul 2013 14:43:15 -0700, by Siddharth Agarwal
-
ancestor.deepest: decrement ninteresting correctly (issue3984) stableThu, 25 Jul 2013 17:35:53 +0800, by Wei, Elson
-
ancestor.deepest: sort revs in C version stableThu, 25 Jul 2013 14:20:37 -0700, by Siddharth Agarwal
-
check-code: add a check for the next() builtin, which was new in 2.6 stableThu, 25 Jul 2013 10:44:51 -0400, by Augie Fackler
-
mq: rename next() to nextpatch() to avoid confusing a future check-code patch stableThu, 25 Jul 2013 10:42:36 -0400, by Augie Fackler
-
hgweb: replace next(revs) to revs.next() to fix compatibility with Python 2.5- stableThu, 25 Jul 2013 15:27:41 +0400, by Alexander Plavin
-
tests: glob out exception type for directory collision stableThu, 25 Jul 2013 02:44:27 -0500, by Matt Mackall
-
record: add checkunfinished support (issue3955) stableThu, 25 Jul 2013 02:34:09 -0500, by Matt Mackall
-
tests: test-check-code-hg.t works for all files to check stableMon, 22 Jul 2013 10:04:53 +0200, by Simon Heimberg
-
check-code: do not abort on an unreadable file, only report this stableMon, 22 Jul 2013 10:04:45 +0200, by Simon Heimberg
-
heads: fix children/descendants in doc (issue3992) stableThu, 25 Jul 2013 00:54:49 -0500, by Matt Mackall
-
paper: fix rendering of the first tab in a line in Webkit (issue3990) stableSun, 21 Jul 2013 18:50:54 +0400, by Alexander Plavin
-
hgweb: fix duplication for some search queries stableSun, 21 Jul 2013 01:38:04 +0400, by Alexander Plavin
-
sslutil: force SSLv3 on Python 2.6 and later (issue3905) stableWed, 24 Jul 2013 14:51:13 -0400, by Augie Fackler
-
httpclient: update to revision 9517a2b56fe9 of httpplus (issue3905) stableWed, 24 Jul 2013 14:45:29 -0400, by Augie Fackler
-
hgweb: force connection close on early response stableSat, 11 May 2013 20:40:15 -0500, by Augie Fackler
-
hgweb: fix incorrect revisions count in graph (issue3977) stableThu, 25 Jul 2013 02:41:22 +0400, by Alexander Plavin
-
hgweb: fix incorrect way to count revisions in log (issue3977) stableThu, 25 Jul 2013 02:22:39 +0400, by Alexander Plavin
-
hgweb: always start graph with the revision in url stableThu, 25 Jul 2013 02:48:21 +0400, by Alexander Plavin
-
update: add tracking of interrupted updates (issue3113) stableThu, 25 Jul 2013 00:33:28 -0500, by Matt Mackall
-
histedit: add checkunfinished support (issue3955) stableWed, 24 Jul 2013 23:51:44 -0500, by Matt Mackall
-
rebase: add checkunfinished support (issue3955) stableWed, 24 Jul 2013 23:51:44 -0500, by Matt Mackall
-
rebase: reorder parent check and state storage stableWed, 24 Jul 2013 23:51:44 -0500, by Matt Mackall
-
commands: add checks for unfinished operations (issue3955) stableWed, 24 Jul 2013 23:51:40 -0500, by Matt Mackall
-
update: clear any clearable unfinished operations (issue3955) stableWed, 24 Jul 2013 23:30:24 -0500, by Matt Mackall
-
cmdutil: core functionality to block during multistep commands (issue3955) stableWed, 24 Jul 2013 23:27:30 -0500, by Matt Mackall
-
histedit: refuse to edit history that contains merges (issue3962) stableWed, 24 Jul 2013 17:39:29 -0400, by Augie Fackler
-
largefiles: overridematch() should replace the file path instead of extending (issue3934) stableWed, 24 Jul 2013 13:20:44 +0800, by Wei, Elson
-
revlog: handle hidden revs in _partialmatch (issue3979) stableTue, 23 Jul 2013 17:28:12 -0500, by Matt Mackall
-
convert: catch empty origpaths in svn gettags (issue3941) stableFri, 19 Jul 2013 16:45:44 -0500, by Matt Mackall