Mercurial > hg-stable
graph
-
i18n-ja: synchronized with 87d37aceb5e3 stableWed, 29 Feb 2012 21:09:21 +0900, by FUJIWARA Katsunori
-
Merge with stableFri, 02 Mar 2012 10:43:06 -0800, by Brendan Cully
-
setup.py: don't call splitlines twice on the output of xcodebuild (issue3277) stableFri, 02 Mar 2012 10:42:12 -0800, by Brendan Cully
-
merge with stableFri, 02 Mar 2012 09:57:09 +0100, by Thomas Arendsen Hein
-
merge with stableThu, 01 Mar 2012 17:45:13 +0100, by Thomas Arendsen Hein
-
filemerge: remove temporary files when using internal:dump as merge-tool stableThu, 01 Mar 2012 17:35:12 +0100, by Thomas Arendsen Hein
-
dirstate: filecacheify _ignore (issue3278) stable 2.1.1Thu, 01 Mar 2012 17:49:59 +0200, by Idan Kamara
-
scmutil: add join method to opener to construct path relative to base stableThu, 01 Mar 2012 17:39:58 +0200, by Idan Kamara
-
filecache: refactor path join logic to a function stableThu, 01 Mar 2012 17:39:58 +0200, by Idan Kamara
-
merge with stableWed, 29 Feb 2012 17:27:24 -0600, by Matt Mackall
-
subrepo: fix for merge inconsistencies stableWed, 29 Feb 2012 14:24:57 +0100, by Friedrich Kastner-Masilko
-
bundlerepo: bundle repos should be non-publishing (issue3266) stableWed, 29 Feb 2012 14:41:11 +0100, by Pierre-Yves David
-
bugzilla: stop XMLRPC requests from requesting gzipped responses stableWed, 29 Feb 2012 17:43:03 +0000, by Jim Hague
-
merge with stableTue, 28 Feb 2012 21:17:53 -0600, by Matt Mackall
-
update: delete bookmarks.current when explicitly updating to a rev (issue3276) stableTue, 28 Feb 2012 23:47:46 +0200, by Idan Kamara
-
convert: ignore blank lines in mapfiles (issue3286) stableTue, 28 Feb 2012 10:06:35 +0100, by Patrick Mezard
-
update: don't move the active bookmark if a rev is specified with -r stableTue, 28 Feb 2012 01:07:55 +0200, by Idan Kamara
-
mq: fix qapplied --last and qprev documentation (issue3282) stableMon, 27 Feb 2012 18:23:18 +0100, by Patrick Mezard
-
setup: handle output from Apple's Xcode 4.3 better (issue3277) stableMon, 27 Feb 2012 08:54:26 -0500, by Greg Ward
-
graphlog: apply file filters --patch/--stat outputSun, 26 Feb 2012 17:12:15 +0100, by Patrick Mezard
-
context: add followfirst arg to filectx and workingfilectxSun, 26 Feb 2012 17:10:57 +0100, by Patrick Mezard
-
graphlog: fix --removedSun, 26 Feb 2012 17:10:57 +0100, by Patrick Mezard
-
test-glog: rewrite more tests using testlog() functionSun, 26 Feb 2012 17:10:56 +0100, by Patrick Mezard
-
match: consider filesets as "anypats"Sun, 26 Feb 2012 17:10:55 +0100, by Patrick Mezard
-
graphlog: evaluate FILE/-I/-X filesets on the working dirSun, 26 Feb 2012 17:10:51 +0100, by Patrick Mezard
-
graphlog: implement --copiesSun, 26 Feb 2012 16:56:32 +0100, by Patrick Mezard
-
test-check-code-hg: skip test if not in a working dir (issue3248). stableSat, 18 Feb 2012 16:30:17 -0500, by Greg Ward
-
copies: use ctx.dirs() for directory rename detectionSun, 26 Feb 2012 16:45:59 -0600, by Matt Mackall
-
copies: fix mergecopies doc mapping directionSun, 26 Feb 2012 15:51:56 -0600, by Matt Mackall
-
merge with stableSat, 25 Feb 2012 16:48:07 -0600, by Matt Mackall
-
graphlog: implement --follow-firstSat, 25 Feb 2012 22:11:36 +0100, by Patrick Mezard
-
graphlog: implement --follow with file argumentsSat, 25 Feb 2012 22:11:36 +0100, by Patrick Mezard
-
test-glog: test multiple --prune valuesSat, 25 Feb 2012 22:11:35 +0100, by Patrick Mezard
-
graphlog: restore FILE glob expansion on WindowsSat, 25 Feb 2012 22:11:34 +0100, by Patrick Mezard
-
glog: restore multiple --rev test lost in rebasingSat, 25 Feb 2012 21:51:13 +0100, by Patrick Mezard
-
copies: remove checkdirs optionsSat, 25 Feb 2012 14:22:58 -0600, by Matt Mackall
-
copies: add docstring for mergecopiesFri, 24 Feb 2012 18:21:06 -0600, by Matt Mackall
-
addremove: return 1 if we failed to handle any explicit filesFri, 24 Feb 2012 16:52:32 -0600, by Matt Mackall
-
merge with stableFri, 24 Feb 2012 16:16:48 -0600, by Matt Mackall
-
log: fix --follow FILE ancestry calculation stableFri, 24 Feb 2012 20:57:59 +0100, by Patrick Mezard
-
test-glog: extend a test before fixing --follow issues stableFri, 24 Feb 2012 20:56:18 +0100, by Patrick Mezard
-
graft: use proper revisions for copy detection (issue3265) stableFri, 24 Feb 2012 16:09:15 -0600, by Matt Mackall
-
graphlog: paths/-I/-X handling requires a new revsetThu, 23 Feb 2012 18:05:20 +0100, by Patrick Mezard
-
graphlog: imitate log slowpath when inputs are explicit filesThu, 23 Feb 2012 17:55:07 +0100, by Patrick Mezard
-
graphlog: paths arguments must be or'edThu, 23 Feb 2012 17:54:42 +0100, by Patrick Mezard
-
graphlog: rewrite --rev like all other optionsThu, 23 Feb 2012 11:21:30 +0100, by Patrick Mezard
-
graphlog: --branch and --only-branch are the sameThu, 23 Feb 2012 11:21:04 +0100, by Patrick Mezard
-
test-check-code-hg: fix xargs exit status on OSX stableThu, 23 Feb 2012 17:46:57 +0100, by Patrick Mezard
-
largefiles: respect store.createmode and avoid extra file copy stableThu, 23 Feb 2012 13:37:10 +0100, by Martin Geisler
-
largefiles: respect store.createmode in basestore.get stableThu, 23 Feb 2012 13:37:10 +0100, by Martin Geisler
-
largefiles: use repo.store.createmode for new files in .hg/largefiles stableThu, 23 Feb 2012 13:22:55 +0100, by Martin Geisler