Mercurial > hg-stable
graph
-
tests: adapt glob pattern to fix test with NetBSD's sh(1) (issue4484)Sun, 28 Dec 2014 23:50:08 +0100, by Thomas Klausner
-
tests: run 'cvs init' only on non-existent directories (issue4482)Sun, 28 Dec 2014 21:30:52 +0100, by Thomas Klausner
-
remove: use vfs instead of os.path + match.rel() for filesystem checksThu, 25 Dec 2014 21:50:35 -0500, by Matt Harbison
-
forget: use vfs instead of os.path + match.rel() for filesystem checksThu, 25 Dec 2014 21:43:45 -0500, by Matt Harbison
-
tests: make a multi-statement hook in bundle2-exchange Windows compatibleWed, 24 Dec 2014 12:07:59 -0500, by Matt Harbison
-
merge with stableMon, 29 Dec 2014 13:10:47 -0600, by Matt Mackall
-
i18n-ja: synchronized with 3b84bde06d17 stableMon, 29 Dec 2014 15:59:56 +0900, by FUJIWARA Katsunori
-
localrepo: use the vfs join method to implement the localrepo join methodTue, 23 Dec 2014 19:48:38 +0100, by Angel Ezquerra
-
localrepo: introduce shared method to check if a repository is sharedSun, 21 Dec 2014 00:19:10 +0100, by Angel Ezquerra
-
trydiff: use 'ctx1.flags()' for symmetry with 'ctx2.flags()'Tue, 23 Dec 2014 16:16:26 -0800, by Martin von Zweigbergk
-
trydiff: use 'not in addedset' for symmetry with 'not in removedset'Tue, 23 Dec 2014 16:25:00 -0800, by Martin von Zweigbergk
-
trydiff: simplify checking for additionsTue, 23 Dec 2014 16:12:54 -0800, by Martin von Zweigbergk
-
trydiff: extract 'date2' variable like existing 'date1'Tue, 23 Dec 2014 14:56:30 -0800, by Martin von Zweigbergk
-
trydiff: use sets, not lists, for containment checksTue, 23 Dec 2014 10:41:45 -0800, by Martin von Zweigbergk
-
largefiles: fix unused importWed, 24 Dec 2014 13:33:01 -0600, by Matt Mackall
-
largefiles: look at unfiltered().lfstatus to allow status() to be filteredSun, 07 Dec 2014 01:32:30 -0500, by Matt Harbison
-
largefiles: eliminate a duplicate message when removing files in verbose modeFri, 28 Nov 2014 14:21:02 -0500, by Matt Harbison
-
largefiles: ensure that the standin files are available in getlfilestoupload()Wed, 17 Dec 2014 21:51:09 -0500, by Matt Harbison
-
merge: move checking of unknown files out of manifestmerge()Thu, 18 Dec 2014 09:22:09 -0800, by Martin von Zweigbergk
-
merge: extract method for checking for conflicting untracked fileSat, 13 Dec 2014 23:52:22 -0800, by Martin von Zweigbergk
-
merge: create 'cm' action for 'get or merge' caseMon, 15 Dec 2014 16:45:19 -0800, by Martin von Zweigbergk
-
merge: don't overwrite untracked file at directory rename targetFri, 12 Dec 2014 23:18:36 -0800, by Martin von Zweigbergk
-
merge: remove constant tuple element from 'aborts'Tue, 18 Nov 2014 20:29:25 -0800, by Martin von Zweigbergk
-
merge: collect checking for unknown files at end of manifestmerge()Wed, 19 Nov 2014 11:51:31 -0800, by Martin von Zweigbergk
-
merge: introduce 'c' action like 'g', but with additional safetyWed, 19 Nov 2014 11:48:30 -0800, by Martin von Zweigbergk
-
merge: structure 'remote created' code to match tableWed, 19 Nov 2014 11:44:00 -0800, by Martin von Zweigbergk
-
pushkey: run hook after the lock releaseMon, 22 Dec 2014 15:48:39 -0800, by Pierre-Yves David
-
setup: use changes since latest tag instead of just distanceFri, 12 Dec 2014 15:31:28 -0800, by Siddharth Agarwal
-
setup: use changessincelatesttag from archive if presentFri, 12 Dec 2014 15:29:39 -0800, by Siddharth Agarwal
-
archive: store number of changes since latest tag as wellFri, 12 Dec 2014 15:27:13 -0800, by Siddharth Agarwal
-
merge with stableMon, 22 Dec 2014 17:26:21 -0600, by Matt Mackall
-
demandimport: blacklist distutils.msvc9compiler (issue4475) stableMon, 22 Dec 2014 17:27:31 -0500, by Augie Fackler
-
largefiles: don't duplicate 'actions' into 'actionbyfile'Thu, 11 Dec 2014 22:51:29 -0800, by Martin von Zweigbergk
-
merge: make calculateupdates() return file->action dictThu, 11 Dec 2014 22:07:41 -0800, by Martin von Zweigbergk
-
merge: let _forgetremoved() work on the file->action dictThu, 11 Dec 2014 21:58:49 -0800, by Martin von Zweigbergk
-
merge: let _resolvetrivial() work on the file->action dictThu, 11 Dec 2014 21:06:16 -0800, by Martin von Zweigbergk
-
merge: let bid merge work on the file->action dictThu, 11 Dec 2014 20:56:53 -0800, by Martin von Zweigbergk
-
merge: write manifestmerge() using dictionary with entry per fileMon, 08 Dec 2014 13:24:10 -0800, by Martin von Zweigbergk
-
repoview: backout ced3ecfc2e57Wed, 17 Dec 2014 12:21:07 -0800, by Pierre-Yves David
-
largefile: explain why no monkey patching on a repoviewWed, 17 Dec 2014 12:19:33 -0800, by Pierre-Yves David
-
largefile: backout ca54fb3d71ceWed, 17 Dec 2014 12:10:16 -0800, by Pierre-Yves David
-
incoming: handle phases the same as pullThu, 18 Dec 2014 12:33:17 -0800, by Eric Sumner
-
bundlerepo: retract phase boundaryThu, 18 Dec 2014 12:22:43 -0800, by Eric Sumner
-
bundlerepo: implement safe phasecacheThu, 18 Dec 2014 11:38:48 -0800, by Eric Sumner
-
localrepo.__getitem__: add slicing supportThu, 18 Dec 2014 11:30:10 -0800, by Eric Sumner
-
ignore: resolve ignore files relative to repo root (issue4473) (BC)Tue, 16 Dec 2014 14:34:53 -0800, by Siddharth Agarwal
-
test-hgignore: add testing for ui.ignoreWed, 17 Dec 2014 18:53:38 -0800, by Siddharth Agarwal
-
tests: add missing globs for WindowsWed, 10 Dec 2014 22:09:46 -0500, by Matt Harbison
-
share: use the 'sharedpath' attr on repo instead of reloading from the fileThu, 18 Dec 2014 23:24:17 -0500, by Matt Harbison
-
share: fix source repo lookup on WindowsThu, 18 Dec 2014 23:16:37 -0500, by Matt Harbison
-
help: suggest '-v -e' to get built-in aliases for extensions (issue4461)Mon, 22 Dec 2014 03:20:50 +0100, by Chingis Dugarzhapov
-
test-check-commit-hg: clarify misleading "commit message rules" errorThu, 18 Dec 2014 10:11:38 -0800, by Martin von Zweigbergk
-
keyword: handle resolve to either parentSun, 21 Dec 2014 13:02:59 +0000, by Christian Ebert
-
keyword: update test file syntaxSun, 21 Dec 2014 12:53:57 +0000, by Christian Ebert
-
branches: deprecate -aMon, 22 Dec 2014 14:49:05 -0600, by Matt Mackall
-
largefiles: fix a spurious missing file warning with forget (issue4053) stableSun, 21 Dec 2014 15:06:54 -0500, by Matt Harbison
-
largefiles: fix a spurious missing file warning with 'remove -A' (issue4053) stableSun, 21 Dec 2014 15:04:13 -0500, by Matt Harbison
-
largefiles: introduce the 'composelargefilematcher()' method stableSun, 21 Dec 2014 14:42:46 -0500, by Matt Harbison