Mercurial > hg
graph
-
merge with stableFri, 10 Oct 2014 12:15:46 -0500, by Matt Mackall
-
templater: fix ifcontains when list is a string (issue4399) stableFri, 10 Oct 2014 11:38:00 -0500, by Matt Mackall
-
shelve: don't delete "." when rebase is a no-op (issue4398) stableWed, 08 Oct 2014 07:47:11 -0400, by Jordi Gutiérrez Hermoso
-
merge: make error message consistent with other commandsWed, 08 Oct 2014 14:16:53 -0700, by Martin von Zweigbergk
-
test-run-tests: add a test for detection of failure to start a serverFri, 10 Oct 2014 10:34:52 -0400, by Augie Fackler
-
run-tests: more accurate/helpful message than "diff generation failed"Thu, 09 Oct 2014 17:00:29 -0700, by Kyle Lippincott
-
run-tests: handle --jobs and --first gracefullyThu, 09 Oct 2014 15:10:40 -0400, by Augie Fackler
-
config: use the same hgrc for a cloned repo as for an uninitted repoMon, 06 Oct 2014 16:35:02 -0400, by Jordi Gutiérrez Hermoso
-
config: give a more detailed sample repo configWed, 08 Oct 2014 07:45:51 -0400, by Jordi Gutiérrez Hermoso
-
smartset: drop infamous ascending, descendingTue, 07 Oct 2014 01:46:53 -0700, by Pierre-Yves David
-
fullreposet: use `isascending` instead of `ascending` to recognise smartsetsTue, 07 Oct 2014 01:41:14 -0700, by Pierre-Yves David
-
fullreposet: use `sort` to enforce the orderTue, 07 Oct 2014 01:41:26 -0700, by Pierre-Yves David
-
revancestors: replace `descending` with `sort(reverse=False)`Tue, 07 Oct 2014 01:48:34 -0700, by Pierre-Yves David
-
_descendants: replace `ascending()` with `sort()`Tue, 07 Oct 2014 01:41:02 -0700, by Pierre-Yves David
-
_descendants: directly use smartsetTue, 07 Oct 2014 01:36:53 -0700, by Pierre-Yves David
-
baseset: explicitly track order of the basesetFri, 03 Oct 2014 03:29:55 -0500, by Pierre-Yves David
-
baseset: fix isascending and isdescendingFri, 03 Oct 2014 03:31:05 -0500, by Pierre-Yves David
-
baseset: prepare lazy ordering in __iter__Fri, 03 Oct 2014 03:26:18 -0500, by Pierre-Yves David
-
baseset: implement a fastasc and fastdescFri, 03 Oct 2014 03:19:23 -0500, by Pierre-Yves David
-
baseset: stop inheriting from built-in list classMon, 06 Oct 2014 11:03:30 -0700, by Pierre-Yves David
-
strip: stop calling `remove` on smartsetTue, 07 Oct 2014 00:38:14 -0700, by Pierre-Yves David
-
rebase: transform the smartset to a list before comparing with a listTue, 07 Oct 2014 00:31:53 -0700, by Pierre-Yves David
-
merge.update: use `first` instead of direct indexingTue, 07 Oct 2014 00:41:58 -0700, by Pierre-Yves David
-
qimport: use `first` and `last` instead of direct indexingTue, 07 Oct 2014 00:33:47 -0700, by Pierre-Yves David
-
rebase: use `last` instead of direct indexingTue, 07 Oct 2014 00:16:59 -0700, by Pierre-Yves David
-
mq: use `last` instead of direct indexingTue, 07 Oct 2014 00:14:53 -0700, by Pierre-Yves David
-
repair: use `first` instead of direct indexingTue, 07 Oct 2014 00:09:50 -0700, by Pierre-Yves David
-
rangeset: use `first` and `last` instead of direct indexingMon, 06 Oct 2014 23:45:07 -0700, by Pierre-Yves David
-
revpair: use `first` and `last` instead of direct indexingMon, 06 Oct 2014 23:37:39 -0700, by Pierre-Yves David
-
revsingle: use `last` instead of direct indexingMon, 06 Oct 2014 23:37:08 -0700, by Pierre-Yves David