From: Xue Fuqiao <xfq.free@gmail.com>
To: Emacs developers <emacs-devel@gnu.org>
Cc: Bastien <bzg@gnu.org>, Karl Fogel <kfogel@red-bean.com>,
"Stephen J. Turnbull" <stephen@xemacs.org>
Subject: Re: Git to Bzr - what works?
Date: Sat, 22 Dec 2012 21:51:03 +0800 [thread overview]
Message-ID: <20121222215103.f818b6e5e17cadd14c1405ea@gmail.com> (raw)
In-Reply-To: <CAAeL0SToVYC4kW_=dH2qQHmjezjGLhZzCiTZwfOsfENJ-Zm8qw@mail.gmail.com>
Furthermore, most Bazaar command take a revision number in parameter. For example, to get back 2 versions earlier, it is enough to write:
bzr revert -r -2 file
The git equivalent is more cryptic:
bzr checkout HEAD~2 file
--
Best regards, Xue Fuqiao.
http://www.emacswiki.org/emacs/XueFuqiao
next prev parent reply other threads:[~2012-12-22 13:51 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-14 1:35 Git to Bzr - what works? Daniel Colascione
2012-08-14 17:54 ` John Wiegley
2012-08-14 18:12 ` Eli Zaretskii
2012-08-14 19:56 ` BT Templeton
2012-08-15 2:49 ` Eli Zaretskii
2012-08-15 3:08 ` Fabian Ezequiel Gallina
2012-08-15 4:16 ` Stephen J. Turnbull
2012-08-15 17:56 ` Eli Zaretskii
2012-08-15 20:45 ` Stefan Monnier
2012-08-15 23:49 ` Daniel Colascione
2012-08-16 2:52 ` Eli Zaretskii
2012-08-16 3:19 ` John Wiegley
2012-08-16 15:25 ` Eli Zaretskii
2012-08-16 10:49 ` Julien Danjou
2012-08-16 12:09 ` Andreas Schwab
2012-08-17 2:27 ` Daniel Colascione
2012-08-17 7:06 ` Daniel Colascione
2012-08-21 16:59 ` Stefan Monnier
2012-08-15 17:22 ` John Wiegley
2012-08-15 17:43 ` Eli Zaretskii
2012-08-16 3:18 ` John Wiegley
2012-08-16 3:42 ` Óscar Fuentes
2012-08-16 15:27 ` Eli Zaretskii
2012-08-17 3:30 ` Stefan Monnier
2012-08-17 4:02 ` Daniel Colascione
2012-08-17 6:23 ` Eli Zaretskii
2012-08-17 7:12 ` Stephen J. Turnbull
2012-08-17 15:03 ` Richard Stallman
2012-08-16 15:23 ` Eli Zaretskii
2012-08-16 22:12 ` John Wiegley
2012-08-17 6:32 ` Eli Zaretskii
2012-12-21 15:05 ` Ted Zlatanov
2012-12-21 19:01 ` Karl Fogel
2012-12-22 5:44 ` Bastien
2012-12-22 12:24 ` Stephen J. Turnbull
2012-12-22 12:48 ` Stephen J. Turnbull
2012-12-22 13:21 ` Xue Fuqiao
2012-12-22 13:40 ` Juanma Barranquero
2012-12-22 13:51 ` Xue Fuqiao [this message]
2012-12-22 14:13 ` Andreas Schwab
2012-12-22 14:11 ` Andreas Schwab
2012-12-22 13:08 ` Bastien
2012-12-22 19:20 ` Ted Zlatanov
2012-12-21 23:42 ` Xue Fuqiao
2012-12-22 8:22 ` Juri Linkov
2012-12-22 17:04 ` Thomas Koch
2012-12-22 17:28 ` Thien-Thi Nguyen
2012-12-22 19:06 ` Ted Zlatanov
2012-12-24 5:56 ` Thien-Thi Nguyen
2012-12-24 13:31 ` Ted Zlatanov
2012-12-24 16:30 ` Thien-Thi Nguyen
2012-12-25 4:12 ` Bastien
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20121222215103.f818b6e5e17cadd14c1405ea@gmail.com \
--to=xfq.free@gmail.com \
--cc=bzg@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=kfogel@red-bean.com \
--cc=stephen@xemacs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.