Tue, 10 Jun 2014 13:44:37 +0300 |
anatoly techtonik |
version: show enabled extensions (issue4209)
|
Tue, 08 Jul 2014 16:24:23 -0700 |
David Soria Parra |
strip: remove bookmarks after strip succeed (issue4295)
|
Thu, 12 Jun 2014 18:02:23 -0700 |
Ryan McElroy |
templater: introduce word function
|
Thu, 03 Jul 2014 23:01:37 -0500 |
Sean Farley |
committablectx: move __contains__ into workingctx
|
Wed, 02 Jul 2014 15:24:43 -0500 |
Sean Farley |
memctx: explicitly set substate to None
|
Tue, 08 Jul 2014 14:45:55 -0500 |
Matt Mackall |
bookmarks: avoid deleting primary bookmarks on rebase
stable
|
Thu, 03 Jul 2014 10:56:03 +0100 |
Jim Hague |
bugzilla: correct config documentation error
stable
|
Sun, 06 Jul 2014 15:43:26 -0400 |
Augie Fackler |
Merge with crew.
|
Sun, 06 Jul 2014 15:39:01 -0400 |
Augie Fackler |
Merge with stable.
|
Sat, 05 Jul 2014 07:31:08 -0700 |
Alex Gaynor |
setup: fixed for Pythons which don't have a CFLAGS
stable
|
Thu, 03 Jul 2014 19:05:04 +0200 |
André Sintzoff |
util.h: declare dirstateTupleType variable instead of defining it
|
Fri, 13 Jun 2014 15:59:18 -0700 |
Sean Farley |
test-context: add test for performing a diff on a memctx
|
Fri, 13 Jun 2014 15:56:11 -0700 |
Sean Farley |
test-context: add test for memctx status
|
Thu, 29 May 2014 16:12:59 -0500 |
Sean Farley |
memctx: add _manifest implementation that computes the filenode
|
Tue, 29 Apr 2014 16:43:59 -0500 |
Sean Farley |
basectx: pass raw context objects to patch.diff
|
Wed, 14 Aug 2013 13:10:27 -0500 |
Sean Farley |
patch: use ctx.node() instead of bare node variable
|
Wed, 02 Jul 2014 00:01:13 -0500 |
Matt Mackall |
merge with stable
|
Tue, 01 Jul 2014 23:32:18 -0500 |
Matt Mackall |
Added signature for changeset 2d8cd3d0e83c
stable
|
Tue, 01 Jul 2014 23:32:11 -0500 |
Matt Mackall |
Added tag 3.0.2 for changeset 2d8cd3d0e83c
stable
|
Tue, 01 Jul 2014 23:27:32 -0500 |
Matt Mackall |
merge with i18n
stable 3.0.2
|
Mon, 30 Jun 2014 18:52:57 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with a4b67bf1f0a5
stable
|
Mon, 30 Jun 2014 19:09:01 +0900 |
FUJIWARA Katsunori |
i18n-ja: synchronized with a4b67bf1f0a5
stable
|
Sat, 07 Jun 2014 15:23:12 -0400 |
Augie Fackler |
rebase: fix bug that caused transitive copy records to disappear (issue4192)
stable
|
Sat, 07 Jun 2014 15:14:36 -0400 |
Augie Fackler |
cmdutil: add copy-filtering support to duplicatecopies
stable
|
Tue, 01 Jul 2014 19:54:48 -0500 |
Matt Mackall |
dispatch: handle empty IOError args
|
Sun, 29 Jun 2014 13:52:35 +0200 |
Angel Ezquerra |
repoview: do not crash when localtags refers to non existing revisions
stable
|
Thu, 12 Jun 2014 18:07:21 -0700 |
Ryan McElroy |
templater: add symbol to error
|
Thu, 12 Jun 2014 17:53:37 -0700 |
Ryan McElroy |
templater: introduce startswith function
|
Thu, 12 Jun 2014 17:45:41 -0700 |
Ryan McElroy |
templatefilter: add splitlines function
|
Thu, 01 May 2014 19:57:25 +0900 |
Yuya Nishihara |
serve: tidy up indent level of repository not found message
|
Thu, 01 May 2014 19:54:43 +0900 |
Yuya Nishihara |
serve: inline checkrepo() that is used only when --stdio is specified
|
Sat, 28 Jun 2014 13:02:44 +0900 |
Yuya Nishihara |
serve: make sure to print "listening at" message immediately
|
Fri, 27 Jun 2014 15:20:50 -0700 |
Matt Mackall |
merge with stable
|
Wed, 25 Jun 2014 14:50:48 -0700 |
Siddharth Agarwal |
match: make glob '**/' match the empty string
stable
|
Sun, 23 Feb 2014 03:13:21 +0100 |
Angel Ezquerra |
tags: read tag info into a sorted dict (rather than into a regular dict)
|
Sun, 23 Feb 2014 01:56:31 +0100 |
Angel Ezquerra |
config: move config.sortdict class into util
|
Mon, 23 Jun 2014 09:33:07 -0400 |
Augie Fackler |
hg: add support for HGUNICODEPEDANTRY environment variable
|
Tue, 27 May 2014 21:02:16 -0700 |
Siddharth Agarwal |
dirstate.status: assign members one by one instead of unpacking the tuple
|
Tue, 27 May 2014 21:02:16 -0700 |
Siddharth Agarwal |
dirstate.status: assign members one by one instead of unpacking the tuple
|
Tue, 27 May 2014 14:27:41 -0700 |
Siddharth Agarwal |
parsers: inline fields of dirstate values in C version
|
Tue, 27 May 2014 17:10:28 -0700 |
Siddharth Agarwal |
dirstate: add dirstatetuple to create dirstate values
|
Tue, 27 May 2014 15:22:23 -0700 |
Siddharth Agarwal |
parsers: remove no longer used dirstate_unset
|
Tue, 27 May 2014 15:17:38 -0700 |
Siddharth Agarwal |
pack_dirstate: in C version, for invalidation set dict to what we write to disk
|
Thu, 26 Jun 2014 11:10:28 -0400 |
Jordi Gutiérrez Hermoso |
record: update comment to match code
|
Sat, 21 Jun 2014 14:49:49 +0530 |
Chinmay Joshi |
hg: update newly added listdir function of vfs in clone
|
Sat, 21 Jun 2014 14:44:09 +0530 |
Chinmay Joshi |
hg: use vfs functions in clone
|
Sat, 21 Jun 2014 14:40:29 +0530 |
Chinmay Joshi |
hg: update util.writefile method to use write with vfs in share
|
Sat, 21 Jun 2014 14:37:39 +0530 |
Chinmay Joshi |
hg: update to use vfs functions in shared destination repository
|
Sat, 21 Jun 2014 14:29:20 +0530 |
Chinmay Joshi |
hg: use vfs functions in destination repository with share
|
Fri, 20 Jun 2014 21:18:14 +0530 |
Chinmay Joshi |
vfs: add listdir for os.listdir in vfs
|
Mon, 23 Jun 2014 09:24:56 -0400 |
Augie Fackler |
templater: restore use of callable() since it was readded in Python 3.2
|
Mon, 23 Jun 2014 09:24:38 -0400 |
Augie Fackler |
hook: restore use of callable() since it was readded in Python 3.2
|
Mon, 23 Jun 2014 09:24:24 -0400 |
Augie Fackler |
help: restore use of callable() since it was readded in Python 3.2
|
Mon, 23 Jun 2014 09:24:06 -0400 |
Augie Fackler |
extensions: restore use of callable() since it was readded in Python 3.2
|
Mon, 23 Jun 2014 09:24:16 -0400 |
Augie Fackler |
fancyopts: restore use of callable() since it was readded in Python 3.2
|
Mon, 23 Jun 2014 09:23:57 -0400 |
Augie Fackler |
gendoc: restore use of callable() since it was readded in Python 3.2
|
Mon, 23 Jun 2014 09:23:47 -0400 |
Augie Fackler |
check-seclevel: restore use of callable() since it was readded in Python 3.2
|
Mon, 23 Jun 2014 09:22:53 -0400 |
Augie Fackler |
check-code: drop ban on callable() which was restored in Python 3.2
|
Sat, 21 Jun 2014 15:56:49 +1000 |
Stephen Lee |
diff: add nobinary config to suppress git-style binary diffs
|
Mon, 23 Jun 2014 13:50:44 -0500 |
Matt Mackall |
branchmap: don't use ui.warn for debug message
|