Mon, 30 Jun 2014 18:52:57 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with a4b67bf1f0a5
stable
|
changeset |
files
|
Mon, 30 Jun 2014 19:09:01 +0900 |
FUJIWARA Katsunori |
i18n-ja: synchronized with a4b67bf1f0a5
stable
|
changeset |
files
|
Sat, 07 Jun 2014 15:23:12 -0400 |
Augie Fackler |
rebase: fix bug that caused transitive copy records to disappear (issue4192)
stable
|
changeset |
files
|
Sat, 07 Jun 2014 15:14:36 -0400 |
Augie Fackler |
cmdutil: add copy-filtering support to duplicatecopies
stable
|
changeset |
files
|
Tue, 01 Jul 2014 19:54:48 -0500 |
Matt Mackall |
dispatch: handle empty IOError args
|
changeset |
files
|
Sun, 29 Jun 2014 13:52:35 +0200 |
Angel Ezquerra |
repoview: do not crash when localtags refers to non existing revisions
stable
|
changeset |
files
|
Thu, 12 Jun 2014 18:07:21 -0700 |
Ryan McElroy |
templater: add symbol to error
|
changeset |
files
|
Thu, 12 Jun 2014 17:53:37 -0700 |
Ryan McElroy |
templater: introduce startswith function
|
changeset |
files
|
Thu, 12 Jun 2014 17:45:41 -0700 |
Ryan McElroy |
templatefilter: add splitlines function
|
changeset |
files
|
Thu, 01 May 2014 19:57:25 +0900 |
Yuya Nishihara |
serve: tidy up indent level of repository not found message
|
changeset |
files
|
Thu, 01 May 2014 19:54:43 +0900 |
Yuya Nishihara |
serve: inline checkrepo() that is used only when --stdio is specified
|
changeset |
files
|
Sat, 28 Jun 2014 13:02:44 +0900 |
Yuya Nishihara |
serve: make sure to print "listening at" message immediately
|
changeset |
files
|
Fri, 27 Jun 2014 15:20:50 -0700 |
Matt Mackall |
merge with stable
|
changeset |
files
|
Wed, 25 Jun 2014 14:50:48 -0700 |
Siddharth Agarwal |
match: make glob '**/' match the empty string
stable
|
changeset |
files
|
Sun, 23 Feb 2014 03:13:21 +0100 |
Angel Ezquerra |
tags: read tag info into a sorted dict (rather than into a regular dict)
|
changeset |
files
|
Sun, 23 Feb 2014 01:56:31 +0100 |
Angel Ezquerra |
config: move config.sortdict class into util
|
changeset |
files
|
Mon, 23 Jun 2014 09:33:07 -0400 |
Augie Fackler |
hg: add support for HGUNICODEPEDANTRY environment variable
|
changeset |
files
|
Tue, 27 May 2014 21:02:16 -0700 |
Siddharth Agarwal |
dirstate.status: assign members one by one instead of unpacking the tuple
|
changeset |
files
|
Tue, 27 May 2014 21:02:16 -0700 |
Siddharth Agarwal |
dirstate.status: assign members one by one instead of unpacking the tuple
|
changeset |
files
|
Tue, 27 May 2014 14:27:41 -0700 |
Siddharth Agarwal |
parsers: inline fields of dirstate values in C version
|
changeset |
files
|
Tue, 27 May 2014 17:10:28 -0700 |
Siddharth Agarwal |
dirstate: add dirstatetuple to create dirstate values
|
changeset |
files
|
Tue, 27 May 2014 15:22:23 -0700 |
Siddharth Agarwal |
parsers: remove no longer used dirstate_unset
|
changeset |
files
|
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
|
changeset |
files
|
Thu, 26 Jun 2014 11:10:28 -0400 |
Jordi GutiƩrrez Hermoso |
record: update comment to match code
|
changeset |
files
|
Sat, 21 Jun 2014 14:49:49 +0530 |
Chinmay Joshi |
hg: update newly added listdir function of vfs in clone
|
changeset |
files
|
Sat, 21 Jun 2014 14:44:09 +0530 |
Chinmay Joshi |
hg: use vfs functions in clone
|
changeset |
files
|
Sat, 21 Jun 2014 14:40:29 +0530 |
Chinmay Joshi |
hg: update util.writefile method to use write with vfs in share
|
changeset |
files
|
Sat, 21 Jun 2014 14:37:39 +0530 |
Chinmay Joshi |
hg: update to use vfs functions in shared destination repository
|
changeset |
files
|
Sat, 21 Jun 2014 14:29:20 +0530 |
Chinmay Joshi |
hg: use vfs functions in destination repository with share
|
changeset |
files
|
Fri, 20 Jun 2014 21:18:14 +0530 |
Chinmay Joshi |
vfs: add listdir for os.listdir in vfs
|
changeset |
files
|
Mon, 23 Jun 2014 09:24:56 -0400 |
Augie Fackler |
templater: restore use of callable() since it was readded in Python 3.2
|
changeset |
files
|
Mon, 23 Jun 2014 09:24:38 -0400 |
Augie Fackler |
hook: restore use of callable() since it was readded in Python 3.2
|
changeset |
files
|
Mon, 23 Jun 2014 09:24:24 -0400 |
Augie Fackler |
help: restore use of callable() since it was readded in Python 3.2
|
changeset |
files
|
Mon, 23 Jun 2014 09:24:06 -0400 |
Augie Fackler |
extensions: restore use of callable() since it was readded in Python 3.2
|
changeset |
files
|
Mon, 23 Jun 2014 09:24:16 -0400 |
Augie Fackler |
fancyopts: restore use of callable() since it was readded in Python 3.2
|
changeset |
files
|
Mon, 23 Jun 2014 09:23:57 -0400 |
Augie Fackler |
gendoc: restore use of callable() since it was readded in Python 3.2
|
changeset |
files
|
Mon, 23 Jun 2014 09:23:47 -0400 |
Augie Fackler |
check-seclevel: restore use of callable() since it was readded in Python 3.2
|
changeset |
files
|
Mon, 23 Jun 2014 09:22:53 -0400 |
Augie Fackler |
check-code: drop ban on callable() which was restored in Python 3.2
|
changeset |
files
|
Sat, 21 Jun 2014 15:56:49 +1000 |
Stephen Lee |
diff: add nobinary config to suppress git-style binary diffs
|
changeset |
files
|
Mon, 23 Jun 2014 13:50:44 -0500 |
Matt Mackall |
branchmap: don't use ui.warn for debug message
|
changeset |
files
|
Mon, 23 Jun 2014 13:46:42 -0500 |
Matt Mackall |
branch: add debug message for branch cache write failure
|
changeset |
files
|
Sun, 04 May 2014 22:36:07 -0700 |
Gregory Szorc |
record: define inferrepo in command decorator
|
changeset |
files
|
Sun, 04 May 2014 22:30:47 -0700 |
Gregory Szorc |
mq: define inferrepo in command decorator
|
changeset |
files
|
Sun, 04 May 2014 22:23:45 -0700 |
Gregory Szorc |
largefiles: define inferrepo in command decorator
|
changeset |
files
|
Sun, 04 May 2014 22:32:15 -0700 |
Gregory Szorc |
keyword: define inferrepo in command decorator
|
changeset |
files
|
Sun, 04 May 2014 22:33:22 -0700 |
Gregory Szorc |
hgk: define inferrepo in command decorator
|
changeset |
files
|
Sun, 04 May 2014 22:28:46 -0700 |
Gregory Szorc |
graphlog: define inferrepo in command decorator
|
changeset |
files
|
Sun, 04 May 2014 22:29:27 -0700 |
Gregory Szorc |
extdiff: define inferrepo in command decorator
|
changeset |
files
|
Sun, 04 May 2014 22:25:28 -0700 |
Gregory Szorc |
children: define inferrepo in command decorator
|
changeset |
files
|
Sun, 04 May 2014 22:24:38 -0700 |
Gregory Szorc |
churn: define inferrepo in command decorator
|
changeset |
files
|
Sun, 04 May 2014 22:22:59 -0700 |
Gregory Szorc |
commands: define inferrepo in command decorator
|
changeset |
files
|
Sun, 04 May 2014 22:20:00 -0700 |
Gregory Szorc |
cmdutil: support inferrepo in command decorator
|
changeset |
files
|
Sun, 04 May 2014 22:16:56 -0700 |
Gregory Szorc |
keyword: define optionalrepo in command decorator
|
changeset |
files
|
Sun, 04 May 2014 22:16:05 -0700 |
Gregory Szorc |
commands: define optionalrepo in command decorator
|
changeset |
files
|
Sun, 04 May 2014 22:12:34 -0700 |
Gregory Szorc |
cmdutil: add optionalrepo argument to command decorator
|
changeset |
files
|
Sun, 04 May 2014 22:07:45 -0700 |
Gregory Szorc |
tests: define norepo in command decorator
|
changeset |
files
|
Sun, 04 May 2014 22:03:11 -0700 |
Gregory Szorc |
share: define norepo in command decorator
|
changeset |
files
|
Sun, 04 May 2014 22:04:14 -0700 |
Gregory Szorc |
mq: define norepo in command decorator
|
changeset |
files
|
Sun, 04 May 2014 21:11:15 -0700 |
Gregory Szorc |
largefiles: define norepo in command decorator
|
changeset |
files
|
Sun, 04 May 2014 22:02:25 -0700 |
Gregory Szorc |
convert: define norepo in command decorator
|
changeset |
files
|